.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 10px 0 5px 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
    white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.post-password-form p label input {
    background-color: #f2f2f2;
    border: 0;
    color: #333;
    font-family: 'Roboto', sans-serif;
    padding: 5px;
}

.post-password-form p input[type="submit"] {
    background-color: #f2f2f2;
    border: 0;
    color: #333;
    font-family: 'Roboto', sans-serif;
    padding: 5px 10px;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}

.post-password-form p input[type="submit"]:hover {
    background-color: #333;
    color: #fff;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
}

.gallery-caption {
    font-family: 'Roboto', sans-serif;
}

/* WP Posts Formats */
.news-content-wrap .format-quote .news-text-wrap .news-info,
.news-content-wrap .format-quote .news-img-wrap {
    display: none;
}

.news-content-wrap .format-quote .news-text {
    border-bottom: 0;
    padding-bottom: 0;
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.news-content-wrap .format-quote blockquote {
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.news-content-wrap .format-gallery .news-img-wrap .news-category-span,
.news-content-wrap .format-gallery .news-text-wrap .news-text,
.news-content-wrap .format-gallery .news-text-wrap .news-info {
    display: none;
}

.news-content-wrap .format-gallery .news-text-wrap .news-title {
    margin: 0;
}

.news-content-wrap .format-video .news-text-wrap .news-title {
    margin: 0;
}

.news-content-wrap .format-video .news-img-wrap,
.news-content-wrap .format-video .news-img-wrap .news-category-span,
.news-content-wrap .format-video .news-text-wrap .news-text,
.news-content-wrap .format-video .news-text-wrap .news-info {
    display: none;
}

.news-content-wrap .format-aside .news-img-wrap,
.news-content-wrap .format-aside .news-text-wrap .news-title,
.news-content-wrap .format-aside .news-text-wrap .news-info {
    display: none;
}

.news-content-wrap .format-aside .news-text-wrap {
    background-color: #e6e6e6;
}

.news-content-wrap .format-aside .news-text-wrap .news-text {
    border-bottom: 0;
    padding-bottom: 0;
}

.news-content-wrap .format-aside .news-text-wrap .news-text p {
    font-size: 18px;
    line-height: 35px;
}

.news-content-wrap .format-image .news-img-wrap .news-category-span,
.news-content-wrap .format-image .news-text-wrap .news-text,
.news-content-wrap .format-image .news-text-wrap .news-info {
    display: none;
}

.news-content-wrap .format-image .news-text-wrap .news-title {
    margin: 0;
}

.news-content-wrap .format-link .news-img-wrap,
.news-content-wrap .format-link .news-text-wrap .news-info {
    display: none;
}

.news-content-wrap .format-link .news-text-wrap .news-text {
    border-bottom: 0;
    padding-bottom: 0;
}

.news-content-wrap .format-status .news-img-wrap,
.news-content-wrap .format-status .news-info {
    display: none;
}

.news-content-wrap .format-status .news-text {
    border-bottom: 0;
}

/* --- 2. RESET CSS --- */
* {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.no-padding {
    padding: 0;
}


/*
html, body {
    background: transparent;
    height: 100vh;
    margin: 0;
    padding: 0;    
}

*/



html {
    margin: 0;
    padding: 0;
    height:100%;
}
body{
    margin: 0;
    background: #edf0f5;
    font-family: "Montserrat", sans-serif;
    height: 100%;
}


.over-body {
    position: fixed;
    padding: 0; 
    margin: 0;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; 
    background: #000;
    opacity: 0;
    z-index: 100;
}


/*
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #333;
    text-align: left;
}
*/





.site-wrap-sticky {
    margin-top: 100px;
}

a:link,
a:visited,
a:hover,
a:active {
     text-decoration: none;
}

a:link,
a:visited {
     color: #0070a0;
}
p{
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    display: inline-block;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

blockquote {
    margin: 0 0 10px 0;
    padding: 15px 20px;
    background: #f1f1f1;
    border-color: #0070a0;
    font-family: 'Roboto', sans-serif;
}

/* On Scroll Animation */
.hiddens{
    opacity: 0;
}

.visibles{
    opacity: 1;
}

/* --- 3. HEADER --- */


.tophead {
    width: 100%;
    z-index: 999;
}

.firstline {
    height: 30px;
    background-color: #fff;
    text-align: right;
}

.logo-wrap {
    position: relative;
}

.logo-block {
    width: 150px;
    height: 80px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.logo-block-overlay {
    height: 103px;
}



.logo-block-overlay .logo-img {
    max-height: 75px;
    margin-top: -15px;
}
.logo-block-overlay p {
    position: absolute;
    top: 90px;
    left: 0px;
    color: #0279c2;
    font-size: 11px;
    text-align: left;
    display: inline-block;
    min-width: 160px;
    line-height: 3px;
    font-weight: bold; 
    z-index: 999
}

.secondline .t-mobile p {
    position: absolute;
    left: -240px;
    top: 5px;
    line-height: 30px;
    width: 200px;
    display: inline-block;
    z-index: 999;
    font-weight: bold;

}

.logo-img-mobile {
    z-index: 999
}



 @media (min-width: 992px) {
    .secondline .t-mobile p{
        display: none;
    }
 }





.logo-block-overlay .logo-img-wrap {
    height: 100px;
    /*border-bottom: 4px solid #0299d0;*/
}

.logo-block:after {
    content: '';
    position: absolute;
    right: -35px;
    top: 0;
    bottom: 0;    
    width: 50px;
    background: #fff;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
    z-index: 20;
}

.logo-img-wrap {
    position: absolute;
    z-index: 25;
    width: 150px;
    height: 100px;
    text-align: center;
    line-height: 100px;
}

.logo-img {
    display: inline-block;
    max-height: 100px;
    vertical-align: middle;
    width: auto;
}

.logo-block:before {
    content: '';
    position: absolute;
    left: -35px;
    top: 0;
    bottom: 0;    
    width: 50px;
    background: #fff;
    -webkit-transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    transform: skewX(30deg);
    z-index: 20;
}

.secondline {
    height: 44px;
    background-color: #068dc7;
    /*background-color: #0299d0;*/
    color: #fff;
   
}

.top-btn .top-menu-s a{
  position: relative;
  top: 4px;
  left: 100px;
  padding: 0 10px;
  font-weight: 600;
  font-size: 12px;

}

.top-btn .top-menu-s a:hover{
    text-decoration: underline;
}

.top-btn .social {
   /* float: left;
    width: 41.6666666667%;*/
    min-height: 1px;
    padding: 3px 0; 
}


    @media (min-width: 992px) {
        .top-btn .social {
        float: right;
        padding-right: 21px;
        width: 16.6666666667%; 
    } }
        
.top-btn .social a {
      position: relative;
      width: 25px;
      height: 25px;
      border: 2px solid #0299d0;
      display: inline-block;
      margin: 0px 2px;
      border-radius: 50%;
      color: #0299d0;
      
      }
      .top-btn .social i {
        padding: 6px;
      text-align: center;
      position: relative;
      bottom: 2px;
      right:1px;
  
    }




/*
    .tophead  .nav-menu > ul > li a {
        font-size: 19px;
        line-height: 48px;
        outline: none;
     }
     
     .tophead .sub-menu {
         margin-left: 50%;
         text-align: center;
     }
*/



.tophead nav {
    margin: 0;
    padding: 0;
    float: right; 
}

.tophead  .nav-menu {
    display: none;
    margin: 0;
    position: fixed;
    bottom: 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 9;
    text-align: center;
    background: rgba(79, 118, 177, 0.9);
    transition: bottom 0.3s ease;
    transition-property: height, bottom; }

.tophead  .nav-menu > ul {
      transition: opacity 0.3s ease;
      transition-delay: 0.3s;
      opacity: 0; 
  }

@media screen and (min-width: 992px) {
    .tophead  .nav-menu {
        height: auto; }
    .tophead  .nav-menu > ul {
        opacity: 1; 
    } 
}







@media screen and (min-width: 768px) {
    .tophead .menubar .logo-img-mobile {
        display: none;
    } 
}




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

    .site-wrap {
        margin: 60px 0;
    }

    .tophead .menubar .logo-img-mobile {
        position: fixed;
        left: 25px;
        top: 1px;
        background: white;
        padding: 1px;
        display: block;
    }
   
    .tophead  .nav-menu {
       padding: 30px;
    }

    .tophead  .nav-menu > ul li {
        margin-bottom: 5px  
    }  

    .tophead  .nav-menu ul li a {
        display: block;
        width: 100%;
        font-size: 16px;
        text-align: left;
        line-height: 20px;
    }

    .tophead  .nav-menu > ul li ul {
          display: none;
    }
}


  
.tophead .navbar-nav {
    float: none;
    padding-top: 20vH; }


.tophead .open-nav {
    display: block;
    bottom: 0;
    height: 100vH; 
}

.tophead .open-nav > ul {
      opacity: 1; 
}

.tophead nav ul li a {
        color: white;
        font-family: "Montserrat", sans-serif;
        position: relative;
        bottom: 1px;
        display: inline; 
        cursor: pointer;
        text-align: center;
}


.tophead nav ul li a:hover {
    background-color: white;
    color: black;
}

.tophead nav ul li a.active{
    background-color: #fff;
    color: #000
}


.tophead .sub-menu li a:hover {
    color: #0299d0;
}


.tophead .sub-menu li a.active {
    color: #0299d0;
}


.nav-menu ul li:hover > a {
    background: #fff;
    color: #000;
}


 @media screen and (min-width: 992px) {
          .tophead nav ul li a {
            display: block;
            font-size: 15px;
            font-weight: 400;
            padding: 11px 10px;
            min-width: 80px;
            } 
        }


/*.topheadxnav ul li a:after {
          position: absolute;
          height: 1px;
          width: 0;
          background-color: #0299d0;
          content: '';
          left: 50%;
          top: 100%; 
    }*/


.tophead .menubar {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
    @media (min-width: 992px) {
        .tophead .menubar {
        float: left;
        width: 100%; } 
}



.tophead .sub-menu {
    list-style-type: none;
    position: absolute;
    top: 100%;
    white-space: nowrap;
    min-width: 200px;
    opacity: 0;
    padding: 5px;
    visibility: hidden;
    text-align: left;
    z-index: 2;
    left: 0;
   background-color: white;
   -webkit-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
       transform: translateX(-50%);
       -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
 
}


.tophead .sub-menu li {
      width: 100%;
      position: relative; 
}
.tophead .sub-menu li a {
    color: black;
    text-align: left;
    font-size: 14px
}







@media screen and (min-width: 992px) {
        .tophead .sub-menu li {
          padding: 3px 0; } 
        }
.tophead .sub-menu li a {
  padding-top: 5px;
    padding-bottom: 5px;
}

        .tophead .sub-menu .sub-menu {
      left: 100%; }
  
.tophead .addSubMenu {
    max-height: 500px;
    opacity: 1;
    visibility: visible; 
}
  
    .tophead .navbar-toggle {
    position: relative;
    z-index: 23; }
    .tophead .navbar-toggle .icon-bar {
      display: block;
      position: absolute;
      top: 65%;
      left: 0;
      right: 0;
      height: 1px;
      background: white;
      transition: background 0s 0.3s; }
      .tophead .navbar-toggle .icon-bar:before,
      .tophead .navbar-toggle .icon-bar:after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #fff;
        content: "";
        transition-duration: 0.3s, 0.3s;
        transition-delay: 0.3s, 0s; }
        .tophead .navbar-toggle .icon-bar:before {
        top: -8px;
        transition-property: top, -webkit-transform;
        transition-property: top, transform; }
        .tophead .navbar-toggle .icon-bar:after {
        bottom: -8px;
        transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform; }
        .tophead .navbar-toggle.is-active .icon-bar {
      background: transparent; }
      .tophead .navbar-toggle.is-active .icon-bar:before,
      .tophead .navbar-toggle.is-active .icon-bar:after {
        transition-delay: 0s, 0.3s; }
        .tophead .navbar-toggle.is-active .icon-bar:before {
        top: 0;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
                .tophead .navbar-toggle.is-active .icon-bar:after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }


    .tophead .open-nav {
        display: block;
        bottom: 0;
        height: 100vH; 
    }
    .tophead .open-nav > ul {
        opacity: 1; 
    }









/*---------- above medium desktop  header -------------*/

  
@media (min-width: 992px) {
    .tophead .navbar-toggle {
        display: none; }
      .tophead .nav-menu {
        margin: 0;
        position: relative;
        width: 100%;
        background: transparent;
        display: block; }
        .tophead .nav-menu li {
          float: left; }
          .tophead .navbar-nav {
            padding: 0; }
      
  
        nav ul li a.active {
            background: white;
            color:black; 
          }
    
    
          nav ul li a.active:after {
            width: 100%;
            left: 0; 
    } 
   


        }


  
@media screen and (max-width: 767px) {
    .tophead .menubar {
         width: 100%; 
    }
    .tophead .social {
        display: none; 
    } 

    .latest-news.latest-news-single h1{
        font-size: 22px
    }

   /* .latest-news .title h3{
       font-size: 11px!important;
       font-weight: 400;
    }*/
}


@media screen and (min-width: 992px) {
    .tophead .header-upper ul li a:hover {
      color: white; }

      
    .tophead .sub-menu {
      left: 0;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); 
    }

    .menu-bar li:hover > .sub-menu {
      max-height: 500px;
      opacity: 1;
      visibility: visible; } 
}











@media screen and (min-width: 992px){
.home-top-container{padding-top:2rem}
.home-top-container .row{margin-left:-5px;margin-right:-5px}
.home-top-container .col-lg-4,
.home-top-container .col-lg-8{padding-right:5px;padding-left:5px}
.home-top-container .col-lg-8{-ms-flex:0 0 66.1%;flex:0 0 66.1%;max-width:66.1%}
.home-top-container .col-lg-4{-ms-flex:0 0 33.9%;flex:0 0 33.9%;max-width:33.9%}
.banners-group{margin-bottom:5rem}
.sidebar-home .widget-block p{max-width:230px}
.sidebar-home .entry-content p{max-width:220px}
.home-slider{ height: 437px}
}



.home-slide{width:100%;background-color:#ccc;display:none;position:relative}
.home-slide::before{display:block;width:100%;padding-top:58.3116883117%;content:''}
.owl-carousel-lazy.owl-carousel{display:block;margin-bottom:2rem}
.owl-carousel-lazy.owl-carousel .home-slide:first-child,
.owl-carousel-lazy.owl-carousel .category-slide:first-child,
.owl-carousel-lazy.owl-carousel .owl-item:first-child .home-slide,
.owl-carousel-lazy.owl-carousel .owl-item:first-child .category-slide{display:-ms-flexbox;display:flex}
.owl-carousel-lazy.owl-carousel .owl-loaded .home-slide{display:block}
.home-slide .owl-lazy,
.category-slide .owl-lazy{position:absolute;top:0;left:0;right:0;bottom:0}
.home-slide .slide-bg,
.category-slide .slide-bg{position:absolute;max-height:none !important;z-index:2;background-size:cover;background-position:center right;background-repeat:no-repeat}

.home-slide-content{width:100%; position:absolute;left:0;bottom:0;padding-left:2.4rem;padding-bottom:.5rem;z-index:3;background: rgba(0,0,0,.7);}
.home-slide-content h3{color:#fff;font-weight:500;font-size:2rem;line-height:1.1;margin-bottom:2rem;margin-top:1rem;letter-spacing:0}
.home-slide-content p {color: #fff;font-weight: 400}

.home-slide-content .btn{font-weight:400;font-size:1.5rem;min-width:117px;border-radius:.2rem}

.home-slider.owl-carousel .owl-nav .owl-prev,
.home-slider.owl-carousel .owl-nav .owl-next{display:-ms-flexbox;display:flex;position:absolute;top:50%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;min-width:3rem;margin:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .3s;border:0;border-radius:0;background-color:transparent;color:#fff;font-size:3rem;font-weight:100;line-height:1}
.home-slider.owl-carousel .owl-nav .owl-prev i,
.home-slider.owl-carousel .owl-nav .owl-next i{margin-top:-.3rem}
.home-slider.owl-carousel .owl-nav .owl-prev i::before,
.home-slider.owl-carousel .owl-nav .owl-next i::before{margin:0;border-radius:0}
.home-slider.owl-carousel .owl-nav .owl-prev{left:1.2rem}
.home-slider.owl-carousel .owl-nav .owl-next{right:1.2rem}
.home-slider.owl-carousel .owl-nav .owl-prev:hover,
.home-slider.owl-carousel .owl-nav .owl-next:hover,
.home-slider.owl-carousel .owl-nav .owl-prev:focus,
.home-slider.owl-carousel .owl-nav .owl-next:focus{border-color:transparent;background-color:transparent;color:#058dc7}
.home-slider.owl-carousel .owl-dots{position:absolute;right:3.7rem;bottom:1.3rem;margin:0;line-height:0}
.home-slider.owl-carousel .owl-dots .owl-dot{display:inline-block;width:1.1rem;height:.3rem;background-color:#fff;line-height:1;transition:all 0.15s}
.home-slider.owl-carousel .owl-dots .owl-dot+.owl-dot{margin-left:1rem}
.home-slider.owl-carousel .owl-dots .owl-dot:hover,
.home-slider.owl-carousel .owl-dots .owl-dot:focus{background-color:#058dc7}
.home-slider.owl-carousel .owl-dots .owl-dot.active{background-color:#058dc7}
.owl-carousel .product:not(.product-sm){margin-bottom:0}


.top-banners{margin-bottom:1rem}
.top-banners .banner{margin-bottom:.4rem}


.banners-group{margin-bottom:2rem}
.banners-group .banner{margin-bottom:1rem}




.loaded>.loading-overlay{opacity:0;visibility:hidden}


.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]){max-height:0}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}


.partners-carousel{padding-left:0px;padding-right:0px}
.partner{display:block;padding-top:.8rem;padding-bottom:.8rem;background: #fff}
.partner img{display:block;max-width:100% !important;width:auto !important;height:auto;margin-right:auto;margin-left:auto}


/* --- 6. CONTENT SECTION ---*/
.content-section {
    padding: 80px 0 50px 0;
    
}

.second-content-section {
    padding: 40px 0 
}


.breadcrums-content-section{
    padding: 40px 0 0px 0;
}

.full-content {
    background-color: #fff;
    margin-bottom: 20px;
}

.section-title-wrap {
    display: block;
    background-color: #e6e6e6;
    text-align: left;
    margin-bottom: 10px;
    overflow: hidden;
}

.box-no-articles{
    background: white;
    background: url('../../themes/img/no-articles.png');
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   width: 100%;
   height: auto;
    border-radius: 5px;
    min-height: 400px;
    padding: 20px 0;

}

.box-no-articles h3 {
    color: #999
}
.title-section{
    margin-bottom:10px;  
}

.border{
    border-bottom:1px solid black; 
    position:relative;
    z-index:10;
}

.border:before 
{
    content:"";
    display:block;
    position:absolute;
    z-index:-1;
    top:2px;
    left:0px;
    right:0px;
    bottom:2px;
    border-bottom:1px solid black
}
.latest-news.latest-news-single:hover{
    box-shadow: none
}

.latest-news.latest-news-single h1{
   padding: 20px 10px
}

.latest-news{
    margin-bottom: 10px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    background-color: white;
    transition-duration: .2s;
}

.latest-news:hover{
     -webkit-box-shadow:0 4px 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow:0 4px 4px  0rgba(0, 0, 0, 0.1);
    box-shadow:0 4px 4px  0rgba(0, 0, 0, 0.1);
}



.latest-news:hover a h2{
    color: #068dc7;
}

.latest-news h1{
   padding: 20px;
   font-weight: bold;
}



.title-section h2{
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 500;
}

.p-10{
    padding: 10px
}

/*
.title-section span h3{
    position: relative;
    top: 109px;
    color: #068dc7;
}
*/


.title-section span a{
    position: relative;
    top: 4px;
    right: 0;
    float: right;
    padding: 1px 5px;

}

.title-section span a:hover{
   background: white;
   border-radius: 2px;
   padding: 1px 5px;
   color: black
}



.latest-news .title{
    padding: 10px;
    line-height: 17px;
    min-height: 55px;
}


.latest-news .content-article {
    padding: 10px;
   
}

.latest-news .content-article p{
    font-size: 17px;
    font-weight: 300;
    font-family: Montserrat, sans-serif;
   
}

.latest-news .title a:hover{
    text-decoration: underline;
    color: #068dc7;
}
.latest-news .title span.day{
    float: left;
    width: 35px;
    color: #068dc7;
    font-weight: 600;
    text-align: center;
    display: inline-flex;
    border-right: 2px solid #ccc;
    margin-right: 10px;
    line-height: 18px;
}

.latest-news .title h2,
.latest-news .title h3{
   font-size: 14px;
   font-weight: 400;
   color: black; 
   display: block;
   vertical-align: middle;
   line-height: 18px;
  
}

.second-content-section .sidebar-right{
    padding: 10px;
    height: auto;
    margin-bottom: 10px
}

.second-content-section .sidebar-right h4 {
    border-bottom: 2px solid #068dc7;
    padding-bottom: 5px;
    width: 100%;
}
.second-content-section .sidebar-right ul{
    margin-top: 10px
}
.second-content-section .sidebar-right ul li{
    line-height: 30px;
    font-size: 15px;
}
.second-content-section .sidebar-right ul li:before{
    content: url(../../themes/img/thin-right.svg);
    width: 20px
}

.second-content-section .sidebar-right ul li a{
    color: #000;
    font-weight: 500;
}
.second-content-section .sidebar-right ul li a:hover{
    color: #068dc7;
}
.second-content-section .sidebar-right ul li a.active{
    color: #068dc7;
}

.second-content-section .sidebar-right ul li ul {
    position: relative;
    top: -10px;
    margin-left: 12px
}

.second-content-section .sidebar-right ul li ul li {
   line-height: 25px;
}




.second-content-section .author .avatar-round{
    border-radius: 50%;
    border: 3px solid white
}

.second-content-section .author {
    padding: 0px
}

.second-content-section .author .author-details{
    margin-top: 10px;
    padding: 3px;
    border-radius: 4px;
    text-align: center;
}
.second-content-section .author .social-share li a.btn-share{
    width: 100%;
    display: block;
    margin-bottom: 3px;
    text-align: center;
    padding: 1px;
    border-radius: 4px;
    color: white;
    font-weight: bold;
}

.btn-share.btn-f{
    background: #4164ad
}
.btn-share.btn-t{
    background: #5ba4d5
}
.btn-share.btn-in{
    background: #0470ae
}


.second-content-section .author p{
    font-size: 10px;
    font-weight: bold
}

.second-content-section .fanshop{
    margin-bottom: 10px
}
.second-content-section .fanshop .fanshop-title{
    background: #068dc7;
    padding: 15px 10px;
    border-top: 3px solid red
}
.second-content-section .fanshop .fanshop-title h3{
    color: white;
    font-weight: bold;
    border-bottom: 2px solid white;
    padding-bottom: 5px;
    width: 100%;
}

.second-content-section .fanshop .fanshop-title p{
    color: white;
    opacity: .8;
    line-height: 10px
}




.team-scm{
    border: 2px solid #fff;
    border-radius: 1%;
    background: #5ba4d5;
    padding: 2px;
    transition-duration: .2s;
    margin-bottom: 10px;

   /* background-image: url(../../uploads/images/sigla-scm.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/





 /*  border-bottom-left-radius: 145px;
   border-bottom-right-radius: 145px;
   min-height: 220px*/

}

.team-scm:hover{
    -webkit-box-shadow:0 4px 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow:0 4px 4px  0rgba(0, 0, 0, 0.1);
    box-shadow:0 4px 4px  0rgba(0, 0, 0, 0.1);
    background: #fff;
}
.team-scm:hover h2,
.team-scm:hover h2 a{
    color: #068dc7
}

.team-scm:hover img{
   border: 2px solid #068dc7;
}

.team-scm img{
    border-radius: 10%;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.team-scm h2 {
  background: transparent;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  display: block;
  width: 100%;
  line-height: 30px
}
.team-scm h2,
.team-scm h2 a {
  color: #fff
}




/*home3 slider start*/

.overlay, .overlay2 {
    position: relative;
  }
  .overlay:before, .overlay2:before {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
  }
.home3-slider {
    margin: 10px 0;
  }


  .home3-slider .owl-item .img-content {
    background: rgba(0, 0, 0, .7);
    position: absolute;
    bottom: -30%;
    padding: 10px 30px;
    transition: all 0.5s ease 0s;
    width: 100%;
    opacity: 0;
  }



  .home3-slider .owl-item.active.center .overlay, .home3-slider .owl-item.active.center .overlay2 {
    transition: all 0.5s ease 0s;
  }
  .home3-slider .owl-item.active.center .overlay:before, .home3-slider .owl-item.active.center .overlay2:before {
    opacity: 0;
  }
  .home3-slider .owl-item.active.center .img-content {
    bottom: 0;
    opacity: 1;
  }
  .home3-slider .owl-item.active.center .img-content p {
    color: #fff;
  }
  .home3-slider .owl-item.active.center .img-content a {
    color: #fff;
  }
  .home3-slider .owl-item.active.center .img-content a:hover {
    text-decoration: underline;
  }
  .home3-slider .owl-item.active.center .img-content p span {
    color: #058dc7;
  }
  .home3-slider .owl-item.active.center .img-content h4, 
  .home3-slider .owl-item.active.center .img-content .slider-area .sliding-item .league-content .upcomming-match .first-match p, 
  .slider-area .sliding-item .league-content .upcomming-match .first-match .home3-slider .owl-item.active.center .img-content p {
    font-size: 15px;
    color: white;
  }
  
  /*home3 slider end*/





 


/* Footer
----------------------------------------------- */
.pic-footer {
    background: #111111;
    width: 100%;
    margin: 25px 0 0;
    padding: 10px 0 0;
    position: relative;
    color: #888;
  }
  
  .footer-widgets {
    padding: 0;
    width: 100%;
    margin: 0;
  }
  
  .footer-widgets ul li a {
    color: #888;
    font-size: 12px;
    font-weight: 400;
  }
  
  .footer-widgets .widget {
    width: 100%;
    margin: 25px 0 10px;
    color: #edf0f5;
  }
  
  .footer-widgets .widget h2 {
    background: none;
    border-color: rgba(0,0,0,0.8);
    border-style: solid;
    border-width: 0 0 1px;
    box-shadow: 0 1px rgba(255,255,255,0.1);
    color: #edf0f5;
    font:  14px Montserrat, sans-serif;
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: left;
    display: block;
    margin-bottom: 5px;
    padding: 0 0 3px;
  }
  
  .footer-widgets ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .footer-widgets .item-title a {
    background: none!important;
    color: #888;
    font-size: 13px;
    font-weight: 400;
  }
  
  .footer-widgets ul li a:visited {
    color: #888;
  }
  
  .footer-widgets ul li a:hover {
    color: #888;
  }
  
  .footer-widgets li {
    list-style: none;
  }
  
  .footer-widgets li span {
    color: #888;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .2em;
  }
  
  .footer-widgets .label-size a {
    color: #888;
  }
  
  .f-widget {
    width: 31.5%;
    float: left;
    position: relative;
    color: #888;
    font-size: 13px;
    margin-bottom: 25px;
    margin-right: 2.5%;
    padding-bottom: 10px;
  }
  
  .footer-widgets .last {
    float: left;
    position: relative;
    margin-right: 0;
    border: none;
  }
  
  .footer-widgets .last .widget a {
    color: #888;
  }
  
  .picfooter {
    width: 100%;
    background: #000000;
    margin: 0;
    padding: 0;
  }

  .credits {
    margin: 0;
    padding: 0;
    color: #888;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 35px;
  }
  
  .credits a {
    color: #888;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 35px;
  }

.credits a:hover {
    color: #ccc;
}

  
  /* Featured Post
  ----------------------------------------------- */
  .footer-widgets .FeaturedPost h2 {
    margin: 0 0 15px;
    line-height: 1.2em;
  }
  
  .footer-widgets .FeaturedPost h3 {
    color: #999;
    font:  14px Montserrat, sans-serif;
    margin-top: 9px;
    line-height: 20px
  }

  .footer-widgets .post-summary{
    padding: 5px;
    background: #222;
  }
  
  .footer-widgets .FeaturedPost p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.2em;
    color: #888;
  }
  
  .footer-widgets .FeaturedPost .image {
    margin: 0;
    width: 100%;
  }
  
  /* Random Posts
  ----------------------------------------------- */
  .random-posts ul li {
    padding: 7px 0;
    border-bottom: 1px solid #222;
  }
  
  .random-posts ul li a {
    font: normal 13px Montserrat, sans-serif;
    line-height: 1.2em;
  }
  
  .random-posts ul li a:hover {
    color: #edf0f5;
  }
  
  /* Social Buttons
  ----------------------------------------------- */
  .social-table {
    margin: 0;
    padding: 0;
  }
  
  .social-table h2 {
    display: none;
  }
  
  .social-table .widget {
    margin: 0;
    padding: 0;
  }
  
  .fa-icon-wrap {
    margin: 0;
    padding: 0;
    line-height: 35px;
  }
  
  .fa-icon-wrap a:hover,.fa-icon-wrap a:active {
    color: #edf0f5;
  }
  
  .fa-icon-wrap .fa {
    display: inline-block;
    font-size: 13px;
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #676d75;
    text-transform: uppercase;
  }
  
  .fa-icon-wrap i.fa {
    background: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
  }
  
  .fa-icon-wrap a {
    margin: 0 5px;
    color: #edf0f5;
    background: trasparent;
    font-weight: normal;
    display: inline-block;
    text-align: center;
    position: relative;
  }
  
  .fa-icon-wrap a:hover {
    color: #f84242;
  }
  
  .fa-icon-wrap a:hover i.fa {
    color: #edf0f5;
  }
  
  .video-preview {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  
  .read-more-link {
    margin: 10px auto;
    font: normal 22px Montserrat, cursive;
  }
  
  .read-more-link a {
    display: block;
    color: #eb0254;
    text-decoration: none;
  }
  
  .read-more-link a:hover {
    color: #000;
  }

  /* Labels
----------------------------------------------- */
.list-label-widget-content li {
    float: left;
    width: 40%;
    margin-right: 2.5%;
    padding: 7px 0 7px 20px;
    background: url("../img/bullet.png") no-repeat scroll 5px 9px;
    list-style-type: none;
    border-bottom: 1px solid #222;
  }
  
  footer .list-label-widget-content li a {
    font-size: 12px!important;
  }
  
  .list-label-widget-content li a {
    color: #555555;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
  }
  
  .cloud-label-widget-content .label-size {
    font-size: 100%;
    float: left;
  }
  
  .cloud-label-widget-content .label-size a {
    color: #555555;
    float: left;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    margin: 0 5px 5px 0;
    padding: 5px 15px;
    text-decoration: none;
    border: 1px solid #999;
  }
  
  footer .cloud-label-widget-content .label-size a {
    border: 1px solid #444;
  }
  
  .label-size a:hover, .label-size:hover .label-count, .label-size:hover a {
    background-color: #111;
    color: #999;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
  }
  
  .cloud-label-widget-content .label-size span {
    color: #999;
    float: left;
    font-size: 13px;
    margin: 0 5px 5px 0;
    padding: 5px;
    text-decoration: none;
    border: 1px solid #999;
  }
  
  .cloud-label-widget-content .label-size span:first-child, 
  .cloud-label-widget-content .label-size span:first-child span:nth-child(2) {
    background: #111;
    color: #999;
  }

  #BackToTop {
    z-index: 90;
    position: fixed;
    bottom: 15px;
    right: 15px;
    overflow: hidden;
    display: none;
    background: #068dc7;
    color: #ffffff;
    padding: 5px 12px ;
    border-radius: 50%;
    font-size: 20px;
    -webkit-transform: translateZ(0);
    transition: all .5s ease-out;
  }
  
  #BackToTop:hover {
    background: #ccc;
    color: #000000;
  }





.latestvideo {
    padding: 20px 0; 
}

@media (max-width: 786px) {
    ul.videoLive li {
        width: 100%!important;
        float: left;
        display: inline-block;
    }

    .video-container .liveVideo{
        width: 100%;
        display: block;
         height: 100%; 
    }

}

   
  
  .video-container {
    height: 300px; 
}
  
  .video .liveVideo {
    width: 100%;
    height: 100%; }
  
  .video-content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
   padding: 0
   }


    @media (min-width: 992px) {
      .video-content {
        float: left;
        width: 33.3333333333%; } 
    }
  
  .video-show {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
   padding: 0
  
}

.white{
    background-color: white;
}



    @media (min-width: 992px) {
      .video-show {
        float: left;
        width: 66.6666666667%; } 
    }

  
  .video-content-selector {
    background: #525659;
    padding: 10px; }
  
  .video-soclalLink {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
  
  .video-selector {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
    padding: 9px; }
    .video-selector a {
      display: inline-block;
      font-family: Montserrat, sans-serif;
      font-size: 14px;
      color: white;
      font-weight: 400;
      margin: 0 15px;
      position: relative; }
      .video-selector a:after {
        position: absolute;
        color: white;
        font-family: FontAwesome;
        content: "";
        font-size: 14px; }
      .video-selector a:first-of-type:after {
        content: "\f100";
        left: -20px; }
      .video-selector a:last-of-type:after {
        content: "\f101";
        right: -20px; }
  
  .btn-down, .btn-up {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    color: white; 
   
}
  
  ul.videoLive {
    list-style-type: none;
    background: #fff;
    overflow: hidden; 
}

.liveVideo{
    border: none;
}


    ul.videoLive .active {
      background: #ccc; 
  }
    ul.videoLive li {
      float: left;
      width: 50%; 
      border-bottom: 1px solid #fff;
      cursor: pointer;
  }

ul.videoLive li a {
        padding: 20px 10px 19px 90px;
        display: block;
        font-size: 14px;
        color: white;
        font-weight: 400;
        text-align: left;
        position: relative; 
}

        ul.videoLive li a div span {
          display: block; 
          color: #888;
          font-style: italic;
           font-weight: 400;
      }
       ul.videoLive li a div{
        color: black;
        font-weight: 600;

       }



ul.videoLive li a:before {
  border-radius: 5% / 50%;
  content: "";
}

      ul.videoLive li a:after {
          position: absolute;
          content: '\f04b';
          font-family: FontAwesome;
          font-size: 25px;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 10px; 
          background: #FF0000;
          padding: 5px 20px;
         
          border-radius: 50% / 10%;


           text-indent: 0.1em;
          transition: all 150ms ease-out;
      }

    ul.videoLive li a a.active {
          background: black; 
    }



@media (min-width: 992px) {
            .latestvideo {
              padding: 70px 0; }
            .video-container {
              height: 500px; }
            .video-content {
              padding: 0; }
            .video-show {
              padding: 0; }
            ul.videoLive {
              height: 500px; }
              ul.videoLive li {
                display: block;
                width: 100% !important; }
                ul.videoLive li a {
                 
                  transition: all 0.4s ease-in-out; 
              }
ul.videoLive li a:hover {
                    background: #ccc; 
                    color: white
}



        .btn-down {
              bottom: 25px; 
        }
              .btn-down:after {
                font-family: FontAwesome;
                position: absolute;
                content: "\f078"; }
            .btn-up {
              top: 1px;
              z-index: 9; 
              background: red
          }
              .btn-up:after {
                font-family: FontAwesome;
                position: absolute;
                content: "\f077"; } 
        }










.scm-color{
    color: #068dc7
}



.detail-media{position:relative;overflow:hidden;z-index:1}
.detail-media .light-gallery>a>img{width:100%;border-radius:2px 2px 0 0}
.detail-media .light-gallery>a>i::after{
    content: 'Galerie imagini';
    position: relative;
    top: 43%;
    left: 16%;
    background: #068dc7;
    padding: 10px;
    border-radius: 40%;
    box-shadow: 0 5px 10px #fff;

}

.detail-media .light-gallery>a>i{
    position: absolute;
    top:20%;
    left: 32%;
    color:#fff;
    font-size:22px;
    background: rgba(255,255,255,.4);
    width:250px;
    height:250px;
    border-radius:50%;
    font-style: normal;
    
}

.detail-media .light-gallery>a:not(:first-child){display:none}
.detail-media__nav{margin:0;list-style:none;position:absolute;bottom:0;left:0;width:100%;padding:15px;text-align:center}
.detail-media__nav>li{display:inline-block;vertical-align:top;padding:0}
.detail-media__nav>li>i{
    display:block;
    color:rgba(255,255,255,.6);
    font-size:48px;
    background:rgba(0,0,0,.3);
    width:140px;height:140px;border-radius:50%;
    line-height:141px;
    margin:0 1px;
    -webkit-transition:all;
    -o-transition:all;
    transition:all;
    -webkit-transition-duration:250ms;
    transition-duration:250ms
}

.detail-media__nav>li.active>a{color:#068dc7}
.detail-media__nav>li:not(.active)>a:hover{background:rgba(0,0,0,.5);color:rgba(255,255,255,.8)}








.lg-outer .lg-thumb-outer {
    background-color: #1D1D1D!important
}

.lg-outer .lg-thumb-item {
    border: 0px
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    box-shadow: 0 0 0 4px rgba(6, 141, 199, 1)!important
}

.lg-outer .lg-image {
    border-radius: 1px;
}

.lg-outer .lg-toogle-thumb {
    border-radius: 50%;
    color: #2e353b;
    height: 51px;
    width: 51px;
    line-height: 41px;
    background-color: #000!important;
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    display: none;
}

.lg-outer .lg-toogle-thumb:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    color: #000
}

.lg-outer:not(.lg-thumb-open) .lg-toogle-thumb {
    top: -70px
}

.lg-outer.lg-thumb-open .lg-toogle-thumb {
    top: -26px
}

.lg-thumb.group {
    padding: 20px 0
}

.lg-slide em {
    font-style: normal
}

.lg-slide em h3 {
    color: #fff;
    margin-bottom: 5px
}

.lg-outer .lg-item:before {
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #068dc7 ;
    border-right-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-animation-name: loader;
    animation-name: loader;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

















/* ------------------------------------
07.Last Match Results
---------------------------------------*/
.overly-bga {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  top: 0;
  left: 0;
}

.today-match-teams-scroll{
  
  height: 404px;
    overflow-x: hidden;
   overflow-y: auto;
   z-index: 9999;
   width: 100%;
  
}

.today-match-teams-scroll::-webkit-scrollbar {
  width: 0px;
}

/* Track */
.today-match-teams-scroll::-webkit-scrollbar-track {
  background: #f5f5f5;
}

/* Handle */
.today-match-teams-scroll::-webkit-scrollbar-thumb {
  background: #ddd;
}

/* Handle on hover */
.today-match-teams-scroll::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

.today-match-teams-scroll .single-match {
    margin: 0;
    padding: 0;
}

p.match-hour{
    margin-top: 5px
}

.today-match-teams-scroll .single-match p{
    font-weight: bold;
}

.today-match-teams-scroll .single-match img{
    background: #fff;
    padding:5px 30px;
}

    .match-header {
      text-align: left;
      padding: 5px ;
      border-radius: 0 ;
      background: url("../../themes/img/upcoming-match-bg.jpg") center center no-repeat;
      background-size: cover;
      position: relative;
      z-index: 2;
      overflow: hidden; }
      .match-header:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        background: -webkit-linear-gradient(290deg, #068dc7, #0475a5);
        background: -o-linear-gradient(290deg, #068dc7, #0475a5);
        background: linear-gradient(160deg, #068dc7, #0475a5);
        height: 100%;
        z-index: -1;
        opacity: .78; }


@media screen and (max-width: 768px) {
.match-header{
   padding: 5px 15px
}

.today-match-teams-scroll .part-timer {
    display: inline-block;
    width: 100%
}
.xcxcxc{
    display: inline-block;
    width: 100%
}

}



.match-header .competition-logo{
   background: rgba(255, 255, 255, .5);
    float: left;
    border-radius: 3px;
    border: 2px solid #fff;
    padding: 2px;
    margin-left: 5px;
}

.match-header  .competition-logo img{
  width: 30px;
  height: 30px;
}
.match-header h4{
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-left: 4px;
}
.match-header span {
    color: #fff;
    margin-left: 4px;
    font-size: 12px;
    font-weight: 500;
}


.today-match-teams-scroll .vs-team{
   background: #fff;
   margin-top: 20px;
   width: 30px;
   height: 30px;
   display: block;
   border-radius: 50%;
   border: 2px solid #edf0f5;
   box-shadow: 0 1px 2px #ccc;
   padding: 3px 0;

}

.today-match-teams-scroll .vs-team p{
   color: #000;
   font-weight: bold;
   text-align: center;
}

.today-match-teams-scroll .part-timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.today-match-teams-scroll .part-timer:after {
        position: absolute;
        content: '';
        left: 50%;
        top: -5px;
        width: 10px;
        height: 10px;
        background: #068dc7;
        -webkit-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
        z-index: 1; 
}


.today-match-teams-scroll .part-timer .single-time:after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 2px;
    background: rgba(255, 255, 255, 0.3); 
}






.xcxcxc{
    background: #068dc7
}

.match-start{
     -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    background: #03a903;
    width: 100%;
    height: 58px;
    text-align: center;
    padding: 6px;
        position: relative; 
        font-weight: bold;
        color: #fff;
        line-height: 33px
}


.today-match-teams-scroll .no-match{
     background: white;
     background-image: url(../../themes/img/n-match.png);
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     height: 100%

     
}
.today-match-teams-scroll .no-match h4 {
    vertical-align: middle;
    position:relative;
    top:20%;
}

.today-match-teams-scroll .part-timer .single-time {
        text-align: center;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 3px 0;
        position: relative; 
}


.today-match-teams-scroll .part-timer .single-time:first-child:after {
          display: none; }

.today-match-teams-scroll  .part-timer .single-time span {
          display: block;
          color: #fff;
          font-weight: ; 
          font-size: 11px;
          line-height: 13px
}

 .today-match-teams-scroll .part-timer .single-time span.number {
            font-size: 12px;
            font-weight: bold;
            color: #fff;
    }
    .today-match-teams-scroll > .row{
        margin-bottom: 10px;
        background: white
    }

.view-all-result{
    margin: 5px 0;
    background: #fff;
     padding: 4px 0;
}
.view-all-result a{
   /* margin: 3px 0;
    padding: 5px 0;*/
    padding: 4px 15px;
    border-radius: 3px

}

.view-all-result a:hover{
    background: #edf0f5;
    color: #000;
    /*box-shadow: 0 1px 2px #ccc;*/
}
  .upcoming-match .single-match {
    background: #fff;
    margin-bottom: 30px; 
}


.upcoming-match .single-match .competition-logo{
    background: rgba(255, 255, 255, .5);
    float: left;
    border-radius: 5px;
    border: 2px solid #fff;
    padding: 5px;
    margin-left: 15px;
}
.upcoming-match .single-match .competition-logo img{
  width: 50px;
  height: 50px;

}


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

   .upcoming-match .single-match .part-head span.match-venue{
      font-size: 12px
   }
   .upcoming-match .single-match .part-head h5.match-title{
      font-size: 15px
   }

   .match-detailsx{
      display: inline-block;
   }

.upcoming-match .single-match .competition-logo img{
  width: 30px;
  height: 30px;
}

.upcoming-match .single-teamx .logo{
   padding:0 25px;
   background: #fff
}

.upcoming-match .match-time .date{
   font-size: 14px
}
.match-time .time{
  font-size: 12px
}

.upcoming-match .single-teamx span.team-name{
  font-size: 10px
}

 .upcoming-match .single-match .part-timer .single-time span.number {
      font-size: 10px;   
  }


  .single-upcoming-match p{
    font-size: 11px!important;
  }

  .single-upcoming-match .white-r img{
    position: relative;
    right: 20px
  }

  .upcoming-match-list .all-match-header p{
    font-size: 10px!important
  }


}

    .upcoming-match .single-match .part-head {
      text-align: left;
      padding: 15px 0;
      border-radius: 0 ;
      background: url("../../themes/img/upcoming-match-bg.jpg") center center no-repeat;
      background-size: cover;
      position: relative;
      z-index: 2;
      overflow: hidden; }
      .upcoming-match .single-match .part-head:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        background: -webkit-linear-gradient(290deg, #068dc7, #0475a5);
        background: -o-linear-gradient(290deg, #068dc7, #0475a5);
        background: linear-gradient(160deg, #068dc7, #0475a5);
        height: 100%;
        z-index: -1;
        opacity: .78; }


      .upcoming-match .single-match .part-head .match-title {
        font-weight: bold;
        font-size: 24px;
        color: #fff; 
        margin-left: 15px
      }
      .upcoming-match .single-match .part-head .match-venue {
        font-size: 15px;
        font-weight: 400;
        color: #fff; 
        margin-left: 15px
      }




 .to-begin-time {
      display: block;
      text-align: center;
      font-size: 14px;
      font-weight: 400;
      color: #c40c49;
      margin-bottom: 24px; }



    .upcoming-match .single-match .part-timer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: #068dc7;
      border-radius:  0;
      position: relative;
      z-index: 2; }
      .upcoming-match .single-match .part-timer:after {
        position: absolute;
        content: '';
        left: 50%;
        top: -6px;
        width: 20px;
        height: 20px;
        background: #068dc7;
        -webkit-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
        z-index: -1; }
      .upcoming-match .single-match .part-timer .single-time {
        text-align: center;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 5px 0;
        position: relative; }
        .upcoming-match .single-match .part-timer .single-time:first-child:after {
          display: none; }
.upcoming-match .single-match .part-timer .single-time:after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50%;
    width: 2px;
    background: rgba(255, 255, 255, 0.3); 
}


.upcoming-match .single-match .part-timer .single-time span {
    display: block;
    color: #fff;
    font-weight: bold; 
}
.upcoming-match .single-match .part-timer .single-time span.number {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.upcoming-match .single-match .part-timer .single-time span.title {
    font-weight: 500;
    font-size: 14px; 
}


p.red{
    color: red
}




.upcoming-match-list{
    overflow: hidden;
}

/*
.upcoming-match-list .sub_title_match:nth-child(1n+2){
    margin-top: 30px;
}
*/

.upcoming-match-list .sub_title_match{
    display: block;
    background: #fff;
    border-left: 2px solid #068dc7;
    padding: 3px;
}

.upcoming-match-list .sub_title_match h3{
    font-size: 16px;
    font-weight: 600;
    color: #068dc7;
    width: 100%
}



.all-match-single-section{
    box-shadow: 0 1px 1px #ccc;
    margin: 10px 0 20px 0
}


.single-upcoming-match{
    padding: 5px 2px;
    background: #fafafa;
}

.single-upcoming-match .white-l{
    background: #ecf0f4;
    z-index: 999;
    border-radius:0  25px 25px 0;
    padding: 2px;
    box-shadow: 0 1px 1px #ccc;
}

.single-upcoming-match .white-r{
    background: #ecf0f4;
    z-index: 999;
    border-radius:25px 0 0 25px;
    padding: 2px;
    box-shadow: 0 1px 1px #ccc;
}


.single-upcoming-match img{
    width: 40px;
    height: 40px;
}

.single-upcoming-match p{
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

.single-upcoming-match .versase{
   color: #068dc7;
   display: block;
   width: 100%;
}

.upcoming-match-list .all-match-header{
    /*******************************/
    /*border-top: 5px solid #ecf0f4;*/
    border-bottom: 1px dotted #fff;
    margin: 0px;
    background: #fff;
    padding:0 4px;
}


.upcoming-match-list .all-match-footer{
  
    background: #fff;
    padding:0 4px;
    margin-bottom: -10px;
}


.upcoming-match-list .all-match-footer p.orange{
    color: #ff770d;
    font-weight: bold;
    font-size: 12px;
}
.green {
    color: #12772c;
    font-weight: bold;
    font-size: 12px;
}

.orange {
    color: #ff770d;
    font-weight: bold;
    font-size: 12px;
}
.orange-t {
    color: #ff770d;
}
.blue {
    color: #068dc7;
    font-weight: bold;
    font-size: 12px;
}


.upcoming-match-list .all-match-header p {
 position: relative;
 top: 0;
 margin:1px;
 font-size: 12px;
 font-weight: bold;
}




.part-teamx{
  text-align: center;
}

.single-teamx{
   padding: 10px;
   /*background: #fff;*/
}

.single-teamx.left{
    background: #ecf0f4;
    border-radius:0  15px 15px 0;
    box-shadow: 0 1px 1px #ccc;
}

.single-teamx.right{
    background: #ecf0f4;
    border-radius:25px 0 0 25px;
    box-shadow: 0 1px 1px #ccc;
}

.border-vs{
    border: 1px solid #fff;
    box-shadow: 0 1px 1px #ccc;
    border-radius: 50%;
}


.single-teamx .logo{
   padding:0 45px;
   /*background: #fff*/
}

.match-time {
  margin-top: 10px;
}
.match-time span {
   display: block;
}

.match-time span.date{
   font-size: 17px;
}


 .match-detailsx{
  margin-top: 40px;
  background: #068dc7;
  border-radius: 50%;
  box-shadow: 0 1px 2px #ccc;
  padding: 2px

}
.match-detailsx span.versase{
   font-size: 25px;
   font-weight: bold;
   background: rgba(255,255,255,.8);
   border: 2px solid #fff;
   border-radius: 50%;
   padding: 5px;
   color: #068dc7
}


.single-teamx span.team-name{
    font-weight: bold;
    font-size: 12px;
    margin: 30px 0;
    text-transform: uppercase;
}

.match-location{
  margin: 10px 0;
}






/************************************************************/

















/************************************************************/

.homepage-section{
    background: red;
    background-image: url(../../themes/img/191757.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh
}


.inner-banner-header {
   
    position: relative;
    top: -30px;
    background: url(../../uploads/images/innerbanner.jpg) ;
    text-align: center;
    padding: 60px 0 ;
    height: 200px;
    overflow: hidden;
    width: 100%;
}


.inner-banner-header h1:before {
    position: absolute;
    content: attr(data-generated);
    color: rgba(255, 255, 255,.3);
    font-size: 70px;
    font-weight: bold;
    top: -60px;
    text-align: center;
    left: 0;
    right: 0
     
}


.inner-banner-header h1 {
    color: #ecf0f4;
    font-size: 50px;
    font-weight: 600;
    position: relative;
}

.gt-breadcrumbs {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0px;
    width: 100%;
}
.gt-breadcrumbs ul {
    margin: 0px;
    padding: 0 50px;
    list-style: none;
    width: auto;
    background: rgba(255,255,255,.10);
    display: inline-block;
    border-radius: 75px 75px 0 0;
}
.gt-breadcrumbs ul li {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    
    line-height: 42px;
}
.gt-breadcrumbs ul li:after {
    content: " :: ";
    padding: 0 10px;
    line-height: 42px;
}
.gt-breadcrumbs ul li:last-child:after {
    display: none;
}
.gt-breadcrumbs ul li a {
    color: #fff;
}
.gt-breadcrumbs ul li a.active, 
.gt-breadcrumbs ul li a:hover {
    color: #058dc7;
}
.wf100 {
    width: 100%;
    float: left;
}





/* --------------------------------------------------
 Full Screen Overlay
-------------------------------------------------- */
.canvas-overlay,
.fancybox-overlay {
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);
}

/* Overlay Text */
.canvas-overlay {
    color: #eaeaea;
}

/* Overlay Headings */
.canvas-overlay h1,
.canvas-overlay h2,
.canvas-overlay h3,
.canvas-overlay h4,
.canvas-overlay h5,
.canvas-overlay h6{
    color: #fff;
}

/* Overlay Links */
.canvas-overlay a{
    color: #eaeaea;
}

/* Overlay Links Hover */
.canvas-overlay a:hover{
    color: #ffae00;
}

/* Overlay Close Button */
a.btn-closer::after,
a.btn-closer::before,
.fancybox-close:before,
.fancybox-close:after {
    background:#fff;
}

/* Overlay Close Button Hover */
a.btn-closer:hover::after,
a.btn-closer:hover::before,
.fancybox-close:hover::before,
.fancybox-close:hover::after {
    background: #ffae00;
}

/* Overlay Form Inputs */
.canvas-overlay .form-control{
    background-color: #000;
    background-color: rgba(255, 255, 255, 1);
    border-color: #fff;
    color: #000;
}

/* Overlay Feature Text Color */
.canvas-overlay ul li::before,
.canvas-overlay .sl-vertical li .fa{
    color: #ffae00;
}

/* Overlay Feature borders */
.canvas-overlay .list-bordered li{
    border-color: #434343;
}
.search-hero input.form-control{
    font-size: 1.5rem;
    height: auto;
    padding: .5em .75em;
    border-radius: 2px 0px 0px 2px!important;
}




/* --------------------------------------------------
 Full Screen Overlay Styles
-------------------------------------------------- */
.canvas-overlay {
    display:none;
    position:absolute;
    top:0;
    height:100%;
    width:100%;
    overflow:auto;
    z-index:9999999;
}
.canvas-overlay .list-bordered li{
    border-color: #434343;
}

.canvas-overlay .container{
    margin-top: 5%;
}

a.overlay-btn{
    text-decoration: none;  
}

.btn-closer{
    display: block;
    width: 1.25em;
    height: 1.25em;
    position: fixed;
    right: 20px;
    top: 15px;
}

.btn-closer:before,
.btn-closer:after{
    height: 2px;
    width: 1.25em;
    line-height: 1.25em;
    background: #fff;
    content: "";
    display: block;
    right: 20px;
    top: 24px;
    position: fixed;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.btn-closer:before{
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-closer:after{
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn-closer:hover:before,
.btn-closer:hover:after{
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.search-hero input.form-control{
    font-size: 1.5rem;
    height: auto;
    padding: .5em .75em;
    border-radius: 2px 0px 0px 2px!important;
}

.search-hero .icon_prepend,
.search-hero .icon_append{
    height: 2.5em;
    font-size: 1.25rem;
    line-height: 2;
}

.search-hero button{
    font-size: 1.5rem;
    height: auto;
    padding: .5em .75em;
}



/* --------------------------------------------------
 Modal Styles
-------------------------------------------------- */
.fancybox-overlay{
    background-image: none;
}

.fancybox-close, .fancybox-prev span, .fancybox-next span{
    background-image: none; 
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.fancybox-close{
    top: -30px;
    right: -30px;
}

.fancybox-close:before,
.fancybox-close:after{
    height: 2px;
    width: 1.25em;
    line-height: 1.25em;
    background: #fff;
    content: "";
    display: block;
    left: 8px;
    top: 16px;
    position: absolute;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.fancybox-close:before{
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-close:after{
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fancybox-close:hover:before,
.fancybox-close:hover:after{
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.fancybox-nav span{
    opacity: 0;
}

.fancybox-nav:hover span{
    opacity: 1;
}

.fancybox-nav span:after{
    font-family: FontAwesome;
    color: #fff;
    font-size: 1.5rem;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    display: block;
    position: absolute;
    background-color: #000;
    background-color: rgba(0, 0, 0, .2);
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-prev span{
    left: 10px;
}

.fancybox-prev span:hover{
    -moz-transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
}

.fancybox-next span{
    right: 10px;
}

.fancybox-next span:hover{
    -moz-transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -o-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.fancybox-prev span:after{
    content:"\f104";
}

.fancybox-next span:after{
    content:"\f105";
}

.fancybox-skin{

    
}




.second-content-section .categories-scm{
   

}

.second-content-section .categories-scm h1{
    background: #fff;
    border-top: 2px solid #068dc7;
    margin-bottom: 20px;
    padding: 10px;
    color: #068dc7;
    font-weight: bold;
    width: 100%

}



.m-cv{

       border: 2px solid #fff;
       border-radius: 1px;
     
      text-align: center;
      padding: 5px;
   
      background: url("../../themes/img/img-cr.jpg") center center no-repeat;
      background-size: cover;
      position: relative;
      z-index: 2;
      overflow: hidden;
      margin-bottom: 7px;
}

.m-cv h3{
    color: #fff;
    font-weight: bold;
    text-shadow:0 1px 1px  #068dc7;
    margin-top: 50%;
    font-size: 35px
}

 .m-cv:after {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: .8; 
        background: -webkit-linear-gradient(290deg, #068dc7, #e03927);
      background: -o-linear-gradient(290deg, #068dc7, #e03927);
      background: linear-gradient(160deg, #068dc7, #e03927);


    }






.fed{
  border: 2px solid #fff;
  border-radius: 1px;
  text-align: center;
   padding:8px 0px 0px 10px;
   background-size: cover;
    position: relative;
    z-index: 2;
      overflow: hidden;
      height: 120px;
      margin-bottom: 7px;
}


.fed.bas{
      background: url("../../themes/img/frb.jpg") center center no-repeat;
      
}
.fed.han{
      background: url("../../themes/img/frh.jpg") center center no-repeat;
}
.fed.vol{
      background: url("../../themes/img/frv.jpg") center center no-repeat;
      
}

.fed h4{
    color: #fff;
    font-weight: bold;
    margin-top: 15%;
    font-size: 18px;
    text-shadow:0 1px 1px  #068dc7;
    line-height: 25px
}

.ccc{
    border-radius: 2%;
    /*box-shadow:0 1px 2px  #fff;*/
    padding: 5px;
    background: rgba(255,255,255,.5);
}


.fed:after{
   position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: .9;
        background: -webkit-linear-gradient(290deg, #068dc7, #068dc7);
        background: -o-linear-gradient(290deg, #068dc7, #068dc7);
        background: linear-gradient(110deg, #068dc7, #068dc7);

}

@media (max-width: 768px) {

    .second-content-section {
        padding: 20px 0; 
    }
    .second-content-section .title-section h2 {
       font-size: 17px;
       font-weight: bold;
    }
    .second-content-section .title-section span a{
        position: relative;
        top: -2px;
    }
    .second-content-section .latest-news .title h2,
    .second-content-section .latest-news .title h3  {
        font-weight: bold;
    }
    .second-content-section .categories-scm h1 {
        text-align: center;
        font-size: 22px
    }
    .m-cv h3{
        font-size: 22px;
        line-height: 30px;
        margin-top: 45%
    }
    .fed h4{
        font-size: 16px;
    }
    .team-scm h2 {
        font-size: 13px;
    }
    .scm-title {
        font-size: 25px;
    }

    .picfooter{
        text-align: center;
    }

}




.bt_search_wrapper {
    position: absolute;
    left: 40px;
    bottom: 3px;
    width: 100%;
    height: 41px;
    background: transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    visibility: hidden;
}
.bt_search_wrapper.bt_search_ative {
    opacity: 1 !important;
    visibility: visible !important;
}




.menu-bar.bt_navigation_hide li:not(:last-child){
     display: none;
}

.bt_search_form_wrapper {
    position: relative;
    bottom: 7px;
    width: 100%;
    z-index: 999;

}

.bt_search_form_wrapper,
.bt_search_form_wrapper form {
    float: left;
    width: 100%;
    position: relative;
}
.bt_search_form_wrapper form {
    overflow: hidden;
}


.bt_search_btn a:focus,
.bt_search_btn a:visited {
    background: white!important;
    color: #000
}

.bt_search_form_wrapper .bt_search_inout {

    font-family: inherit;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    border: none;
    height: 42px;
    line-height: 40px;
    width: 100%;
    font-size: 14px;
    color: #000;
    border-radius: 0;
    padding: 0 0 0 10px;

}
.bt_search_form_wrapper .bt_search_inout:focus {
    outline: none;
}


.search-box-result {
    background: #fff;
    position: absolute;
    height: auto;
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
    border: 1px solid #efefef !important;
    padding: 5px;
    z-index: 1;
    width: 100%;
    margin-top: 43px;
    border-radius: 0;
    
}
.search-box-result::-webkit-scrollbar {
    width: 5px;
}
.search-box-result::-webkit-scrollbar-track {
    background-color: #f2f5f7;
}
.search-box-result::-webkit-scrollbar-thumb {
    background: #ccc;
}
.search-box-result ul#rezultat li {
    display: table;
    width: 100%;
    margin-bottom: 5px
}
.search-box-result ul#rezultat li:hover {
    background: #ecf0f4;
    border-radius: 4px;
}

.search-box-result ul#rezultat li p {
    position: relative;
    left: 10px;
    top: 7px;
    line-height: 13px;
    font-size: 14px;
    color: #000
}
.img-search {
    float: left;
    margin: 5px 0 5px 5px;
    border-radius: 4px;
    border: 2px solid #fff;
}


.single-upcoming-match .final_score.left{
    position: absolute;
    top: 0;
    right: 15px;
    margin: 0;
    padding: 10px;
    background: #fff;
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
}


.single-upcoming-match .final_score.right {
    position: absolute;
    top: 0;
    left: 14px;
    margin: 0;
    padding: 10px;
    background: #fff;
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
}




.sub_title_r{
    display: block;
    background: #fff;
    border-left: 2px solid #fff;
    padding: 3px;
}

.sub_title_r h3{
    font-size: 16px;
    font-weight: 600;
    color: #068dc7;
    width: 100%
}

.clasament-table thead tr{
border-bottom: 5px solid #ecf0f4

}
.clasament-table tbody tr td{
   vertical-align: middle;
   font-weight: ;
}

.clasament-table tbody tr td:nth-child(3){
  font-weight: bold;
}

.clasament-table tbody tr{
    border-bottom: 5px solid #ecf0f4;
    background: #fff
}

.scm-classx {
    background: #edf9ff!important;
}

.clasament-table tbody tr.scm-class .position{
   border: 1px solid #fff;
   background: #068dc7;
   color: #fff
 }
.clasament-table .cl-img{
    width: 25px;
    height: 25px;
    padding: 2px;
    margin: 0;
    box-shadow: 0 1px 1px #ccc;
    border-radius: 5%;
    background: #fff;
    text-align:center;
    display: block;
}

.scm-font{
  color: #068dc7
}

.clasament-table .position{
   font-weight: bold;
   font-size: 14px;
   width: 25px;
   height: 25px;
   border-radius: 5%;
   background: #fff;
   border: 1px solid #068dc7;
   margin: 0;
   padding: 1px;
   color: #000;
   text-align:center;
   display: block;
   margin-right: 5px;
   box-shadow: 0 1px 1px #efefef;
}


.card{
    background-color: #fff;
    margin-bottom: 15px;
}

.card .card-body{
    padding: 0px 2px .2px 2px;
}

.height-scroll {
    max-height: 200px;
    overflow-y: scroll;
    padding: 0px 0px .2px 2px;
}

.height-scroll::-webkit-scrollbar-track {
  background-color: #fff
}
.height-scroll::-webkit-scrollbar {
  width: 2px;
  background-color: #ddd
}
.height-scroll::-webkit-scrollbar-thumb {
  background-color: #ccc
}




ul.category_list li{
  display: block;
  background: #edf0f5;
  margin-bottom: 2px;
  padding: 1px;
  vertical-align: middle;
  
}
ul.category_list li img{
  width: 25px;
  margin-right: 5px;
} 



ul.sports_list li {
  padding: 1px
}


ul.sports_list li img {
    width: 35px;
    height: 35px;
    margin-right: 5px;
    background: transparent;
    padding: 1px

}

ul.sports_list li:hover img {
    background: #fff;
}

ul.category_list li:hover{
  background: #0198d0;
  color: #fff!important;
  text-decoration: none;
  cursor: pointer;
}

ul.category_list li.active{
  background: #0198d0;
  color: #fff!important;
  text-decoration: none;
  cursor: pointer;
}
ul.category_list li.active img {
    background: #fff;
}


ul.sports_list li.list_cat_img img {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background: transparent;
    padding: 1px

}

ul.sports_list li.list_cat_img:hover img {
    background: #fff;
}

ul.sports_list li.active.list_cat_img img {
    background: #fff;
}

.card .no-clasament{
  background: #fafafa;
  min-height: 330px;
  background-image: url(../../themes/img/baschet_masculin.jpg); 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: auto;
}
.card .no-clasament h4{
  vertical-align: middle;
}



.btn{
    background: #068dc7;
    color: white;
    padding: 10px 30px;
    text-transform: uppercase;
}

.btn:hover{
    color: white;
    text-decoration: underline;
}


#mesaj{
    resize: vertical;
    min-height: 150px
}

#register_form{
    background: white;
    padding: 20px;
    border-radius: 5px;
}

