/*
* Kablo Web Site
* Common
*/

/*--- INTERNET SERVISLER LIST ITEMS ---*/
.service-list { margin: 0; list-style-type: none; margin-bottom: 4em; }
.service-list li { margin-bottom: 20px; position: relative; padding-left: 5px; }
.service-list li:before { position: absolute; content: ''; width: 16px; height: 16px; border-radius: 8px; background: #3c9fd6; position: absolute; left: -25px; top: 5px; }
.service-list li a { text-decoration: underline; }


/*--- INTERNET SERVISLER TABLE ---*/
table.service-price-table { -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05); -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05); box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05); }
table.service-price-table tr th, table.service-price-table tr, table.service-price-table tr td { border-color: #e8ecf7; }
table.service-price-table tr th { letter-spacing: 0px; color: #21658a; font-size: 15px; font-family: 'pnsemibold', Helvetica, Arial, sans-serif; vertical-align: middle; height: 80px; text-align: center; }
table.service-price-table tr td { font-family: 'pnregular', Helvetica, Arial, sans-serif; height: 80px; vertical-align: middle; color: #3c9fd6; font-size: 18px; text-align: center; letter-spacing: normal; }
table.service-price-table tr td small { display: block; font-size: 14px; line-height: 17px; }
table.service-price-table button { background: #2f3a8c; font-size: 14px; font-family: 'pnbold', Helvetica, Arial, sans-serif; white-space: nowrap; border: 0; color: #FFF; letter-spacing: 2px; line-height: 44px; height: 40px; overflow: hidden; transition: .2s all ease; padding: 0 10px; min-width: 125px; position: relative; }
table.service-price-table button:hover, table.service-price-table button:focus { background: #211c3c; }
table.service-price-table button span { display: block; float: left; }
table.service-price-table button img { display: block; position: absolute; right: 8px; height: 20px; width: auto; transition: .2s all ease; }
table.service-price-table button img.first-img { top: 9px; }
table.service-price-table button img.second-img { top: 49px; }
table.service-price-table button.only-icon { width: 50px; height: 41px; min-width: 50px; padding: 0; }
table.service-price-table button.only-icon img { display: block; position: absolute; left: 14px; height: 21px; }
table.service-price-table button:hover img.first-img, table.service-price-table button:focus img.first-img { top: -49px; }
table.service-price-table button:hover img.second-img, table.service-price-table button:focus img.second-img { top: 9px; }

/*--- INTERNET TARIFELER ---*/
.tarife-title { 
  font-family: 'pnsemibold', Helvetica, Arial, sans-serif; font-size: 20px; color: #FFF; 
  background: rgba(53,156,211,1);
  background: -moz-linear-gradient(left, rgba(53,156,211,1) 0%, rgba(44,69,150,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(53,156,211,1)), color-stop(100%, rgba(44,69,150,1)));
  background: -webkit-linear-gradient(left, rgba(53,156,211,1) 0%, rgba(44,69,150,1) 100%);
  background: -o-linear-gradient(left, rgba(53,156,211,1) 0%, rgba(44,69,150,1) 100%);
  background: -ms-linear-gradient(left, rgba(53,156,211,1) 0%, rgba(44,69,150,1) 100%);
  background: linear-gradient(to right, rgba(53,156,211,1) 0%, rgba(44,69,150,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#359cd3', endColorstr='#2c4596', GradientType=1 );
  display: inline-block; padding: 0 20px; height: 32px; overflow: hidden; line-height: 34px;
}


@media screen and (min-width: 768px) 
{
    
  /*--- INTERNET TARIFELER ---*/
  .tarife-title { font-size: 33px; padding: 0 30px; height: 52px; line-height: 56px; }

  /*--- INTERNET SERVISLER LIST ITEMS ---*/
  .service-list li:before { width: 10px; height: 10px; border-radius: 5px; left: -20px; top: 9px; }

  /*--- INTERNET SERVISLER TABLE ---*/
  table.service-price-table tr td small { font-size: 16px; line-height: 22px; }  
}


@media screen and (min-width: 992px) 
{
  /*--- INTERNET TARIFELER ---*/
  .tarife-title { font-size: 35px; padding: 0 34px; }
  
  /*--- INTERNET SERVISLER LIST ITEMS ---*/
  .service-list li { margin-bottom: 30px; }
  .service-list li:before { width: 16px; height: 16px; border-radius: 8px; left: -25px; top: 5px; }

  /*--- INTERNET SERVISLER TABLE ---*/
  table.service-price-table tr th { letter-spacing: 3px; }
  table.service-price-table tr td { font-family: 'pnbold', Helvetica, Arial, sans-serif; font-size: 22px; text-align: center; }
  table.service-price-table tr td.left-align, table.service-price-table tr th.left-align { text-align: left; padding-left: 30px; }
  table.service-price-table tr td small { font-size: 20px; line-height: 22px; }
  table.service-price-table button { font-size: 16px; padding: 0 15px; min-width: 155px; margin-top: 10px; }
  table.service-price-table button img { height: 27px; }  
  table.service-price-table button.only-icon { width: 50px; height: 41px; min-width: 50px; }
  table.service-price-table button.only-icon img { height: 27px; left: 12px; }
  table.service-price-table button img.first-img { top: 6px; }
  table.service-price-table button:hover img.second-img, table.service-price-table button:focus img.second-img { top: 6px; }
  
}

@media screen and (min-width: 1200px) 
{
    
  /*--- INTERNET SERVISLER LIST ITEMS ---*/
  .service-list li { margin-bottom: 40px; }
  
}