/*
* Kablo Web Site
* Common
*/

/* #Font-Face
================================================== */
/* #Font-Face
================================================== */
@font-face {
    font-family: 'prxnv';
    src: url('../fonts/pn/pnlight.eot');
    src: url('../fonts/pn/pnlight.eot?#iefix') format('embedded-opentype'), url('../fonts/pn/pnlight.woff2') format('woff2'), url('../fonts/pn/pnlight.woff') format('woff'), url('../fonts/pn/pnlight.svg#ProximaNova-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

@font-face {
    font-family: 'prxnv';
    src: url('../fonts/pn/pnregular.eot');
    src: url('../fonts/pn/pnregular.eot?#iefix') format('embedded-opentype'), url('../fonts/pn/pnregular.woff2') format('woff2'), url('../fonts/pn/pnregular.woff') format('woff'), url('../fonts/pn/pnregular.svg#ProximaNova-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

@font-face {
    font-family: 'prxnv';
    src: url('../fonts/pn/pnsemibold.eot');
    src: url('../fonts/pn/pnsemibold.eot?#iefix') format('embedded-opentype'), url('../fonts/pn/pnsemibold.woff2') format('woff2'), url('../fonts/pn/pnsemibold.woff') format('woff'), url('../fonts/pn/pnsemibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}

@font-face {
    font-family: 'prxnv';
    src: url('../fonts/pn/pnbold.eot');
    src: url('../fonts/pn/pnbold.eot?#iefix') format('embedded-opentype'), url('../fonts/pn/pnbold.woff2') format('woff2'), url('../fonts/pn/pnbold.woff') format('woff'), url('../fonts/pn/pnbold.svg#ProximaNova-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
}


.jetlinkWidgetFrame {
    bottom: -20px !important;
}

#exportPDF {
    width: 200px;
    height: 48px;
    border: none;
    background-color: rgba(44,69,150,1);
    color: #fff;
    outline: none;
    cursor: pointer;
    transition: background-color 0.2s;
    margin: 0 10px 0 0;
}

#exportPDF:hover {
    background-color: #263171;
    color: #fff;
}

#_tmp0 { visibility:hidden; }

/*--- INTERNET SERVISLER LIST ITEMS ---*/
.service-list { margin: 0; list-style-type: none; margin-bottom: 2em; }
.service-list li { margin-bottom: 10px; position: relative; padding-left: 5px; font-size:18px; }
.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; background-color:#263171; color: #fff; font-size: 16px; font-family: 'pnlight', Helvetica, Arial, sans-serif; vertical-align: middle; height: 50px; text-align: center; }
table.service-price-table tr td { font-family: 'pnregular', Helvetica, Arial, sans-serif; height: 30px; vertical-align: middle; color: #6a6d73; font-size: 16px; 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: 20px; }
  .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: 1px;*/ }
  table.service-price-table tr td { font-family: 'pnregular', Helvetica, Arial, sans-serif; font-size: 16px; 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: 18px; line-height: 20px; }
  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: 30px; }
  
}

.kutu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
}

.kutu li {
    font-size:18px;
    flex: 1;
    background: #f2f2f2;
    border-bottom: 10px solid #ddd;
    border-radius: 24px;
    padding: 10px 5px;
    min-height: 45px;
    margin: 1%;
    flex-shrink: 1;
    /*flex-basis: 18%;*/
    box-sizing: border-box;
    color: #3c9fd6;
    width: 100%;

    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.kutu li:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (min-width: 800px) {
    .kutu {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
    }

    .kutu li {
        max-width: 18%;
        flex: 1;
        background: #f2f2f2;
        border-bottom: 10px solid #ddd;
        border-radius: 24px;
        padding: 10px 5px;
        min-height: 45px;
        margin: 1%;
        flex-shrink: 1;
        /*flex-basis: 18%;*/
        box-sizing: border-box;
        color: #3c9fd6;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }
}

#altin-orumcek {
    display: none;
    position: fixed;
    top: 0;
    right: 40px;
    z-index: 3000;
}

@media screen and (min-width: 960px) {
    #altin-orumcek {
        display: block;
        right: 5px;
    }
}

@media screen and (min-width: 1200px) {
    #altin-orumcek {
        right: 28px;
    }
}

@media screen and (min-width: 1600px) {
    #altin-orumcek {
        right: 80px;
    }
}

@media screen and (min-width: 1920px) {
    #altin-orumcek {
        right: 200px;
    }
}

@media screen and (min-width: 3840px) {
    #altin-orumcek {
        right: 1150px;
    }
}