/* ------------------------------------------------------
  Imported Stylesheets (Their order is important.)
------------------------------------------------------ */
@font-face {
  font-family: 'TrebuchetMS';
  src: url('../fonts/TrebuchetMS.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/TrebuchetMS.woff') format('woff'),
       url('../fonts/TrebuchetMS.ttf')  format('truetype'),
       url('../fonts/TrebuchetMS.svg#TrebuchetMS') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ------------------------------------------------------
  General
------------------------------------------------------ */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-family: 'TrebuchetMS', sans-serif;
  font-size: 13px;
  line-height: 1.5em; /* 18px */
  color: #000;
  /* Fix for webkit rendering */
  -webkit-font-smoothing: antialiased; 
  -webkit-text-size-adjust: 100%;
  //background: transparent url("../gfx/design/pagebg.gif") repeat 0 0;
}
/* ------------------------------------------------------
  Wrappers
------------------------------------------------------ */
div#page-real-content {
  float: left;
  width: 100%;
  background-color: #fff;
}
div.wrapper {
  float: left;
  width: 100%;
}
div.wrapper.lead {
  height: 260px;
  background: transparent url("../gfx/header/bg_lead.jpg") no-repeat 50% 100%;
}
div.wrapper.lead.home {
  height: 501px;
  background-position: 50% 0;
}


div.wrapper.greenborder {
  margin-bottom: 12px;
  border-top: 1px solid #70cd00;
  border-bottom: 1px solid #70cd00;
}
div.wrapper.blue_box {
  margin: 0 0 14px 0;
  background-color: #cfdff3;
  border-top: 2px solid #bcbcbc;
  border-bottom: 2px solid #bcbcbc;
}
div.wrapper.green {
  color: #fff;
  padding: 35px 0;
  background-color: #70cd00;
}
div.wrapper.black {
  color: #fff;
  background-color: #000;
}
div.wrapper.mobile {
  display: none;
  height: 70px;
  background-color: #fff;
}
div.wrapper.title {
  height: 109px;
  padding: 15px 0 0 0;
  margin: 0 0 25px 0;
  border-top: 5px solid #384045;
  background-color: #000;
  border-bottom: 5px solid #ccc;
}
div.wrapper.gray {
  color: #999999;
  padding: 25px 0;
  background-color: #eee;
}
/* ------------------------------------------------------
  Containers
------------------------------------------------------ */
div.container {
  width: 1280px;
  margin: 0 auto;
}
/* ------------------------------------------------------
  Header
------------------------------------------------------ */
a#top-logo-menu {
  height: 70px;
  float: right;
  overflow: hidden;
  background-color: #fff;
  padding: 0 0 0 10px;
}
a#top-logo-menu img {
  height: 70px;
}
header a#top-logo {
  float: left;
  display: block;
  cursor: pointer;
}
header nav#top-nav {
  float: left;
  padding: 40px 0 40px 20px;
}
header nav#top-nav ul {
  float: left;
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}
header nav#top-nav ul li {
  float: left;
  height: auto;
  display: block;
  z-index: 997;
  margin: 0 4px 0 0;
  position: relative;
  border-right: 1px solid #b3b3b3;
}
header nav#top-nav ul li:last-child {
  border: none;
}
header nav#top-nav ul li a {
  color: #706e6e;
  float: left;
  width: 100%;
  display: block;
  padding: 0 20px 20px 20px;
  position: relative;
  text-transform: uppercase;
}
header nav#top-nav ul li a.one_line {
  padding: 12px 20px 20px 20px;  
}


header nav#top-nav ul li a:hover,
header nav#top-nav ul li a.current,
header nav#top-nav ul li:hover a {
  color: #70cd00;
}
header nav#top-nav ul li a span.hasubico {
  left: 50%;
  height: 14px;
  bottom: 4px;
  width: 15px;
  z-index: 200;
  display: block;
  position: absolute;
  margin: 0 0 0 -8px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: transparent url("../gfx/header/bg_nav_span.png") no-repeat 0 -100px;
}

header nav#top-nav ul li a.current span.hasubico,
header nav#top-nav ul li:hover a span.hasubico,
header nav#top-nav ul li a:hover span.hasubico {
  background-position: 0 100%;
}


header nav#top-nav ul li:hover ul.submenu {
  display: block;
}

header nav#top-nav ul li ul.submenu {
  display: none;
  float: left;
  height: auto;
  left: 0;
  margin: 0 0 6px;
  min-width: 160px;
  padding: 0 0 6px;
  position: absolute;
  right: 0;
  top: 55px;
  z-index: 998;
}
header nav#top-nav ul li ul.submenu li {
  float: left;
  width: 100%;
  border: none;
  z-index: 999;
  background-color: #fff;
}
header nav#top-nav ul li ul.submenu li a {
  padding: 5px 8px 5px 8px;
}
header nav#top-nav ul li:hover ul.submenu li a,
header nav#top-nav ul li ul.submenu li a {
  color: #706e6e;
  
}
header nav#top-nav ul li ul.submenu li a:hover {
  color: #70cd00;
}


div.top_social {
  float: right;
  position: relative;
  padding: 42px 0 0 0;
}
div.top_social a.ico {
  width: 30px;
  height: 30px;
  float: left;
  margin: 0 2px;
  display: block; 
}
div.top_social a.ico:last-child {
  margin-right: 0;
}
div.top_social a.ico.facebook { background: transparent url("../gfx/header/bg_ico_facebook.png") no-repeat 0 0; }
div.top_social a.ico.twitter { background: transparent url("../gfx/header/bg_ico_twitter.png") no-repeat 0 0; }
div.top_social a.ico.search { background: transparent url("../gfx/header/bg_ico_search.png") no-repeat 0 0; }

div.top_social a.ico:hover {
  opacity: 0.7;
}
div#search-box {
  float: left;
  width: 200px;
  top: 80px;
  right: 0;
  display: none;
  position: absolute;
}
div#search-box input {
  float: left;
  width: 85%;
  display: block;
  margin: 0 0 0 0;
  padding: 0 8px;
  height: 30px;
  line-height: 30px;
  border: none;
  background-color: #fff;
}
div#search-box input[type='submit'] {
  float: right;
  width: 15%;
  margin: 0;
  height: 32px;
  background: transparent url("../gfx/design/bg_search_btn.png") no-repeat 50% 50%;
}
div#search-box form {
  width: 100%;
  float: left;
  border: 1px solid #b3b3b3;
}
/* ------------------------------------------------------
  Navigation
------------------------------------------------------ */
div.row,
header,
footer {
  float: left;
  width: 100%;
}

/* ------------------------------------------------------
  promo
------------------------------------------------------ */
div.lead.home div.promo {
  height: 501px;
  
}

div.promo {
  float: left;
  width: 100%;
  height: 260px;
  padding: 0 0 0 12px;
  position: relative;
}



div.promo_text {
  bottom: 0px;
  height: 246px;
  padding: 90px 0 0 0;
  position: absolute;
  background: transparent url("../gfx/header/bg_promo_text.png") no-repeat 0 0;
}
div.promo_text div.promo_left,
div.promo_text div.promo_right {
  float: left;
  height: 120px;
}
div.promo_text div.promo_left {
  width: 277px;
  text-align: right;
  padding: 0 32px 0 0;
  border-right: 1px solid #6cc700;
}
div.promo_text div.promo_left h3 {
  color: #70cd00;
  line-height: 40px;
  font-size: 31px; 
  text-transform: none;
}
div.promo_text div.promo_right {
  width: 70%;
  color: #6a6a6b;
  font-size: 16px;
  padding: 0 0 0 33px;
  width: calc(100%-277px);
}
div.promo_text div.promo_right p {
  margin: 0 0 22px 0;
}
/* ------------------------------------------------------
  Services
------------------------------------------------------ */
div.services {
  float: left;
  width: 100%;
  padding: 35px 0 0 0;
}
div.services div.service {
  float: left;
  width: 350px;
  padding: 0 0 35px 0;
}
div.services div.service.middle {
  margin: 0 112px 0 112px;
}
div.services div.service div.text {
  float: left;
  width: 100%;
  position: relative;
  color: #999999;
  margin: 10px 0 0 0;
}
div.services div.service div.text p {
  margin: 0 0 24px 0;
}
div.services div.service h3 {
  float: left;
  width: 100%;
  padding: 7px 0 7px 0;
  font-size: 28px;
  line-height: 29px;
  color: #70cc00;
  margin: 0 0 8px 0;
  text-transform: none;
}
div.services div.service h3 a {
 color: #70cc00;  
}
div.services div.service h3 a:hover {
  color: #2f9eff;
}
div.service a.more {
  float: left;
  cursor: pointer;
  border: 1px solid #cccccc;
  padding: 10px 51px 10px 11px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: transparent url("../gfx/design/bg_btn_more.png") no-repeat 80% 50%;
}
div.service a.more:hover {
  color: #6cc700;
  border-color: #6cc700;
  background-position: 70% 50%;
}
div.service samp.ico {
  width: 60px;
  height: 60px;
  right: -15px;
  bottom: 5px;
  display: block;
  position: absolute;
}
div.service samp.ico.service_1 {
  background: transparent url("../gfx/design/bg_service_1.png") no-repeat 0 0;  
}
div.service samp.ico.service_2 {
  background: transparent url("../gfx/design/bg_service_2.png") no-repeat 0 0;  
}
div.service samp.ico.service_3 {
  background: transparent url("../gfx/design/bg_service_3.png") no-repeat 0 0;  
}



/* ------------------------------------------------------
  offer_text
------------------------------------------------------ */
div.offer_text {
  float: left;
  width: 100%;
  color: #787676;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  padding: 23px 0 23px 0;
}

/* ------------------------------------------------------
  emphasized
------------------------------------------------------ */
div.emphasized {
  float: left;
  width: 100%;
  padding: 33px 0 0 0;
}
div.emphasized div.emphasized_left {
  float: left;
  color: #000;
  width: 310px;
  font-size: 18px;
  line-height: 36px;
  padding: 0 30px 0 0;
  text-transform: uppercase;
}
div.emphasized div.emphasized_right {
  width: 71%;
  width: calc(100% - 310px);
  float: left;
  padding: 0 0 280px 0;
  background: transparent url("../gfx/design/bg_blue_right.jpg") no-repeat 0 100%;
}
div.emphasized div.emphasized_right div.green_buble {
  float: left;
  width: 100%;
  color: #fff;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  background-color: #70cd00;
  padding: 50px 45px 50px 45px;
}
div.emphasized div.emphasized_right div.green_buble p {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 44px;
}
div.emphasized div.emphasized_right div.green_buble p a {
  color: #fff;
}
div.emphasized div.emphasized_right div.green_buble p a:hover {
  opacity: 0.7;
}
div.emphasized div.emphasized_right div.green_buble samp.buble_arrow {
  width: 34px;
  height: 68px;
  bottom: -66px;
  right: 56px;
  display: block;
  position: absolute;
  background: transparent url("../gfx/design/bg_buble_arrow.png") no-repeat 0 0;
}

/* ------------------------------------------------------
  contact
------------------------------------------------------ */
div.contact {
  float: left;
  width: 100%;
  padding: 0 0 50px 0;
}
div.contact iframe.map {
  float: left;
  display: block;
  width: 600px;
  margin: 0 31px 0 0;
  height: 500px;
  border: 1px solid #c6c4c4;
}
div.contact h2 {
  color: #2e9dff;
  font-size: 28px;
  float: left;
  line-height: 30px;
  width: 100%;
  display: block;
  padding: 25px 0;
}
div.contact_text {
  margin: 0 0 20px 0;
}
div.contact div.contact_info {
  float: right;
  width: 318px;
}
div.contact div.contact_info p {
  line-height: 14px;
  margin: 0 0 10px 0;
}
div.contact div.contact_info h3 {
  color: #70cd00;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 30px 0;
}
div.contact div.contact_info form {
  float: left;
  width: 100%;
}
div.contact div.contact_info form textarea,
div.contact div.contact_info form input {
  float: left;
  width: 100%;
}
div.contact div.contact_info form textarea,
div.contact div.contact_info form input[type='text'],
div.contact div.contact_info form input[type='email'] {
  margin: 0 0 20px 0;
  height: 35px;
  padding: 0 8px 0 8px;
}
div.contact div.contact_info form textarea {
  resize: none;
  padding: 8px;
  height: 70px;
}
div.contact div.contact_info form input[type="submit"] {
  color: #fff;
  font-size: 18px;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  background-color: #2e9dff;
  border: 1px solid #828181;
}
div.contact div.contact_info form input[type="submit"]:hover {
  opacity: 0.7;
}
/* ------------------------------------------------------
  footer
------------------------------------------------------ */
footer {
  float: left;
  width: 100%;
}
footer div.col360 {
  width: 360px;
  float: left;
  min-height: 210px;
  padding: 0 43px;
  border-right: 1px solid #999999;
}
footer div.col360 ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
footer div.col360 ul li {
  margin: 0 0 10px 0;
}
footer div.col360 ul li a {
  color: #999999;
  font-size: 18px;
  text-transform: uppercase;
}
footer div.col360 ul li a:hover {
  color: #70cd00;
}
footer div.col450 {
  float: left;
  width: 450px;
  padding: 0 30px 0 48px
}
footer div.col450 p {
  font-size: 18px;
  color: #999999;
  line-height: 22px;
}
footer div.social {
  float: right;
  width: 110px;
  padding: 75px 0 0 0; 
}
footer div.social a.ico {
  width: 30px;
  height: 30px;
  float: left;
  margin: 0 2px;
  display: block; 
}
footer div.social a.ico:last-child {
  margin-right: 0;
}
footer div.social a.ico.facebook { background: transparent url("../gfx/footer/bg_ico_facebook.png") no-repeat 0 0; }
footer div.social a.ico.twitter { background: transparent url("../gfx/footer/bg_ico_twitter.png") no-repeat 0 0; }
footer div.social a.ico.search { background: transparent url("../gfx/footer/bg_ico_search.png") no-repeat 0 0; }

footer div.social a.ico:hover {
  opacity: 0.7;
}


/* ------------------------------------------------------
  copy
------------------------------------------------------ */
div.copy {
  float: left;
  width: 100%;
  padding: 10px 0;
}
div.copy p,
div.copy p a {
  color: #fff;
  font-size: 18px;
}
div.copy p.copy_left {
  float: left;
}
div.copy p.copy_right {
  float: right;
}
div.copy p a.nolink {
  cursor: default;
}


/* ------------------------------------------------------
  div#page-top
------------------------------------------------------ */
div#page-top {
  float: left;
  width: 100%;
}
div#page-top h1 {
  color: #fff;
  display: inline-block;
  font-size: 2.6em;
  font-weight: 200;
  line-height: 46px;
  margin: 0 0 -25px;
  min-height: 37px;
  padding: 0 0 17px;
  position: relative;
  border-bottom: 5px solid #328fbf
}

div#page-top ul.breadcrumb {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  margin: -3px 0 0;
  padding: 0;
}
div#page-top ul.breadcrumb li {
  color: #f5f5f5;
  line-height: 24px;
}
div#page-top ul.breadcrumb li a {
  color: #f5f5f5;
}
div#page-top ul.breadcrumb li a:hover {
  color: #328fbf;
}

.breadcrumb {
  background-color: #f5f5f5;
  border-radius: 4px;
  list-style: outside none none;
  margin-bottom: 20px;
  padding: 8px 15px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li::before {
    color: #ccc;
    content: "/ ";
    padding: 0 5px;
}

/* ------------------------------------------------------
  html_edited
------------------------------------------------------ */
div.html_edited {
  float: left;
  width: 100%;
  padding: 15px 0;
  min-height: 450px;
}
div.html_edited p {
  margin: 0 0 20px 0;
}
div.html_edited h1 {
  font-size: 33px;
  margin: 0 0 30px 0;
}
div.html_edited h2 {
  color: #2e9dff;
  font-size: 29px;
  line-height: 35px;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #2e9dff;
}
div.html_edited h3 {
  font-size: 26px;
  margin: 0 0 25px 0;
}
div.html_edited h4 {
  font-size: 20px;
  color: #70cd00;
  margin: 0 0 20px 0;
}
div.html_edited h5 {
  font-size: 18px;
  margin: 0 0 20px 0;
}

div.html_edited li {
  list-style-type: disc;
}
div.html_edited a {
  color: #2e9dff;  
}
div.html_edited a:hover {
  color: #70cd00;
}
div.html_edited table {
  width: 100%;
}
div.html_edited table td {
  padding: 5px;
}
div.html_edited table.keret {
  border-color: #888888;
  border-top: 1px solid #888888;
  border-left: 1px solid #888888;
}
div.html_edited table.keret td {
  border-bottom: 1px solid #888888;
  border-right: 1px solid #888888;
}


/* ------------------------------------------------------
  div.c_left 
------------------------------------------------------ */
div.c_left {
  float: left;
  width: 80%;
  padding: 0 10px 0 0;
}
div.c_right {
  float: left;
  width: 20%;
}

ul.submenu {
  float: left;
  width: 100%;
  padding: 20px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background-color: #f3f3f3;
}
ul.submenu li {
  float: left;
  width: 100%;
  margin: 0 0 7px 0;
}
ul.submenu li a {
  float: left;
  width: 100%;
  font-weight: normal;
  font-size: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 5px;
  line-height: 25px;
}
ul.submenu li a.current,
ul.submenu li a:hover {
  background-color: #fff;
}
div.c_right h3 {
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
}
/* ------------------------------------------------------
  pager
------------------------------------------------------ */
div#pager {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
}
div#pager div#pager-data {
  float: right;
}
div#pager div#pager-data p {
  float: left;
  line-height: 22px;
  margin: 0 5px 0 0;
}
div#pager div#pager-data a,
div#pager div#pager-data a.navi,
div#pager div#pager-data strong {
  float: left;
  color: #fff;
  height: 22px;
  display: block;
  min-width: 22px;
  line-height: 23px;
  font-size: 12px;
  padding: 0 2px 0 2px;
  text-align: center;
  margin: 0 5px 0 0;
  cursor: pointer;
  background-color: #b3b3b3;
}
div#pager div#pager-data strong {
  cursor: default;
}
div#pager div#pager-data a:hover,
div#pager div#pager-data strong {
  color: #fff;
  background-color: #00ae47;
}
div#pager div#pager-data a.navi.left {
  background: #00ae47 url("../gfx/design/bg_pager_left.png");
}
div#pager div#pager-data a.navi.right {
  background: #00ae47 url("../gfx/design/bg_pager_right.png");
}
div#pager div#pager-data a.navi.left:hover,
div#pager div#pager-data a.navi.right:hover {
  opacity: 0.7;
}

/* ------------------------------------------------------
  IPTV
------------------------------------------------------ */



div.iptv {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 60px 0;
  justify-content: space-between;
}
div.iptv div.column {
  width: 32%;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
/*
** Blur
**/


div.iptv div.column:before {
  content: "";
  background: rgba(179, 179, 179, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
div.iptv div.column div.colnum_lead,
div.iptv div.column div.colnum_item p,
div.iptv div.column div.option_holder {
  filter:blur(5px);
}

div.iptv div.column.active:before {
  display: none;
}
div.iptv div.column.active div.colnum_lead,
div.iptv div.column.active div.colnum_item p,
div.iptv div.column.active div.option_holder {
  filter: none;
}

/*
** Blur idáig
**/


div.iptv div.swiper_wrapper {
  overflow: hidden;
  position: relative;

}
div.iptv div.column div.column_header {
  background-color: #999999;
  color: #fff;
  width: 100%;
  padding: 16px;
}
div.iptv div.column div.column_header.active {
  background-color: #2e9dff;
}

div.iptv div.column div.column_header h2 {
  font-size: 24px;
  position: relative;
  text-align: left;
  z-index: 20;
}

div.iptv div.column div.column_header input[type=radio] ~ label:before,
div.iptv div.column div.column_header input[type=checkbox] ~ label:before,
div.iptv div.column div.column_header input[type=radio]:focus ~ label,
div.iptv div.column div.column_header input[type=checkbox]:focus ~ label {
  color: #fff;
}

div.swiper-internet-container {
  width: 100%;
}
div.iptv div.column div.swiper-slide {
  padding: 0 40px;
}
div.iptv div.column h3 {
  font-weight: normal;
  padding: 10px 0;
  border-bottom:  1px solid #e5e5e5;
}
div.iptv div.column h3 span {
  font-size: 40px;
  font-weight: bold;
  color: #70cd00;
}

div.iptv div.column div.colnum_lead {
  margin: 20px 0;
}


div.iptv div.column div.colnum_item {
  padding: 10px 40px;
   border:  1px solid #e5e5e5;
   margin-bottom: 30px;
   position: relative;
}
div.iptv div.column div.colnum_item.active {
  border-color: #70cd00;
  background-color: #f0f0f0;
  opacity: 1;
}


div.iptv div.colnum_item input[type="radio"] ~ label::before {
  position: absolute;
  font-size: 40px;
  left: 20px;
  top: 22px;
}



div.iptv div.column div.colnum_item p {
  margin: 10px 0;
  font-size: 18px;
  color: #6a6a6b;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
div.iptv div.column div.swiper-slide p strong {
  color: #000
}
div.swiper-service-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}

div.swiper-service-pagination .swiper-pagination-bullet-active {
  background-color: #70cd00;
}

div.iptv div.swiper-service-button-next,
div.iptv div.swiper-service-button-prev {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height:  20px;
  cursor: pointer;
  z-index: 4;
  margin-top: -10px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
div.iptv div.swiper-service-button-next { right: 0 }
div.iptv div.swiper-service-button-prev { left: 0 }

div.iptv div.swiper-service-button-next i,
div.iptv div.swiper-service-button-prev i {
  font-size: 20px;
  color: #2e9dff;
}

div.iptv div.swiper-service-button-next:hover i,
div.iptv div.swiper-service-button-prev:hover i {
  color: #70cd00;
}
div.iptv div.additional_services {
  padding: 10px 0;
  float: left;
  width: 100%;
  border-top:  1px solid #e5e5e5;
}

div.iptv div.swiper-button-disabled {
  opacity: 0.2;
}

div.iptv div.option_holder {
  height: 900px;
  overflow-y: scroll;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
div.iptv div.option_holder div.option {
  text-align: left;
  padding: 5px 10px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
div.iptv div.option_holder div.option span {
  float: right;
  font-style: italic;
}

div.summa_line {
  width: 100%;
  font-size: 18px;
  padding: 40px 0;
  text-align: center;
}
div.summa_line h3 {
  font-size: 27px;
  margin-bottom: 20px;
}
div.summa_line p {
  line-height: 1.5;
  margin-bottom: 20px;
}
div.summa_line a.btn,
div.summa_line button.btn {
  float: none;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
}
div.summa_line a.btn:hover {
  color: #fff;
  background-color: #70cd00;
}



/* FontAwesome radio/checkbox */
div.iptv div.checkbox {
    float: left;
    position: relative;
}
div.checkbox {
  padding: 0 10px;
}


div.checkbox input[type=radio],
div.checkbox input[type=checkbox],
div.iptv input[type=radio],
div.iptv input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
div.checkbox input[type=radio] ~ label,
div.checkbox input[type=checkbox] ~ label,
div.iptv input[type=radio] ~ label,
div.iptv input[type=checkbox] ~ label {
  margin: 0 0 0 0 !important;
}
div.checkbox input[type=radio] ~ label:before,
div.checkbox input[type=checkbox] ~ label:before,
div.iptv input[type=radio] ~ label:before,
div.iptv input[type=checkbox] ~ label:before {
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    content: "\f111";
    letter-spacing: 10px;
    font-size: 1.2em;
    color: #535353;
    width: 1.4em;
}
div.checkbox input[type=radio]:checked ~ label:before,
div.checkbox input[type=checkbox]:checked ~ label:before,
div.iptv input[type=radio]:checked ~ label:before,
div.iptv input[type=checkbox]:checked ~ label:before  {
    content: "\f058";
    letter-spacing: 5px;
}
div.checkbox input[type=checkbox] ~ label:before,
div.iptv input[type=checkbox] ~ label:before {        
    content: "\f0c8";
}

div.checkbox input[type=checkbox]:checked ~ label:before,
div.iptv input[type=checkbox]:checked ~ label:before {
    content: "\f14a";
    color: #70cd00;     
}
/*
div.iptv input[type=radio]:focus ~ label:before,
div.iptv input[type=checkbox]:focus ~ label:before {
    color: #6cb52d;
}
*/
div.checkbox input[type=radio]:checked ~ label:before,
div.iptv input[type=radio]:checked ~ label:before {
  color: #70cd00;
}
div.checkbox input[type=radio]:focus ~ label,
div.checkbox input[type=checkbox]:focus ~ label,
div.iptv input[type=radio]:focus ~ label,
div.iptv input[type=checkbox]:focus ~ label {                
    color: #000;
}
div.c_inline {
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
}

/* ------------------------------------------------------
  Order
------------------------------------------------------ */
div.table_holder {
  width: 100%;
  overflow-x: auto;
}
table.basket_table {
  width: 100%;
  font-size: 15px;
  text-align: left;
  margin-bottom: 40px;
}
table.basket_table th {
  background-color: #000;
  color: #fff;
  font-size: 18px;
  text-align: left;
  border:1px solid #dee2e6;
}
table.basket_table th,
table.basket_table td {
  padding: 12px;
}
table.basket_table td {
  background-color: #ecf0f1;
  border:1px solid #dee2e6;
}
table.basket_table tr:nth-child(2n) td {
  background-color: #fff;
} 

table.basket_table tr.summa td {
  background-color: #70cd00;
  color: #fff;
}


/* ------------------------------------------------------
  Loader
------------------------------------------------------ */
.loader {
  position: fixed;
  left: 0px; top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background:
  url('../gfx/design/loader.gif') 50% 50% no-repeat rgb(249,249,249);
}

/* Clearfix */
.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden; 
  visibility: hidden;
  width: 0;
}

.seperator {
  clear: both;
  width: 100%;
  height: 0;
  margin: 20px 0;
  border-top: 1px solid #f0f0f0;
}

.left { float: left; }
.right { float: right; }

.l0 { left: 0 !important; }

.p0 { padding: 0 !important; }
.m0 { margin: 0 !important; }

.pl0 { padding-left: 0 !important; }

.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }

.no-bullet { list-style: none; }

/* ------------------------------------------------------
  Headings
------------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {

}

h1 {  
  color: #282828;
  font-size: 30px;
  font-weight: bold;
  font-family: 'TrebuchetMS', sans-serif;
}

h2 {
    font-family: 'TrebuchetMS', sans-serif;
}

h3 {
  font-family: 'TrebuchetMS', sans-serif;
}

h4 {
  font-family: 'TrebuchetMS', sans-serif;
}
h4 a {
    font-family: 'TrebuchetMS', sans-serif; 
}


/* ------------------------------------------------------
  Links
------------------------------------------------------ */
a, a > * {
  color: #7f7f7e;
  text-decoration: none;
}

a, a > * {
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
  -moz-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
  -ms-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
  -o-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;
  transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease, opacity 0.2s ease-in-out;  
}

a:hover, a > * {
  color: #000;  
}
/* ------------------------------------------------------
  Paragraph
------------------------------------------------------ */
p {
  /*margin: 0 0 12px 0;*/
}


.ysolCookieInfoBox { box-shadow:rgba(0,0,0,0.5) 0px 0px 4px; }
.ysolCookieInfoBox a.read, .ysolCookieInfoBox a.read:visited {color:#70cd00;text-decoration:none;}
.ysolCookieInfoBox a.accept, .ysolCookieInfoBox a.accept:visited {background:#70cd00;color:#fff;border-radius:3px;text-decoration: none;padding: 6px 26px 6px 26px;margin-top:-4px;}


::-moz-selection{ background: #70cd00; color: #fff; }
::selection { background: #70cd00; color: #fff; } 