/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.contentpane{
  background-color: #3e4f5e47;
}
.tm-nav-wrapper{visibility: hidden;}
/*
img:not([width]):not([height]) {
  border: 2px solid yellow !important;
}*/




 /******* Theme overides ***************/

 /*-------------------- facebook tab view ----------------------*/
.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width: 100% !important;}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {width: 100% !important;}

/*-------------------- google view ----------------------*/
.google-maps {
    position: relative;
    padding-bottom: 120px;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 350px !important;
 }


/*-------------------- Theme Overide  ----------------------*/
.tm-fullscreen-container .tm-fullscreen {
  padding: 0;
}

html, html a{
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

.uk-navbar-nav>li>a{
  font-family: 'Roboto Condensed','Roboto',Helvetica,Arial,sans-serif;
}

body, h1, h2, h3, h4, h5, p {
  font-family: 'Roboto',Helvetica,Arial,sans-serif;
  font-weight: 300;
  text-transform: none;
}

body {
  background-color: rgb(255, 255, 255);
  }

@media (max-width: 767px) {
    body {
      padding: 0 !important;
    }
  }

p{
  font-size: 15px;
  margin: 0 0 25px 0;
  line-height: 23px;
  opacity: 1;
}

 h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, p > a {
  color: rgb(70, 80, 87);
  opacity: 0.99;
}

a:hover, a:focus {
  text-decoration: none;
}



.tm-toolbar {
    padding:0 !important;

}
/*navigation bar */

.tm-navbar{
  -webkit-backface-visibility: hidden;
}

/*.uk-navbar-nav > li > a {
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
}
*/

.uk-navbar-toggle {
  color: #E5E6EC !important;
}

.tm-navbar .uk-navbar-content{
  min-height: 40px;
}

.tm-navbar .uk-navbar-content a {
  text-rendering: auto!important;
}


.tm-navbar li:last-child  div{
    left: auto;
    right: 0;
}

.tm-navbar li:last-child  div:before{
    left: auto;
    right: 21.6px;
}


/* fullscreen container and image */
.tm-fullscreen {
  background: none !important;
}

.tm-navbar-fixed .tm-fullscreen-container{
    height: calc(100vh - 70px);
    position: relative;
  }

.tm-navbar-fixed .tm-fullscreen-container .tm-fullscreen {
    height: 100%;
    position: relative;
}


@media (min-width: 768px){
  .tm-navbar-fixed .tm-fullscreen-container{
    height: 100vh;

  }
  .tm-navbar-fixed .tm-fullscreen-container .tm-fullscreen {
      top: 84px;
      height: calc(100% - 84px);
       position: absolute!important;
  }
  .mr-2-article-columns {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 25px;
      -moz-column-gap: 25px;
      column-gap: 25px;
    }
}

.tm-fullscreen-container .tm-fullscreen > div,
.tm-fullscreen-container .tm-fullscreen > div > div {
  display: block;
}

.tm-fullscreen-container .tm-fullscreen > div > div,
.tm-fullscreen-container .tm-fullscreen > div > div > div,
.tm-fullscreen-container .tm-fullscreen > div > div > div> ul,
.tm-fullscreen-container .tm-fullscreen > div > div > div> ul > li {
  height: inherit;
  background: rgb(201, 206, 210);
}


@media (min-width: 768px) and (min-device-width: 1025px) {

  .tm-navbar-fixed.tm-navbar-animated .tm-navbar-small .tm-nav-logo {
    -webkit-backface-visibility: hidden;
    -webkit-transition: 0.15s ease-in-out;
    -ms-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    -webkit-transition-proberty: width, height;
    -ms-transition-proberty:  width, height;
    transition-proberty:  width, height;
  }

   .tm-navbar-fixed.tm-navbar-animated  .tm-navbar-small .tm-nav-logo {
      position: absolute;
      top:63%;
      height: 74px;
      width: 74px;
      text-align: center;

   }
}


@media (min-width: 960px){
  .uk-grid-divider > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
      border-left: none;// 1px solid rgba(237, 237, 243, 0.51)!important;
  }
}



/* Banner overide*/
.banneritem{
  margin: 30px 0;
  text-align: center;
}

/* Progress bar */
.uk-progress-bar{
      background: rgba(64, 82, 97, 0.57);//#005aff9e
}
/*.uk-progress{
      background: #7cca83;
}
*/
.uk-progress-mini {
  border-radius:0;
  margin: 2px 0;
}

.mr-progress-sidebar{
  background: #ffffff;
}
.mr-progress-sidebar .uk-progress-bar{
  height: 1px;
  margin: 2px 0;
  background: rgba(64, 82, 97, 0.3);
}

/* tm List */
.tm-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.tm-list > li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 5px 0;
    line-height: 24px;
}
.tm-list > li h4 {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin: 0;
}

/* Badge */
.uk-badge {
    border-color: #25394f !important;
    background-color: #25394f !important;
    color: #c7d5e3 !important;
    font-size: 15px;
}


.uk-badge-success {
    background-color: #5ec255;
    color: #ffffff;
    padding: 0 10px;
    border-radius: 2px;
}


/* uk-slidenav */
.uk-slidenav-previous:before {
    content: "\f3d2";
    font-family: Ionicons;
}

.uk-slidenav-next:before {
    content: "\f3d3";
    font-family: Ionicons;
}


/* Misc */


.uk-dotnav>.uk-active>* {
    -webkit-transform: inherit;
    transform: inherit;
}

::selection{
    background: rgba(32, 33, 40, 0.74);
    color: #FFFFFF;
    text-shadow: none;
  }

.uk-overlay-background {
    background: rgba(49, 53, 62, 0.6) !important
}
.uk-button-success {
    color: #ffffff!important;
}

.uk-container {
      padding: 0 10px!important;
}

.tm-block-top-b .uk-container.tm-container-100{
  padding: 0!important;
  margin: 0;
}

/* Kontaktai left menu*/
.tm-sidebar-a .uk-nav-header {
    padding: 5px 0;
}
.tm-sidebar-a .uk-nav > li > a {
    padding: 5px 10px;
}
/*--------------------- Custom classes ------------------------*/

/* Extra margin */
.uk-margin-10{margin-bottom: 10px !important; margin-top: 10px !important;}
.uk-margin-20{margin-bottom: 20px !important; margin-top: 20px !important;}

.uk-margin-bottom-10{margin-bottom: 10px !important;}
.uk-margin-bottom-20{margin-bottom: 20px !important;}

.uk-margin-top-10{margin-top: 10px !important;}
.uk-margin-top-20{margin-top: 20px !important;}

.uk-margin-left-10{margin-left: 10px !important;}
.uk-margin-left-20{margin-left: 20px !important;}

.uk-margin-right-10{margin-right: 10px !important;}
.uk-margin-right-20{margin-right: 20px !important;}

/* Padding */
.uk-padding {padding-bottom: 30px;}
* + .uk-padding {padding-top: 30px;}

.uk-padding-top {padding-top: 30px !important;}
.uk-padding-bottom {padding-bottom: 30px !important;}
.uk-padding-left {padding-left: 30px !important;}
.uk-padding-right { padding-right: 30px !important;
}
/*
 * Larger margins
 */
.uk-padding-large {padding-bottom: 60px;}
* + .uk-padding-large {padding-top: 60px;}
.uk-padding-large-top {padding-top: 60px !important;}
.uk-padding-large-bottom {padding-bottom: 60px !important;}
.uk-padding-large-left {padding-left: 60px !important;}
.uk-padding-large-right {padding-right: 60px !important;}
/*
 * Smaller margins
 */
.uk-padding-small {padding-bottom: 5px;}
* + .uk-padding-small {padding-top: 5px;}
.uk-padding-small-top {padding-top: 5px !important;}
.uk-padding-small-bottom {padding-bottom: 5px !important;}
.uk-padding-small-left {padding-left: 5px !important;}
.uk-padding-small-right {padding-right: 5px !important;}

.uk-padding-10{padding-bottom: 10px !important; padding-top: 10px !important;}
.uk-padding-top-10{padding-top: 10px !important;}
.uk-padding-bottom-10{padding-bottom: 10px !important;}
.uk-padding-left-10{padding-left: 10px !important;}
.uk-padding-right-10{padding-right: 10px !important  ;}

.uk-padding-20{padding-bottom: 20px !important; padding-top: 20px !important;}
.uk-padding-bottom-20{padding-bottom: 20px !important;}
.uk-padding-top-20{padding-top: 20px !important;}
.uk-padding-left-20{padding-left: 20px !important;}
.uk-padding-right-20{padding-right: 20px !important;}


.mr-mosaic-button, .mr-play-button {background: none;    color: rgb(86, 89, 92);  border: 1px solid rgba(86, 89, 92, 0.5);}
.tm-fullscreen .mr-play-button{background: none;  color: rgba(209, 209, 209, 1);  border: 1px solid rgba(209, 209, 209, 0.65);}
.mr-play-button:hover, .mr-play-button:focus {   background: #e63434;  color: white;  border: none; }

.mr-mosaic-button:hover, .mr-mosaic-button:focus {background: none; color: inherit;}
.mr-mosaic-button-medium{  width: 40px;  height: 40px;  line-height: 40px;  font-size: 20px;}
.mr-mosaic-button-large {    width: 80px;    height: 80px;    line-height: 80px;    font-size: 70px;}

.addthis_toolbox a {margin-bottom: 0px!important;}
.addthis_toolbox.addthis_default_style{min-width: 20px;min-height: 20px;}


.backface{-webkit-backface-visibility:hidden;}

.mr-font-narrow {font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;}

.uk-text-bolder {font-weight: 400;}
.uk-panel-space-v-10 {padding: 10px 0;}

.mr-item-card {
  background-color: #f9f9f9;
  background: none 0 0 repeat,-webkit-radial-gradient(center, ellipse cover, #fff 0, rgba(237, 241, 243, 0.6) 100%);
  background: none 0 0 repeat,radial-gradient(ellipse at center, #fff 0, rgba(237, 241, 243, 0.6) 100%);
}

.mr-first-broadcast-tag{
  font-size: 0.5em;
  display: inline-block;
  vertical-align: top;
  color: rgb(222, 108, 25);
}
.mr-sidebar .mr-first-broadcast-tag{
    font-size: 0.75em;
}
.mr-player .mr-first-broadcast-tag{
    font-size: 0.8571428571428571em;
}

.mr-sidebar .mr-all-programme{
  text-align: center;
    padding: 2px 10px;
    border-top: 1px solid #ededf3;
    border-bottom: 1px solid #ededf3;
    clear: both;
}

.mr-live-now-details{
  text-align: left;
}

.mr-live-now-details .time {
  line-height: normal;
  margin: 3px 0 4px 0;
  font-size: 13px;
}


.mr-live-badge {
  color: rgb(255, 255, 255);
  background-color: #E82020;
  padding: 2px 5px;
  line-height: 15px;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;

}

.mr-live-badge.large, .mr-next-badge.large{
    padding: 0;
    line-height: 25px;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.1em;
    width: 159px;
}


.mr-next-badge{
  color: rgb(255, 255, 255);
  background-color: #2167F4;
  padding: 2px 5px;
  line-height: 15px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.39em!important;
  font-family: Roboto Condensed;
  display: block;
}

/* mr-item-meta */
.mr-item-meta i {margin-right: 2px;}
.mr-item-meta, .mr-item-meta a, .mr-item-meta p, .maxlength  {color: rgb(86, 89, 92); font-size: 12px;}


.mr-date, .mr-broadcast-date, .mr-broadcast-time, .mr-hits, .mr-author,
.mr-category,
.mr-comments,
.mr-info, .mr-info-top, .mr-info-bottom{
  white-space: no
}

.mr-itemBody-small p{
  margin: 15px 0;
  font-size: 13px;
  line-height: 20px;
}

.mr-tag{
  font-size: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 10px 5px 0;
  color: rgba(188, 188, 188, 1);
}

.mr-tag-duration{
  padding: 2px 3px 2px 0;
}

.mr-tag-media{
  border-radius: 0;
  padding: 3px 5px;
}
.mr-tag-media.ion-volume-high{
  border-right: 1px solid rgba(255, 255, 255, 0.11);
}

.mr-icon-small {
  font-size: 150%;
  vertical-align: -15%;
}

/* download button in broadcast view */
.mr-download-media-button{
  background-color: rgba(130, 98, 30, 0.56);
  color: #ffffff;
}
.mr-download-media-button:hover, .mr-download-media-button:focus {
    background-color: rgba(171, 123, 21, 0.78);
    color: #ffffff;
}

.mr-download-media-button:active, .mr-download-media-button.uk-active {
    background-color: rgba(171, 123, 21, 0.78);
    color: rgba(255, 255, 255, 0.85);
}

.uk-grid:before, .uk-grid:after {
  -webkit-overflow-scrolling: touch;
}

.mr-contacts-live {
    background: rgba(255, 255, 255, 0.7);
  }

.mr-contacts-live:hover, .mr-contacts-live:focus, .mr-contacts-live:active, .mr-contacts-live.uk-active {
  background-color: #1BC72E;
  color: #F9F9F9;
  outline: none;
  text-decoration: none;
}


.no-h3-border .mr-group-header {
  border-top: 0 !important;
}

.mr-group-header{
  color: rgb(70, 80, 87) !important;
  opacity: 0.85 !important;
  padding-top: 10px;
  border-top: 10px solid rgba(137, 147, 159, 0.26);
  text-transform: uppercase;
 }

.mr-image{z-index: 1;}
.mr-image.mr-list-image{
    display: none;
    visibility: hidden;
}

.mr-totop-scroller{
  position: fixed;
  right:0;
  bottom:0;
  width:40px;
  height:40px;
  background: rgba(62, 79, 94, 0.45);
  z-index: 10;
  color:white;
  text-align: center;
  margin: 20px;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.mr-totop-scroller.visible{
  opacity: 0.3;
}

.mr-totop-scroller.visible:hover{
  opacity: 1;
}
a:active .mr-totop-scroller.visible{
    background: rgba(62, 79, 94, 0.6);
}

.uk-active .tm-totop-scroller {
    top: 90px;
    color: rgb(179, 24, 24);
    margin-right: 340px;
}


/* Compatibility mode */
.mr-disclaimer {
  width:85%;
  margin:0 auto;
}

.box {
  float: left;
  width: 110px;
  height: 100px;
  margin: 1em;
}
.after-box {
  clear: left;
}


/*-------------------- Fancybox tab view ----------------------*/
.fancybox-overlay {
  background: rgba(49, 53, 62, 0.6) !important;
}

.fancybox-close {
    background-image: none;
    position: absolute;
    display: block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    top: 10px;
    right: 15px;
    opacity: 0.7;
    cursor: pointer;
    z-index: 8040;
    text-align: center;
    font-size: 46px;
    color: white;
}

.fancybox-close:before {
  font-family: 'Ionicons';
  content: "\f404";
}

/*------------------------- K2 ----------------------------------*/
#k2Container .sprocket-tabs{
  margin: 0 -10px !important;
}
#k2Container .sprocket-tabs .uk-width-1-1.uk-width-medium-1-2 .mr-image{
  width: auto;
}

.mr-broadcast .itemBody{
  position: relative;
  min-width: 230px;
}

.mr-broadcast .itemBody p{
    font-size: 14px;
    line-height: 20px;
}
.mr-broadcast .download-area{
    position: relative;
    padding: 5px 0px 0 0;
}

.mr-download-container{
  width: 100%;
}

.mr-broadcast .download-area.uk-active{
    padding:0;
}

.mr-broadcast .download-area.uk-active::after{
  background: #0a8cfb;
}

.download-area .mr-lists-portrait-container .mr-comming-up-next-title{
  display: none;
}

.download-area .mr-comming-up-next-weekday{
  margin: 0;
}

.mr-broadcast .mr-comming-up-next-title{
border:none;
}

.mr-broadcast .mr-comming-up-next-date{
  color: #9A0808;
  text-align: left;
}

.mr-broadcast .itemImage .uk-cover-background {
    min-height: 250px;
}

.itemVideo{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.itemVideo .container,.itemVideo .player-poster[data-poster]{
      background-color: transparent!important;
}
.itemImageBlock, .itemVideoBlock_std{
      margin: 0 -10px;
}


button.media-control-button[data-fullscreen]{
  display: none!important;
}

.drawer-container[data-volume], .media-control-left-panel[data-media-control] {
  padding: 0 10px;
}

.itemBody .mr-programme-description{
 padding: 10px 10px 0 10px;
}

/* smart search */
.search-image{
  width: 120px;
  min-height: 135px;
}

 div.mr-item-meta span{
    padding-right: 5px;
  }

.mr-fb{
    text-align: center;
}

.mr-fb-logo-pad{
  margin-bottom: 5px;
}

.mr-lists-portrait.mr-sidebar h2.uk-h3{
      font-size: 23px!important;
      line-height: 27px!important;
  }



.mr-margin-phone-screens{
  margin: 0 30px !important;
  }
.mr-paypal-symbol-padding{
  padding: 0 30px;
}
.mr_margin-bottom-tablet-screen{
  margin-bottom:  0;
}

/* Phone landscape and bigger */
@media (min-width: 480px) {
  .mr-broadcast .itemImage .uk-cover-background {
      min-height: 250px;
  }

 .uk-panel-space {
      padding: 30px;
  }
}

/* Tablet and bigger */
@media (min-width: 768px) {
 .uk-h3{
      font-size: 24px!important;
      line-height: 26px!important;
  }

  .uk-container {
    padding: 0 20px !important;
  }

  #k2Container .sprocket-tabs{
    margin: 0!important;
  }
  .mr-broadcast .itemBody{
    border-left: 1px solid #D4DCE2;
  }

  .itemBody .mr-programme-description{
    padding: 30px 30px 0 30px;
  }

  .mr-broadcast .itemImage .uk-cover-background {
    min-height: 350px;
  }

  .itemImageBlock, .itemVideoBlock_std{
    margin: 0;
  }

  .mr-download-container{
    width: auto;
   }
.mr-programme .itemImageBlock{
   margin: 0 -22px;
  }
  .search-image{
    width: 240px;
    min-height: 150px;
    display: block;
  }

  ul .active .mr-image.mr-list-image,
  .mr-image.mr-list-image{
    display: block;
    visibility: visible;
    width: 230px;
    min-height: 140px;
  }

  .mr-totop-scroller{
    margin: 40px;
    padding: 20px;
  }

    div.mr-item-meta span{
    padding-right: 0;
  }
  .truncate:after, .truncate3:after {
    padding: 0px 20px 1px 45px!important;
    background: transparent linear-gradient(to right, rgba(255, 255, 255, 0), #FFF 70%) repeat scroll 0% 0%!important;
  }

  .mr-fb{
    text-align: left;
  }

  .mr-fb-logo-pad{
    margin-bottom: 0px;
    text-align: center;
  }

  .mr-fb-logo-pad  img{
    float: left;
  }
  .mr-fb-logo-pad div:nth-child(2){
    height:  50px;
    display: table-cell;
    vertical-align: middle;
    line-height: 16px;
  }
  .mr-margin-phone-screens{
  margin: 0 !important;
  }

.mr-margin-tablet-screens{
  margin: 0 !important;
  }

  .mr-paypal-symbol-padding{
  padding: 0 7px;
  }

  .mr_margin-bottom-tablet-screen{
    margin-bottom: 30px !important;
  }
  .mr_margin-large-bottom-tablet-screen{
    margin-bottom: 60px !important;
  }
}

@media (min-width: 870px){
.mr-margin-tablet-screens{
  margin: 0 15px !important;
  }
  .mr-paypal-symbol-padding{
  padding: 0 12px;
}
}

@media (min-width: 960px){
  .mr-programme .itemImageBlock {
      margin: 0;
  }
.mr-margin-desk-screens{
  margin: 0 30px !important;
  }

.mr-margin-large-desk-screens{
  margin: 0 60px !important;
  }

}

/* Large screen and bigger */
@media (min-width: 1220px) {
.mr-margin-big-screens{
  margin: 0 30px !important;
 }

.mr-margin-large-big-screens{
  margin: 0 60px !important;
  }


}

/*------------------------- tm-containers ----------------------------*/
.tm-container-100 {
  padding: 0;
  margin: 0 -10px;
}
/* Desktop and bigger */
@media (min-width: 960px){
  .tm-container-100 {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .tm-container-90 {
    max-width: 100%;
  }
  .tm-container-80 {
    max-width: 100%;
  }
  .tm-container-75 {
    max-width: 100%;
  }
  .uk-container {
    padding: 0!important;
  }
  .itemImageBlock, .itemVideoBlock_std{
    margin: 0;
  }
  .mr-shift-left {
  margin: 0 0 0 60px;
}
}

/* Large screen and bigger */
@media (min-width: 1200px) {
  .tm-container-100 {
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .tm-container-90 {
    max-width: 90%;
  }
  .tm-container-80 {
    max-width: 80%;
  }
  .tm-container-75 {
    max-width: 75%;
  }
}


/*-------------------- Ellipsis -------------------------------*/
@supports (-webkit-line-clamp: 2) {
    .truncate {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        max-height:2.8em; /* I needed this to get it to work */
        height: initial!important;
    }
    .truncate:after {
        display: none;
    }
}

.truncate {
    position:relative;
    line-height:1.4em;
    /* 2 times the line-height to show 2 lines */
    max-height:2.8em;
    overflow: hidden;
}


@supports (-webkit-line-clamp: 3) {
    .truncate3 {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-height:4.2em; /* I needed this to get it to work */
        height: initial!important;
    }
    .truncate3:after {
        display: none;
    }
}

.truncate3 {
    position:relative;
    line-height:1.4em;
    /* 3 times the line-height to show 3 lines */
    max-height:4.2em;
    overflow: hidden;
}
.truncate:after, .truncate3:after {
    content:".";
    position:absolute;
    bottom:0;
    right:0;
    padding: 0px 0px 1px 10px;
    background: transparent linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%) repeat scroll 0% 0%;
    //background: transparent linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);

    color: white;
}



/*--------------------- Chronoforms --------------------------------*/

.form-horizontal .help-block {
        font-size: 12px;
     line-height: 17px;
    margin-top: 10px !important;
}

 .gbs3 .gcore-checkbox-item label,
 .gbs3 .gcore-checkbox-item input,
 .gbs3 .gcore-radio-item label,
 .gbs3 .gcore-radio-item input {
     font-weight: 300 !important;
     color: rgb(32, 33, 40);
}

.gbs3 .gcore-checkbox-item{
  margin-bottom: 5px;
}

.gbs3 .fa {
  color: rgba(230, 18, 18, 0.82)!important
}

.gbs3 a {
     color: inherit;
     text-decoration: none;
}

.gbs3 legend{
  background-color: rgb(215, 219, 220);
  color: #696969;
  padding: 10px 20px;
}

.gbs3 .mr-ask .form-group{

  margin: 10px 20px !important;;
}

.gbs3 .form-group {
    margin-left: 10px !important;
}

.gbs3 .L {
    width: 280px!important;
  }

.gbs3 .A {
    max-width: 280px;
}

.mr-panel-bg {
  border-top: 1px solid rgba(192, 192, 192, 0.22);
  background-color: rgba(228, 231, 232, 0.29);
  padding: 20px 0 5px 0;
}

@media (min-width: 480px) {

  .gbs3 .form-group{
    margin-left: 50px !important;
  }
  .gbs3 .L {
    /* max-width: 350px !important; */
    width:  350px !important;
  }
  .gbs3 .A {
    max-width: none;
  }
}

.gbs3 label{
  font-weight: bolder;
}

.gbs3 td, .gbs3 th {
  padding: 1px 10px;
}

.gbs3 table tr td:nth-child(1) {
    color:#434344;
}
.gbs3 table tr td:nth-child(2) {
    font-weight: 400;
    color: #434344;
}

.gbs3 .uk-h1 {
  font-family: 'Roboto',Helvetica,Arial,sans-serif;
  font-size: 36px;
  line-height: 42px;
  color: rgba(70, 80, 87, 0.95) !important;
}
.gbs3 .uk-h2 {
  font-family: 'Roboto',Helvetica,Arial,sans-serif;
  color: #31353e;
  font-weight: 300;
  font-size: 24px;
  line-height: 26px;
  margin: 30px 0 15px 0;
}

.mr-wizard{
  color: white;
}
.mr-wizard-bg{
  background-color: rgb(152, 167, 179);
  padding: 20px;
}

.mr-wizard-text{
  font-size: 18px;

}
.mr-wizard-text.muted{
    color: rgba(255, 255, 255, 0.52);
}

.mr-wizard i{
  margin: 0 20px;
}

.tm-wrapper .chronoform{
     box-shadow: 0px 0px 50px rgba(29, 37, 47, 0.2);
}

.chrono_credits{
  margin-right: 20px !important;
}


/*------------------ Search -----------*/
.uk-search:before {
    content: "\f4a5";
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    line-height: 49px;
    text-align: center;
    font-family: Ionicons;
    font-size: 29px;
    color: #6c6f75;

    }
  input.uk-search-field {
    width: 40px;
    text-transform: none;
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    line-height: normal;

    height: 40px;
    padding: 0 0 0 10px;
    border: 2px solid rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    position: relative;
    border-radius: 2px;
    z-index: 3;
    text-indent: 30px;
    cursor: pointer;
  }


/*------------------------- Sidebar ---------------------------------------*/
.sidebar-h .uk-search{width: 100%;}
.sidebar-h input.uk-search-field {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 2px;
}
.uk-grid aside .uk-panel + .uk-panel{
  margin-top: 0px!important;
}
/*---------------------------- Offcanvas menu bar ------------------------------*/

.fb-page, .fb-page iframe[style], .fb-page span {
    width: 100% !important;
}
.uk-offcanvas {
    background: rgba(49, 53, 62, 0.6);
}
.uk-offcanvas-bar {
    background: #3C4044;
}

.uk-nav-offcanvas .uk-nav-header {
    color: #FDFDFD;
    padding: 5px 0;
}

.uk-nav-offcanvas > li > a {
    color: #FFFFFF;
}
.uk-nav-offcanvas ul a {
    color: #DADCE8;
}


html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
    background: #333B42;
    color: #FFFFFF;
}

html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
    color: #FFFFFF;
}

.uk-nav-offcanvas > .uk-open > a, html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover, html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
    background: #333B42;
    color: #FFFFFF;
    outline: none;
}


/*---------------------------- JW Player ------------------------------*/
.jw-tab-focus:focus {
    outline: none;
}

#imgplay, #imgpause {
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-25px;
  margin-left:-25px;
  height: auto!important;
}

/*---------------------------- Player window ------------------------------*/

.mr-player .mr-live-contact-pad{
   background: rgb(241, 241, 241);
          border-top: 1px solid rgba(192, 192, 192, 0.34);
}
.mr-player .mr-live-contact-pad .mr-contacts-live{
  text-transform: none;
}

.mr-player .mr-live-contact-pad i{
  color: rgba(232, 32, 32, 0.73);
}

.mr-player .mr-live-contact-pad  .mr-sep:before {
content: "|";
}

.mr-player .itemImageBlock, .mr-player .itemVideoBlock_std{
   margin: 0;
}



/*-******************************************************/

/* ---------------- Features - Layout Slideshow - Navigation ------------------
.lb-arrows .arrow {
    position: absolute;
    display: block;
    width: 80px;
      height: 80px;
      line-height: 80px;
    top: 50%;
    margin-top: -40px;
    opacity: 0.5;
    cursor: pointer;
    z-index: 10;
    text-align: center;
    font-size: 55px;
}
.lb-arrows .prev {left: 20px;}
.lb-arrows .next {right: 20px;}

.lb-arrows .prev:before, .lb-arrows .next:before{  font-family: 'Ionicons';}
.lb-arrows .prev:before{content: "\f3d2";}
.lb-arrows .next:before{content: "\f3d3";}



.lb-arrows .arrow {opacity: 0.2;}
.itemImageBlock:hover .lb-arrows .arrow {opacity: 0.4;}
.arrows-onhover:hover .lb-arrows .arrow {opacity: 0.7;}
.lb-arrows .arrow:hover {opacity: 1 !important;}


.lb-arrows .arrow {color: #fff;}

.lb-arrows .arrow {-webkit-transition: opacity 0.2s ease-in;-moz-transition: opacity 0.2s ease-in;-o-transition: opacity 0.2s ease-in;transition: opacity 0.2s ease-in; -webkit-backface-visibility: hidden;
-webkit-transform: translateX(0);}
*/


/*****---------------------------------------------------------------*/

.system-message-container dl{
  padding: 0!important;
  margin: 0!important
}
.system-message .message ul{
  margin-left: 0!important;
}

/*.system-message-container dl ul li{
    line-height: 35px!important;
} */

.system-message .info, .system-message .success, .system-message .warning, .system-message .error, .system-message .validation{
  border: 0!important;
  margin: 0!important;
  padding: 10px 10px 10px 20px!important;
}



#rc-imageselect, .g-recaptcha {transform:scale(0.91);-webkit-transform:scale(0.91);transform-origin:0 0;-webkit-transform-origin:0 0;}
/* Phone landscape and bigger */
@media (min-width: 420px) {
  #rc-imageselect, .g-recaptcha {
      transform:scale(1);
      -webkit-transform:scale(1);
      transform-origin:0 0;
      -webkit-transform-origin:0 0;
    }
}



/*---------------------------------------------------*/
.control-group {
  display: inline-block;
  margin: 10px;
}
.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 13px;
   font-weight: 300;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 2px;
  left: 40px;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}

.control_desc{
 visibility: hidden;

}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #2AC02B;
}

.control input:checked ~ .control_desc{
  visibility: visible;
}

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: rgba(18, 125, 14, 0.59);
}

.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
  color: inherit;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}


.uk-modal-dialog {
   padding: 0;
  }


.uk-container .uk-search-field {

    background-color: transparent;
    font-family:  "Roboto Condensed", Helvetica, Arial, sans-serif;
    color: rgba(221, 224, 231, 0.9);
    font-size: 19px;
    font-weight: 100;
    font-style: normal;
}

.uk-search:before {
   // content: "\f20e";
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    text-align: center;
    font-family: Ionicons;
    font-size: 27px;
    line-height: 42px;
    color: rgba(189, 195, 209, 0.7);
    }

.uk-container .mr-search-field {
    opacity: 1;
}
input.uk-search-field {
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    line-height: normal;
    width: 50px;
    height: 38px;
    padding: 0 0 0 20px;
    border: 0 solid rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    color: #808080;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    font-size: 16px;
    font-weight: 100;
    font-style: italic;
}

.uk-search-field:focus, .uk-search.uk-active .uk-search-field {
    width: 200px;
  }

/* Placeholder */
.uk-search-field:-ms-input-placeholder {
  color: rgba(189, 195, 209, 0.6); !important;
  font-size: 17px;

}
.uk-search-field::-moz-placeholder {
  color: rgba(189, 195, 209, 0.6);
  font-size: 17px;
}
.uk-search-field::-webkit-input-placeholder {
  color: rgba(189, 195, 209, 0.6);
  font-size: 17px;
}


.uk-form :-ms-input-placeholder{     color: rgba(108, 111, 117, 0.75)!important;  font-size: 15px;}
.uk-form ::-moz-placeholder{         color: rgba(108, 111, 117, 0.75);  font-size: 15px;}
.uk-form ::-webkit-input-placeholder{color: rgba(108, 111, 117, 0.75);  font-size: 15px;}

.uk-form-row + .uk-form-row {
  margin-top: 15px;
}

.uk-button .uk-active label {
    background-color: #e4d7d7;
    color: #0a8dfc;
}

.uk-animation-2 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}
.uk-modal-dialog-blank {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus
{
  background: none;
}



.mr-button-modifier{
    background-color: #B4B9C0;
    width: 100%;
    color: #FBFCFF;
    margin: 0 0 5px 0 !important;
    height: 40px;
    font-size: 18px;
    font-weight: 300;
}

.mr-button-modifier-color{
  background-color: #4fa4de !important;// #E94F37 !important;
}

.mr-button-modifier input{
  height: 40px !important;
}

.uk-button.uk-active.mr-button-modifier{
  background-color: #4fa4de !important;//#E94F37 !important;
  color: #FBFCFF;
   -webkit-transition: all 0.25s; /* For Safari 3.1 to 6.0 */
    transition: all 0.25s;
}

.mr-button-modifier.uk-button:hover{
  background-color: #B4B9C0;
  color: #FBFCFF;
}

.mr-button-modifier.uk-button:focus{
  color: #FBFCFF;
}


.mr-paypal-label-mod label{
  font-size: 17px;
  font-weight: 300;
  color: #73767B;
}

.uk-form .mr-paypal-input-mod input[type="text"] {
  font-size: 18px !important;
  color: #73767B;
  font-weight: 300 !important;
}

span.help-block.uk-text-danger{
  font-size: 14px;
}
