/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    background-color:rgb(238, 239, 240)!important;
    font-family:'arial','sans-serif';
    color:#707171;
    overflow-y:scroll;
}

a{text-decoration:none;color:#4099B6;}
a:hover{text-decoration:underline;}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
    border:0;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

h2{
    margin-bottom:1em;
}

@media screen and (min-width:0\0) {
    /* IE9 and IE10 rule sets go here */
    .mainPanel .types .type h3{font-family: 'Arial'!important;font-size:16px!important;}
    #pckg .types .pa1 p,#pckg .types .pa2 p,#pckg .types .pa3 p{font-size:13px!important;}
}

@font-face {
    font-family: 'ClanProNews';
    src: url('fonts/ClanPro-News.eot');
    src: local(☺),url('fonts/ClanPro-News.woff') format('woff'), url("fonts/ClanPro-News.otf") format("opentype"), url('fonts/ClanPro-News.ttf') format('truetype'), url('fonts/ClanPro-News.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ClanProMedium';
    src: url('fonts/ClanPro-Medium.eot');
    src: local(☺),url('fonts/ClanPro-Medium.woff') format('woff'), url("fonts/ClanPro-Medium.otf") format("opentype"), url('fonts/ClanPro-Medium.ttf') format('truetype'), url('fonts/ClanPro-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ClanProBook';
    src: url('fonts/ClanPro-Book.eot');
    src: local(☺),url('fonts/ClanPro-Book.woff') format('woff'), url("fonts/ClanPro-Book.otf") format("opentype"), url('fonts/ClanPro-Book.ttf') format('truetype'), url('fonts/ClanPro-Book.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*@font-face{font-family:ClanProBlack;src:url('../fonts/ClanPro-Black.otf');}
@font-face{font-family:'ClanProMedium';src:url('fonts/ClanPro-Medium.otf');src:local('ClanProMedium'),url("fonts/ClanPro-Medium.otf") format("opentype");font-weight:normal;font-style:normal;}
@font-face{font-family:'ClanProNews';src:url('fonts/ClanPro-News.otf');src:local('ClanProNews'),url("fonts/ClanPro-News.otf") format("opentype");font-weight:normal;font-style:normal;}
@font-face{font-family:ClanProBold;src:url('../fonts/ClanPro-Bold.otf');}
@font-face{font-family:ClanProThin;src:url('../fonts/ClanPro-Thin.otf');}
@font-face{font-family:ClanProUltra;src:url('../fonts/ClanPro-Ultra.otf');}*/


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.wrapper{position:relative;margin:0px auto;width:971px;padding:0px;}
header{position:relative;float:left;width:100%;min-height:92px;}
header .logo{position:relative;float:left;margin:19px 0px 21px 0px;}
nav{position:relative;float:left;width:100%;margin-bottom:48px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;background: #cb272f; /* Old browsers */background: -moz-linear-gradient(top,  #cb272f 0%, #c9272e 30%, #b12027 70%, #af2027 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb272f), color-stop(30%,#c9272e), color-stop(70%,#b12027), color-stop(100%,#af2027)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #cb272f 0%,#c9272e 30%,#b12027 70%,#af2027 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #cb272f 0%,#c9272e 30%,#b12027 70%,#af2027 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #cb272f 0%,#c9272e 30%,#b12027 70%,#af2027 100%); /* IE10+ */background: linear-gradient(to bottom,  #cb272f 0%,#c9272e 30%,#b12027 70%,#af2027 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb272f', endColorstr='#af2027',GradientType=0 ); /* IE6-9 */}
nav ul{position:relative;float:left;width:100%;list-style:none;margin:0px;padding:0px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-webkit-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);}
nav ul li{position:relative;float:left;display:inline;border-right:1px solid #800b37;border-left:1px solid #e30914;}
nav ul li:first-child{border-left:none;border-radius:3px 0px 0px 3px;-moz-border-radius:3px 0px 0px 3px;-webkit-border-radius:3px 0px 0px 3px;}
nav ul li a{position:relative;float:left;display:block;color:#fff;text-decoration:none;font-size:12px;padding:11px 19px;font-family:"ClanProNews","Arial";}
nav ul li a:hover,.current-menu-item,.current-page-ancestor{color:#dfcc24;text-decoration:none;background: #af2027; /* Old browsers */background: -moz-linear-gradient(top,  #af2027 0%, #b12027 30%, #c9272e 70%, #cb272f 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#af2027), color-stop(30%,#b12027), color-stop(70%,#c9272e), color-stop(100%,#cb272f)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #af2027 0%,#b12027 30%,#c9272e 70%,#cb272f 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #af2027 0%,#b12027 30%,#c9272e 70%,#cb272f 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #af2027 0%,#b12027 30%,#c9272e 70%,#cb272f 100%); /* IE10+ */background: linear-gradient(to bottom,  #af2027 0%,#b12027 30%,#c9272e 70%,#cb272f 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af2027', endColorstr='#cb272f',GradientType=0 ); /* IE6-9 */}
nav ul li:first-child a{border-radius:3px 0px 0px 3px;-moz-border-radius:3px 0px 0px 3px;-webkit-border-radius:3px 0px 0px 3px;}
nav ul li:last-child a,nav ul li:last-child{border-radius:0px 3px 3px 0px;-moz-border-radius:0px 3px 3px 0px;-webkit-border-radius:0px 3px 3px 0px;}
nav ul li:last-child{border:0px;}
.current-menu-item a,.current-page-ancestor a{color:#dfcc24;}

header .myRio{position:absolute;right:230px;top:35px;margin:0px;}
header .myRio span{position:relative;float:left;width:36px;height:25px;background:url("img/net_sprite.png") -967px -25px no-repeat;text-indent:-9999px;margin:-1px 7px 0px 0px;}
header .myRio a{float:left;background:#707171;color:#fff;font-size:12px;padding:5px 8px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
header .myRio a:hover{text-decoration:none;}

header form{position:absolute;right:0px;top:35px;}
header form input[type="text"]{float:left;width:170px;height:18px;font-size:14px;padding:3px;border:1px solid #dbdbdb;border-radius:3px 0px 0px 3px;-moz-border-radius:3px 0px 0px 3px;-webkit-border-radius:3px 0px 0px 3px;}
header form .srchBtn{float:left;margin-left:0px;width:27px;height:26px;border:0;background:#666769 url("img/net_sprite.png") -395px -31px no-repeat;text-indent:-9999px;border-radius:0px 3px 3px 0px;-moz-border-radius:0px 3px 3px 0px;-webkit-border-radius:0px 3px 3px 0px;cursor:pointer;}

.carousel{position:relative;float:left;width:100%;height:351px;}
.carousel ul{position:absolute;top:0px;left:0px;width:100%;height:351px;list-style:none;margin:0px;padding:0px;overflow:hidden;}
.carousel li{display:inline;position:relative;float:left;}
.circleBtns{position:relative;float:left;width:100%;}
.circleBtns ul{position:relative;display:inline-block;list-style:none;padding:8px 0;margin:0px 0px 0px 450px;}
.circleBtns ul li {float:left;margin:0px 4px;}
.circleBtns ul li a{background:#d1d3d4;border-radius:13px;-moz-border-radius:13px;-webkit-border-radius:13px;float:left;width:15px;height:15px;line-height:999px;overflow:hidden;}
.circleBtns ul li.active a{background:#cb272f;}

.mainPanel{position:relative;float:left;width:100%;margin:13px 0px 0px 0px;}
.mainPanel .types{position:relative;float:left;border:1px solid #d1d3d4;width:726px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background:#ffffff;background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 31%, #eeeff0 70%, #eeeff0 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(31%,#fcfcfc), color-stop(70%,#eeeff0), color-stop(100%,#eeeff0));background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%);background: -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%);background: -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); background: linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeff0',GradientType=0 );-webkit-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);}
.lc .types{position:relative;float:left;border:1px solid #d1d3d4;width:726px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background:#ffffff;-webkit-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);}
.preladeni .detail{padding:10px;}
.mainPanel .types .type{position:relative;float:left;width:241px;min-height:245px;}
.mainPanel .types .type h3{font-size:14px;padding:20px 18px 0px 13px;margin:0px;color:#fff;font-family:"ClanProMedium","Arial";font-weight:300;line-height:16px;position:absolute;bottom:22px}
.mainPanel .types .type h2{font-size:24px;padding:20px 18px 0px 12px;margin:0px;color:#fff;font-family:"ClanProBook","Arial";font-weight:300;line-height:16px;position:absolute;bottom:60px}
.mainPanel .types .type p{position:absolute;top:142px;right:12px;font-size:12px;padding:0px;margin:0px;color:#ffffff;text-align:center;font-family:"ClanProMedium","Arial";font-weight:400;}
.mainPanel .types .type p span{font-size:18px;line-height:18px;}

.mainPanel .types .b1{background:url("img/banner_small_1.png") 0px 0px no-repeat;border-right:1px solid #d1d3d4;}
/*.mainPanel .types .b1 p{width:60px;font-size:12px;padding:0px 0px 0px 166px;margin:18px 0px 0px 0px;color:#ffffff;text-align:center;font-family:"ClanProMedium","Arial";font-weight:400;}
  .mainPanel .types .b1 a{display:block;width:185px;height:25px;position:absolute;bottom:21px;left:23px;background:url("img/btn_net.png") no-repeat;padding:7px 0px 0px 13px;font-size:14px;color:#fff;font-family:"ClanProNews","Arial";}
*/.mainPanel .types .b1 a{display:block;width:100%;height:238px;}

.mainPanel .types .b2{background:url("img/banner_small_2.png") 0px 0px no-repeat;border-right:1px solid #d1d3d4;}
/*.mainPanel .types .b2 p{width:60px;font-size:12px;padding:7px 0px 0px 167px;margin:0px;color:#ffffff;text-align:center;font-family:"ClanProMedium","Arial";font-weight:400;}
  .mainPanel .types .b2 a{display:block;width:185px;height:25px;position:absolute;bottom:21px;left:23px;background:url("img/btn_tv.png") no-repeat;padding:7px 0px 0px 13px;font-size:14px;color:#fff;font-family:"ClanProNews","Arial";}
*/.mainPanel .types .b2 a{display:block;width:100%;height:238px;}

.mainPanel .types .b3{background:url("img/banner_small_3.png") 0px 0px no-repeat;}
/*.mainPanel .types .b3 p{width:60px;font-size:12px;padding:22px 0px 0px 166px;margin:0px;color:#ffffff;text-align:center;font-family:"ClanProMedium","Arial";font-weight:400;}
  .mainPanel .types .b3 a{display:block;width:185px;height:25px;position:absolute;bottom:21px;left:23px;background:url("img/btn_package.png") no-repeat;padding:7px 0px 0px 13px;font-size:14px;color:#fff;font-family:"ClanProNews","Arial";}
*/.mainPanel .types .b3 a{display:block;width:100%;height:238px;}

/*text decoration : none*/
.mainPanel .types .b1 a:hover,.mainPanel .types .b2 a:hover,.mainPanel .types .b3 a:hover,.lc .types .net1 a:hover,.lc .types .net2 a:hover,.lc .types .net3 a:hover,.lc .types .tv1 a:hover,.lc .types .tv2 a:hover,.lc .types .tv3 a:hover,#calls .types .call1 a:hover,#calls .types .call2 a:hover,#calls .types .call3 a:hover,#pckg .types .pa1 a:hover,.lc .types .pa1 a:hover,.lc .types .pa2 a:hover,.lc .types .pa3 a:hover,#firm .types .f1 a:hover,#firm .types .f2 a:hover,#firm .types .f3 a:hover,#net .types .wifi1 a:hover, #net .types .wifi2 a:hover{text-decoration:none;}

.mainPanel .news{position:relative;float:left;width:209px;margin-left:34px;}
.mainPanel .news h3{margin:0px;font-size:16px;font-family:"ClanProMedium","Arial";color:#707171;font-weight:400;}
.mainPanel .news h3 a{color:#707171;}
.mainPanel .news .newsItem{position:relative;float:left;margin-top:7px;border-bottom:1px solid #d9dadb;}
.mainPanel .news .newsItem time{float:left;font-size:9px;color:#fff;background:#707171;padding:4px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.mainPanel .news .newsItem p{position:relative;float:left;min-width:160px;font-size:12px;margin:0px;padding:6px 30px 7px 0px;}
.mainPanel .news .newsItem p a{color:#707171;}
.mainPanel .news .newsItem p a:hover{color:#cb272f;}
.mainPanel .news .newsItem:last-child{border-bottom:0px;}

footer{position:relative;float:left;width:100%;border:1px solid #d1d3d4;margin:45px 0px 15px 0px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;background: #ffffff; /* Old browsers */background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 31%, #eeeff0 70%, #eeeff0 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(31%,#fcfcfc), color-stop(70%,#eeeff0), color-stop(100%,#eeeff0)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* IE10+ */background: linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeff0',GradientType=0 ); /* IE6-9 */-webkit-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);}
footer ul{position:relative;float:left;margin:0px;padding:15px 0px 0px 17px;font-size:12px;/*list-style:inside;*/color:#25aae1;}
footer ul li{padding-bottom:4px;}
footer ul li a{color:#707171;}

footer .internet{position:relative;float:left;min-height:118px;padding:18px 24px 28px 24px;border-right:1px solid #d1d3d4;}
footer .internet h3{font-size:16px;margin:0px;color:#51c6eb;font-family:"ClanProMedium","Arial";font-weight:400;}
footer .internet h3:before{float:left;content:"";width:23px;height:21px;background:url("img/foo_icons4.png") no-repeat;background-position:0px 1px;}
footer .internet ul{color:#25aae1;}

footer .tv{position:relative;float:left;min-height:118px;padding:18px 24px 28px 24px;border-right:1px solid #d1d3d4;border-left:1px solid #ffffff;}
footer .tv h3{font-size:16px;margin:0px;color:#cb272f;font-family:"ClanProMedium","Arial";font-weight:400;}
footer .tv h3:before{float:left;content:"";width:28px;height:21px;background:url("img/foo_icons4.png") no-repeat;background-position:0px -29px;}
footer .tv ul{color:#cb272f;}

footer .calls{position:relative;float:left;min-height:118px;padding:18px 24px 28px 24px;border-right:1px solid #d1d3d4;border-left:1px solid #ffffff;}
footer .calls h3{font-size:16px;margin:0px;color:#8dc642;font-family:"ClanProMedium","Arial";font-weight:400;}
footer .calls h3:before{float:left;content:"";width:28px;height:21px;background:url("img/foo_icons4.png") no-repeat;background-position:0px -60px;}
footer .calls ul{color:#8dc642;}

footer .packages{position:relative;float:left;min-height:118px;padding:18px 24px 28px 24px;border-right:1px solid #d1d3d4;border-left:1px solid #ffffff;}
footer .packages h3{font-size:16px;margin:0px;color:#f7941e;font-family:"ClanProMedium","Arial";font-weight:400;}
footer .packages h3:before{float:left;content:"";width:26px;height:21px;background:url("img/foo_icons4.png") no-repeat;background-position:0px -95px;}
footer .packages ul{color:#d1581c;}

footer .support{position:relative;float:left;min-height:118px;padding:18px 24px 28px 24px;border-right:1px solid #d1d3d4;border-left:1px solid #ffffff;}
footer .support h3{font-size:16px;margin:0px;color:#707171;font-family:"ClanProMedium","Arial";font-weight:400;}
footer .support h3:before{float:left;content:"";width:26px;height:21px;background:url("img/foo_icons4.png") no-repeat;background-position:0px -130px;}
footer .support ul{color:#707171;}

footer .contact{position:relative;float:left;width:135px;min-height:118px;padding:32px 0px 14px 26px;border-left:1px solid #ffffff;}
footer .contact img{margin-left:-8px;}
footer .contact ul{color:#cb272f;}
footer .contact ul li span{color:#707171;}

.copyrio{position:relative;float:left;width:100%;margin:0px 0px 30px 0px;text-align:center;font-size:12px;color:#707171;}

/* ==========================================================================
   INTERNET
   ========================================================================== */
.lc{position:relative;float:left;width:728px;}
.lc .title{position:relative;float:left;width:728px;height:48px;margin-bottom:48px;-webkit-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;}
#net .title{background:url("img/title_internet0.jpg") no-repeat;}
#offer .title,#order .title,#one .title{background:url("img/title_internet0.jpg") no-repeat;}
#offer .h2,#tv .h2{margin:0px;font-size:24px;font-family:"ClanProBook","Arial";font-weight:300;margin-bottom:1em;}
#tv .title{background:url("img/title_tv0.png") no-repeat;}
#calls .title{background:url("img/title_calls0.png") no-repeat;}
#mobile .title{background:url("img/title_mobile.png") no-repeat;}
#pckg .title{background:url("img/Pas_balicky1.png") no-repeat!important;}
#firm .title{background:url("img/title_firm0.png") no-repeat;}
#tech .title{background:url("img/title_tech0.png") no-repeat!important;;}
#about .title{background:url("img/Pruh_O_nas0.png") no-repeat;}
#contact .title{background:url("img/title_kontakt0.png") no-repeat;}
/*#order .title{background:url("img/title_internet.png") no-repeat;}
#one .title{background:url("img/title_internet.png") no-repeat;}*/
/*RAKOVNIK*/.page-id-673 .title{background:url("img/title_rakovnik.png") no-repeat!important;}
/*BENESOV*/.page-id-747 .title{background:url("img/title_benesov.png") no-repeat!important;}
/*STETI*/.page-id-749 .title{background:url("img/title_steti.png") no-repeat!important;}
/*Roudnice nad Labem*/.page-id-751 .title{background:url("img/title_roudnice.png") no-repeat!important;}
/*Rumburk*/.page-id-753 .title{background:url("img/title_rumburk.png") no-repeat!important;}
/*Varnsdorf*/.page-id-755 .title{background:url("img/title_varndorf.png") no-repeat!important;}
/*Nový Bor*/.page-id-757 .title{background:url("img/title_novybor.png") no-repeat!important;}
/*Česká Lípa*/.page-id-759 .title{background:url("img/title_ceskalipa.png") no-repeat!important;}
/*Děčín*/.page-id-761 .title{background:url("img/title_decin.png") no-repeat!important;}
/*Mnichovo Hradiště*/.page-id-763 .title{background:url("img/title_mnichovoHradiste.png") no-repeat!important;}
/*Klatovy*/.page-id-765 .title{background:url("img/title_klatovy.png") no-repeat!important;}
/*Beroun*/.page-id-767 .title{background:url("img/title_beroun.png") no-repeat!important;}
/*Prestice*/.page-id-769 .title{background:url("img/title_prestice.png") no-repeat!important;}
/*Holýšov*/.page-id-771 .title{background:url("img/title_holysov.png") no-repeat!important;}
/*Vlašim*/.page-id-773 .title{background:url("img/title_vlasim.png") no-repeat!important;}
/*Stráž pod Ralskem*/.page-id-775 .title{background:url("img/title_strazPodRalskem.png") no-repeat!important;}
/*Olomouc*/.page-id-778 .title{background:url("img/title_olomouc.png") no-repeat!important;}
/*Prostejov*/.page-id-780 .title{background:url("img/title_prostejov.png") no-repeat!important;}
/*Moravská Třebová*/.page-id-782 .title{background:url("img/title_MoravskaTrebova.png") no-repeat!important;}
/*Jihlava*/.page-id-784 .title{background:url("img/title_jihlava.png") no-repeat!important;}
/*Bohumín*/.page-id-786 .title{background:url("img/title_bohumin.png") no-repeat!important;}
/*Frýdek-Místek*/.page-id-788 .title{background:url("img/title_frydekMistek.png") no-repeat!important;}
/*Frenštát pod Radhoštěm*/.page-id-790 .title{background:url("img/title_frenstat.png") no-repeat!important;}
/*Frýdlant nad Ostravicí*/.page-id-792 .title{background:url("img/title_frydlant.png") no-repeat!important;}
/*Příbor*/.page-id-794 .title{background:url("img/title_pribor.png") no-repeat!important;}
/*Hrádek*/.page-id-4099 .title{background:url("img/title_hradek.png") no-repeat!important;}
/*Mělník*/.page-id-4103 .title{background:url("img/title_melnik.png") no-repeat!important;}
/*Šluknov*/.page-id-4125 .title{background:url("img/title_sluknov.png") no-repeat!important;}
/*Ústek*/.page-id-4128 .title{background:url("img/title_ustek.png") no-repeat!important;}
/*Votice*/.page-id-4131 .title{background:url("img/title_votice.png") no-repeat!important;}


.lc .title h2{margin:0px;font-size:24px;color:#707171;text-indent:65px;padding-top:10px;font-weight:300;font-family:"ClanProBook","Arial";}
.rakovnik .title h2{text-indent:-9999px!important;}

.lc .types .type{position:relative;float:left;width:200px;/*min-height:260px;*/min-height:240px;padding:0px 20px 0px 21px;}
.lc .types .net1,.lc .types .net2{border-right:1px solid #d1d3d4;}
.lc .types .net1 h3,.lc .types .net2 h3,.lc .types .net3 h3{margin:13px 0px;font-size:24px;color:#707171;font-family:"ClanProMedium","Arial";font-weight:400;/*min-height:66px;*/}
.lc .types .net1 h3:before,.lc .types .net2 h3:before,.lc .types .net3 h3:before{content:'';float:left;width:10px;height:10px;background:url("img/net_sprite.png") 0px 0px no-repeat;margin:10px 13px 0px 0px;}
.lc .types .net1 p,.lc .types .net2 p,.lc .types .net3 p{position:relative;float:left;margin:0px;padding:0px;font-size:14px;}
/*#offer .net1 .speed{height:40px;}*/
.lc .types .net1 .speed,.lc .types .net2 .speed,.lc .types .net3 .speed{position:relative;float:left;width:100%;margin-top:12px;font-size:14px;font-family:"ClanProMedium","Arial";font-weight:400;text-align:right;}
.lc .types .net1 .speed span{position:relative;float:left;width:108px;height:19px;background:url("img/net_sprite.png") -33px 1px no-repeat;margin-top:-1px;text-indent:-9999px;text-align:left;}
.lc .types .net2 .speed span{position:relative;float:left;width:108px;height:19px;background:url("img/net_sprite.png") -168px 1px no-repeat;margin-top:-1px;text-indent:-9999px;text-align:left;}
.lc .types .net3 .speed span{position:relative;float:left;width:108px;height:19px;background:url("img/net_sprite.png") -304px 1px no-repeat;margin-top:-1px;text-indent:-9999px;text-align:left;}
.lc .types .price{float:left;font-size:19px!important;margin-top:10px!important;width:100%;}
.lc .types .price strong{color:#51c6eb;}
.lc .types .price small{color:#707171;font-size:12px;}
.lc .types .net1 a,.lc .types .net2 a,.lc .types .net3 a{display:block;width:185px;height:25px;position:absolute;bottom:21px;left:23px;background:url("img/btn_net.png") no-repeat;padding:7px 0px 0px 13px;font-size:14px;color:#fff;font-family:"ClanProBook","Arial";}
.lc .types .net1 a.nostyle,.lc .types .net2 a.nostyle,.lc .types .net3 a.nostyle,.lc .types .tv2 a.nostyle,.lc .types .tv3 a.nostyle,.lc .types .pa2 a.nostyle,.lc .types .pa1 a.nostyle{display:block;width:100%;height:auto;position:relative;left:0;bottom:0;background:url("") no-repeat;padding:7px 0px 0px 13px;font-size:24px;color:inherit;font-family:"ClanProBook","Arial";}


.lc .reasons{position:relative;float:left;width:100%;margin:50px 0px 0px 0px;}
.lc .kontakt{margin:0;}
.lc .reasons h2{margin:0px;font-size:24px;font-family:"ClanProBook","Arial";font-weight:300;}
.lc .reasons h2 span{font-family:"ClanProMedium","Arial";}
.lc .reasons .reasonsBoxes{position:relative;float:left;width:100%;background:#fff;border-top:1px solid #d1d3d4;border-bottom:1px solid #ffffff;margin-top:5px;-webkit-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);}
.lc .reasons .reasonsBoxes .reason{position:relative;float:left;width:200px;min-height:133px;padding:0px 20px 0px 21px;}
.lc .reasons .reasonsBoxes .reason_full{position:relative;padding:20px;}
.lc .reasons .reasonsBoxes .reason h3{color:#51c6eb;font-size:18px;margin:15px 0px 13px 0px;font-family:"ClanProMedium","Arial";font-weight:300;}
.lc .reasons .reasonsBoxes .reason p{float:left;font-size:15px;margin:0px;line-height:19px;}
.lc .reasons .reasonsBoxes .reason_full p{font-size:15px;margin:0px;line-height:19px;}
#net .reasons .reasonsBoxes .r1{border-right:1px solid #d1d3d4;border-bottom:0px solid #d1d3d4;border-top:1px solid #ffffff;}
#net .reasons .reasonsBoxes .r1 h3:before{float:left;content:"";width:27px;height:17px;background:url("img/net_sprite.png") 0px -33px no-repeat;margin:4px 12px 0px 0px;}
#net .reasons .reasonsBoxes .r2{width:199px;border-bottom:0px solid #d1d3d4;border-right:1px solid #d1d3d4;border-top:1px solid #ffffff;border-left:1px solid #ffffff;}
#net .reasons .reasonsBoxes .r2 h3:before{float:left;content:"";width:20px;height:20px;background:url("img/net_sprite.png") -41px -30px no-repeat;margin:2px 12px 0px 0px;}
#net .reasons .reasonsBoxes .r3{width:199px;border-bottom:0px solid #d1d3d4;border-top:1px solid #ffffff;border-left:1px solid #ffffff;}
#net .reasons .reasonsBoxes .r3 h3:before{float:left;content:"";width:25px;height:25px;background:url("img/net_sprite.png") -77px -25px no-repeat;margin:0px 12px 0px 0px;}
#net>h3,#tv>h3,#pckg>h3,#mobile>h3{font-size:24px;color:#707171;font-family:"ClanProBook","Arial";font-weight:300;}
#net .types .wifi1,#net .types .wifi2,.types .box1,.types .box2,.types .wifi1,.types .wifi2{width:321px!important;height:235px!important;}
#net .types .wifi1 h3,#net .types .wifi2 h3,.types .box1 h3,.types .box2 h3,.types .wifi1 h3,.types .wifi2 h3{margin:13px 0px;font-size:23px;color:#707171;font-family:"ClanProMedium","Arial";font-weight:400;}
.types .wifi1 h3,.types .wifi2 h3{font-size: 21px;}
#net .types .wifi1 h3:before,#net .types .wifi2 h3:before,.types .box1 h3:before,.types .box2 h3:before,.types .wifi1 h3:before,.types .wifi2 h3:before{content:'';float:left;width:10px;height:10px;background:url("img/net_sprite.png") 0px 0px no-repeat;margin:10px 13px 0px 0px;}
#net .types .wifi1,.types .box1,.article .wifi1{border-right:1px solid #d1d3d4;}
#net .types .wifi1 p,#net .types .wifi2 p,.types .box1 p,.types .box2 p,.types .wifi1 p,.types .wifi2 p{position:relative;float:left;margin:0px;padding:0px;font-size:14px;}
#net .types .wifi1 h3 img,#net .types .wifi2 h3 img,.types .box1 h3 img,.types .box2 h3 img,.types .wifi1 h3 img,.types .wifi2 h3 img{float:right;}
#net .types .wifi1 .speed span,.types .box1 .speed span,.types .wifi1 .speed span{position:relative;float:left;width:108px;height:19px;background:url("img/net_sprite.png") -33px 1px no-repeat;margin-top:-1px;text-indent:-9999px;text-align:left;}
#net .types .wifi2 .speed span,.types .box2 .speed span,.types .wifi2 .speed span{position:relative;float:left;width:108px;height:19px;background:url("img/net_sprite.png") -168px 1px no-repeat;margin-top:-1px;text-indent:-9999px;text-align:left;}
#net .types .wifi1 .speed,#net .types .wifi2 .speed,.types .box1 .speed,.types .box2 .speed{position:relative;float:left;width:60%;margin-top:18px;font-size:14px;font-family:"ClanProMedium","Arial";font-weight:400;text-align:right;}
.types .wifi1 .speed,.types .wifi2 .speed{position:relative;float:left;width:100%;margin-top:18px;font-size:14px;font-family:"ClanProMedium","Arial";font-weight:400;text-align:right;}
#net .types .wifi1 a,#net .types .wifi2 a,.types .box1 a,.types .box2 a,.types .wifi1 a,.types .wifi2 a{display:block;width:230px;height:25px;position:absolute;bottom:21px;left:23px;background:url("img/btn_wifi.png") no-repeat;padding:7px 0px 0px 13px;font-size:14px;color:#fff;font-family:"ClanProBook","Arial";}
.connectivity{float:left;width:100%;}
.connectivity h4{float:right;margin:15px 0px;}
#pckg .connectivity h4{color:#f79624;}
.connectLink{float:right;}

.lc .order{position:relative;float:left;width:100%;background:#d6d7d9;margin-top:45px;-webkit-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);}
.lc .order p{text-align:center;font-size:18px;font-family:"ClanProBook","Arial";margin:0px;padding:12px 0px;}
.lc .order p strong{font-family:"ClanProMedium","Arial";font-weight:400;}
.lc .order p img{margin:0px 11px 0px 8px;}
#tech .order,#contact .order,#about .order{margin:0px;}
.page-id-248 .order,.page-id-310 .order,.page-id-314 .order,.page-id-317 .order{margin-top:45px!important;}

.lc .clever{position:relative;float:left;width:100%;background:transparent;margin-top:45px;}
.lc .clever h2{margin: 0px;font-size: 24px;font-family: "ClanProBook","Arial";font-weight: 300;}
.lc .cleverBoxes{-webkit-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);margin-top:5px;}
.lc .cleverBoxes p{text-align:center;font-size:18px;font-family:"ClanProBook","Arial";margin:0px;padding:12px 0px;}
.lc .cleverBoxes p strong{font-family:"ClanProMedium","Arial";font-weight:400;}
.lc .cleverBoxes p img{margin:0px 11px 0px 8px;}

.lc .ad{position:relative;float:left;width:100%;height:96px;margin:45px 0px 0px 0px;background:url("img/ad_package.png") no-repeat;-webkit-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);}
.lc .ad p{float:left;margin:0px;font-size:18px;color:#ffffff;padding:18px 0px 0px 118px;font-family:"ClanProBook","Arial";}
.lc .ad p strong{font-size:24px;font-family:"ClanProMedium","Arial";font-weight:400;}
.lc .ad a{position:absolute;bottom:20px;right:23px;font-size:14px;color:#ffffff;font-family:"ClanProBook","Arial";}
.lc .ad a:after{float:right;content:"";width:10px;height:12px;background:url("img/net_sprite.png") 0px -16px no-repeat;margin:3px 0px 0px 5px;}

.rc{position:relative;float:left;width:209px;margin-left:34px;}
.rc .check{position:relative;float:left;width:171px;background:#fff;border:1px solid #d1d3d4;padding:15px 18px 15px 18px;margin-bottom:35px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;-webkit-box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);}
.rc .check h3{font-size:14px;margin:0px 0px 5px 0px;font-family:"ClanProMedium","Arial";font-weight:400;}
.rc .check h3 span{float:left;width:13px;height:13px;background:url("img/net_sprite.png") -111px -38px no-repeat;text-indent:-9999px;margin-top:2px;}
.rc .check input{position:relative;float:left;width:157px;height:22px;line-height:22px;color:#707171;font-size:12px;padding-left:12px;border:1px solid #d1d3d4;margin:4px 0px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.rc .check input[type="submit"]{float:left;font-size:14px;text-indent:-40px;color:#ffffff;background:url("img/btn_over.png") no-repeat;width:170px;height:33px;margin-top:12px;font-family:"ClanProBook","Arial";cursor:pointer;}

.rc .callback{position:relative;float:left;width:171px;border:1px solid #d1d3d4;padding:15px 18px 15px 18px;margin-bottom:35px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background:#ffffff;-webkit-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);}
/*.rc .callback h3{font-size:14px;margin:0px 0px 5px 25px;font-family:"ClanProMedium","Arial";font-weight:400;}*/
.rc .callback h3{font-size: 16px;font-family: "ClanProBook","Arial";position: absolute;top: 20px;left: 90px;color: #51C6EB;}
.rc .callback span{display: block;font-size: 12px;font-family: "Arial";text-align: center;margin:10px 0;}
.rc .callback h3 span{float:left;width:24px;margin-left:-24px;background:url("img/foo_icons4.png") 0px -130px no-repeat;text-indent:-9999px;}
.rc .callback input{position:relative;float:left;width:157px;height:30px;line-height:22px;color:#707171;font-size:12px;padding-left:12px;border:1px solid #d1d3d4;margin:4px 0px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
/*.rc .callback input[type="submit"]{float:left;font-size:14px;text-indent:-40px;color:#ffffff;background:url("img/btn_call.png") no-repeat;width:170px;height:33px;margin-top:12px;font-family:"ClanProBook","Arial";cursor:pointer;}*/
.rc .callback input[type="submit"]{width:138px;height:33px;margin-top:12px;margin-left: 16px;font-family:"ClanProBook","Arial";float:left;font-size:14px;color:#ffffff;background-color: #BF242C;/* Old browsers */background: -moz-linear-gradient(top,  #CB2730 0%, #C6262E 31%, #B22128 70%, #B02127 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CB2730), color-stop(31%,#C6262E), color-stop(70%,#B22128), color-stop(100%,#B02127)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #CB2730 0%,#C6262E 31%,#B22128 70%,#B02127 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #CB2730 0%,#C6262E 31%,#B22128 70%,#B02127 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #CB2730 0%,#C6262E 31%,#B22128 70%,#B02127 100%); /* IE10+ */background: linear-gradient(to bottom,  #CB2730 0%,#C6262E 31%,#B22128 70%,#B02127 100%);-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;cursor:pointer;}
.rc .callback p{margin:0px;}
.rc .callback .error{font-size:12px;color:#AF2027;}

.rc .rbanner{float:left;margin-bottom:35px;min-height:156px;-webkit-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);}
.rc .myRbanner{font-size: 70%;float:left;margin-bottom:35px;min-height:156px;-webkit-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);}
.rc .tvBanner a:hover{text-decoration:none;}

.rc h2{margin:0px 0px 10px 0px;font-size:22px;font-family:"ClanProBook","Arial";font-weight:300;}
.rc .reason h3{margin:0px;}
.rc .reason p{font-size:15px;}

.rc .tvBanner{position:relative;padding:20px;background:#fff url("img/telka.png") 20px 115px no-repeat;}
.rc .tvBanner h3{font-size:24px;margin:0px;color:#cb272f;font-family:"ClanProMedium","Arial";font-weight:400;}
.rc .tvBanner p{margin:0px;font-size:15px;line-height:18px;color:#707171;}
.rc .tvBanner .cena{position:absolute;top:100px;right:25px;width:60px;height:50px;padding-top:10px;background:#cb272f;color:#fff;border-radius:50%;text-align:center;font-family:"ClanProBook","Arial";line-height:16px;}

.rc .netBanner{position:relative;padding:15px;background:#fff url("img/net_ad_blank.png") 0px 0px no-repeat;width:179px;height:156px;}
.rc .netBanner h3{font-size:24px;margin:0px;color:#cb272f;font-family:"ClanProMedium","Arial";font-weight:400;}
.rc .netBanner p{margin-top:60px;font-size:15px;line-height:16px;color:#707171;font-weight: bold;}
.rc .netBanner .rychlost{position:absolute;top:105px;right:18px;width:60px;height:50px;padding-top:10px;color:#fff;border-radius:50%;text-align:center;font-family:"ClanProBook","Arial";line-height:16px;font-size: 14px;font-weight: bold;}

.rc .newNetBanner{background: url("img/banner_small_3.png") 0px 0px no-repeat;position: relative;float: left;width: 241px;min-height: 245px;}

/* ESHOP cart */
.rc .cart{position:relative;float:left;width:171px;min-height:200px;border:1px solid #d1d3d4;padding:15px 18px 15px 18px;margin-bottom:35px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background:#ffffff;-webkit-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);}
.rc .cart .item{font-size:14px;}
.rc .cart .item span{color:#9900FF;font-weight: bold;}
div.wpcf7 img.ajax-loader{margin-left:75px;display:none;}
.wpcf7-response-output{float:left;font-size:13px;margin:10px 0px 0px 0px!important;}

/*.rc .tvAd{position:relative;float:left;width:171px;min-height:165px;padding:15px 18px 15px 18px;background:#ffffff url("img/tv2.png") 25px 95px no-repeat;border:1px solid #d1d3d4;margin-top:35px;font-family:"ClanProMedium","Arial";border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.rc .tvAd h3{font-size:24px;margin:0px;color:#cb272f;font-weight:400;}
.rc .tvAd p{float:left;font-size:14px;margin:0px;}
.rc .tvAd p span{color:#cb272f;}*/

.lc .detail{position:relative;float:left;width:728px;border:0;border-bottom:1px solid #d1d3d4;font-size:15px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background:#ffffff;-moz-border-radius:2px;-webkit-border-radius:2px;background:#ffffff;-webkit-box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);}
.lc .detail p{float:left;width:100%;}
.allNews{float:right;margin:5px 20px 20px 20px;color:#4099B6;font-size:14px;text-decoration:underline;}

/* ==========================================================================
   ITEM DETAIL ORDER
   ========================================================================== */
/*net*/
#net .detail{position:relative;float:left;width:728px;border:0;border-bottom:1px solid #d1d3d4;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background:#ffffff;-webkit-box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);}
#net .detail .itemName{position:relative;float:left;width:517px;border-right:1px solid #d1d3d4;padding:13px 0px 15px 20px;}
#net .detail .itemName h3{margin:0px;font-size:24px;font-family:"ClanProMedium","Arial";font-weight:400;}
#net .detail .itemName h3:before{content:'';float:left;width:10px;height:10px;background:url("img/net_sprite.png") 0px 0px no-repeat;margin:10px 13px 0px 0px;}
#net .detail .itemName p{margin:0px;font-size:15px;padding:3px 0px 0px 0px;}
#net .detail .itemName span,#tv .detail .itemName span,#pckg .detail .itemName span{position:absolute;top:-20px;right:18px;background:#cb272f;width:80px;height:65px;padding-top:15px;border-radius:50%;text-align:center;font-size:12px;color:#fff;border:2px solid #8dc742;}
#pckg .detail .itemName span{top:-50px;}
#net .detail .itemIcon{position:relative;float:left;width:186px;text-align:center;padding-top:25px;font-size:14px;font-family:"ClanProMedium","Arial";}
#net .detail .itemIcon span{display:block;position:relative;float:left;width:108px;height:19px;background:url("img/net_sprite.png") -33px 1px no-repeat;margin:0px 0px 0px 40px;text-indent:-9999px;text-align:left;}
#net .detail .high span{display:block;position:relative;float:left;width:108px;height:19px;background:url("img/net_sprite.png") -168px 1px no-repeat;margin:0px 0px 0px 40px;text-indent:-9999px;text-align:left;}
#net .detail .extra span{display:block;position:relative;float:left;width:108px;height:19px;background:url("img/net_sprite.png") -304px 1px no-repeat;margin:0px 0px 0px 40px;text-indent:-9999px;text-align:left;}

.postid-2444 #net .detail .itemName{position:relative;width:100%;border:0;padding:13px 0px 15px 20px;}

.page-id-1138 .detail{position:relative;float:left;width:686px;padding:16px 20px 16px 20px;}
#net .detail .description{position:relative;float:left;width:688px;border-top:1px solid #d1d3d4;padding:16px 20px 16px 20px;}
#net .detail .description .price{float:left;font-size:24px;margin:0px 0px 30px 0px;width:100%;}
#net .detail .description .price strong{color:#51c6eb;}
#net .detail .description ul{float:left;margin:0px 0px 0px 20px;padding:0px;}
#net .detail .description ul li{font-size:15px;padding:2px 0px;}

#net .detail .description .orderBtn{position:absolute;right:23px;top:17px;border:1px solid #3f96b2;padding:8px 17px;color:#ffffff;font-size:24px;font-family:"ClanProBook","Arial";background: #50c2e7; /* Old browsers */background: -moz-linear-gradient(top,  #50c2e7 0%, #47accc 50%, #3f98b4 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50c2e7), color-stop(50%,#47accc), color-stop(100%,#3f98b4)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #50c2e7 0%,#47accc 50%,#3f98b4 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #50c2e7 0%,#47accc 50%,#3f98b4 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #50c2e7 0%,#47accc 50%,#3f98b4 100%); /* IE10+ */background: linear-gradient(to bottom,  #50c2e7 0%,#47accc 50%,#3f98b4 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50c2e7', endColorstr='#3f98b4',GradientType=0 ); /* IE6-9 */}
.myOrderBtn{width: 200px!important;cursor:pointer;position:absolute;border:1px solid #3f96b2;padding:8px 17px;color:#ffffff;font-size:22px!important;font-family:"ClanProBook","Arial";background: #50c2e7; /* Old browsers */background: -moz-linear-gradient(top,  #50c2e7 0%, #47accc 50%, #3f98b4 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50c2e7), color-stop(50%,#47accc), color-stop(100%,#3f98b4)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #50c2e7 0%,#47accc 50%,#3f98b4 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #50c2e7 0%,#47accc 50%,#3f98b4 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #50c2e7 0%,#47accc 50%,#3f98b4 100%); /* IE10+ */background: linear-gradient(to bottom,  #50c2e7 0%,#47accc 50%,#3f98b4 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50c2e7', endColorstr='#3f98b4',GradientType=0 ); /* IE6-9 */}
#net .detail .description .orderBtn:after{content:'';float:right;width:10px;height:10px;background:url("img/net_sprite.png") 0px -17px no-repeat;margin:10px 0px 0px 13px;}
#net .detail .description .orderBtn:hover{text-decoration:none;cursor:pointer;}

.postid-2444 #net .detail .description .orderBtn{position:static;border:1px solid #3f96b2;padding:8px 17px;color:#ffffff;font-size:24px;font-family:"ClanProBook","Arial";background: #50c2e7; /* Old browsers */background: -moz-linear-gradient(top,  #50c2e7 0%, #47accc 50%, #3f98b4 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50c2e7), color-stop(50%,#47accc), color-stop(100%,#3f98b4)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #50c2e7 0%,#47accc 50%,#3f98b4 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #50c2e7 0%,#47accc 50%,#3f98b4 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #50c2e7 0%,#47accc 50%,#3f98b4 100%); /* IE10+ */background: linear-gradient(to bottom,  #50c2e7 0%,#47accc 50%,#3f98b4 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50c2e7', endColorstr='#3f98b4',GradientType=0 ); /* IE6-9 */}
.postid-2444 #net .detail .description .orderBtn:after{content:'';float:right;width:10px;height:10px;background:url("img/net_sprite.png") 0px -17px no-repeat;margin:10px 0px 0px 13px;}
.postid-2444 #net .detail .description .orderBtn:hover{text-decoration:none;cursor:pointer;}
.postid-2444 #net .detail .description p{margin: 5px 0px;}

#net .bonus{position:relative;float:left;width:100%;background:#bfe3ee;}
#net .bonus .bonusItem{position:relative;float:left;width:684px;margin:20px;-webkit-box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);-moz-box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);background:#ffffff;/* Old browsers */background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 31%, #eeeff0 70%, #eeeff0 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(31%,#fcfcfc), color-stop(70%,#eeeff0), color-stop(100%,#eeeff0)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* IE10+ */background: linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeff0',GradientType=0 ); /* IE6-9 */}
#net .bonus .bonusItem img{float:left;border-right:1px solid #ddd;}
#net .bonus .bonusItem div{float:left;width:514px;padding:32px 0px 0px 170px;position: absolute;}
#net .bonus .bonusItem div h3{float:left;margin:0px;font-size:18px;color:#51c6eb;font-family:"ClanProMedium","Arial";font-weight:400;letter-spacing:0px;}
#net .bonus .bonusItem div p{float:left;margin:0px;font-size:13px;margin-top:0px;color:#707171;font-size: 12px;font-family:"ClanProBook","Arial";line-height: 17px;}
                   

.callBack{position:relative;float:left;width:728px;background:#fff;border: 0px solid #D1D3D4;border-top: 0 solid #D1D3D4;-webkit-box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);}
.border{border-top: 1px solid #D1D3D4;}
.callBack .callBackItem{position:relative;float:left;width:684px;margin:20px;border: 1px solid #D1D3D4;background:#ffffff;/* Old browsers */background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 31%, #eeeff0 70%, #eeeff0 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(31%,#fcfcfc), color-stop(70%,#eeeff0), color-stop(100%,#eeeff0)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* IE10+ */background: linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeff0',GradientType=0 ); /* IE6-9 */}
.callBack .callBackItem img{float:left;border-right:1px solid #ddd;padding:13px;}
.callBack .callBackItem div{float:left;padding:20px 0px 0px 35px;}
.callBack .callBackItem div h3{margin:0px;font-size:24px;color:#51c6eb;font-family:"ClanProBook","Arial";font-weight:300;letter-spacing:-1px;display: inline-block;}
.callBack .callBackItem div h3 span{line-height: 1.4;font-family: "Arial";font-size:12px;color: #707171;margin-left:20px;border-left:1px solid #D1D3D4;padding-left:10px;width:130px;display:inline-block;}
.callBack .callBackItem div p{margin:0px;font-size:15px;margin-top:5px;}
.callBack .callBackItem div input[type='submit']{border: 1px solid #9E1131;width:138px;height:33px;font-family:"ClanProBook","Arial";font-size:14px;margin-left:10px;color: #FFF;background-color: #BF242C;/* Old browsers */background: -moz-linear-gradient(top,  #CB2730 0%, #C6262E 31%, #B22128 70%, #B02127 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CB2730), color-stop(31%,#C6262E), color-stop(70%,#B22128), color-stop(100%,#B02127)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #CB2730 0%,#C6262E 31%,#B22128 70%,#B02127 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #CB2730 0%,#C6262E 31%,#B22128 70%,#B02127 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #CB2730 0%,#C6262E 31%,#B22128 70%,#B02127 100%); /* IE10+ */background: linear-gradient(to bottom,  #CB2730 0%,#C6262E 31%,#B22128 70%,#B02127 100%);-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;cursor: pointer;}
.callBack .callBackItem div input[type='text']{height:25px;padding-left:10px;width:140px;float:left;}
.callBack .callBackItem div.wpcf7-response-output{float:none;padding:0}

.bonus_aktualita {position:relative;float:left;width:100%;background:#bfe3ee;}
.bonus_aktualita .bonusItem{position:relative;float:left;width:660px;margin:20px 13px;-webkit-box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);-moz-box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);background:#ffffff;/* Old browsers */background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 31%, #eeeff0 70%, #eeeff0 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(31%,#fcfcfc), color-stop(70%,#eeeff0), color-stop(100%,#eeeff0)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* IE10+ */background: linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeff0',GradientType=0 ); /* IE6-9 */}
.bonus_aktualita .bonusItem img{float:left;border-right:1px solid #ddd;}
.bonus_aktualita .bonusItem div{float:left;width:545px;padding:15px 0px 0px 5px;}
.bonus_aktualita .bonusItem div h3{float:left;margin:0px;font-size:23px;color:#51c6eb;font-family:"ClanProBook","Arial";font-weight:300;letter-spacing:-1px;}
.bonus_aktualita .bonusItem div p{float:left;margin:0px;font-size:15px;margin-top:5px;}

/*tv*/
#tv .detail{position:relative;float:left;width:728px;border:0;border-bottom:1px solid #d1d3d4;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background:#ffffff;-moz-border-radius:2px;-webkit-border-radius:2px;background:#ffffff;-webkit-box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);}
#tv .detail .itemName{position:relative;float:left;width:517px;border-right:1px solid #d1d3d4;padding:13px 0px 15px 20px;}
#tv .detail .itemName h3{margin:0px;font-size:24px;font-family:"ClanProMedium","Arial";font-weight:400;text-transform:uppercase;}
#tv .detail .itemName h3:before{content:'';float:left;width:10px;height:10px;background:url("img/net_sprite.png") -136px -40px no-repeat;margin:10px 13px 0px 0px;}
#tv .detail .itemName p{margin:0px;font-size:15px;padding:3px 0px 0px 0px;}
#tv .detail .itemIcon{position:relative;float:left;width:186px;padding-top:18px;font-size:18px;line-height:55px;font-family:"ClanProMedium","Arial";font-weight:400;}
#tv .detail .itemIcon span{position:relative;float:left;margin:0px 10px 0px 20px;width:44px;height:43px;background:url("img/net_sprite.png") -426px 0px no-repeat;text-align:center;font-size:15px;color:#cb272f;text-indent:-9px;letter-spacing:-1px;}

#tv .detail .itemNameNoBorder{position:relative;float:left;width:517px;border-right:0px solid #d1d3d4;padding:13px 0px 15px 20px;}
#tv .detail .itemNameNoBorder h3{margin:0px;font-size:24px;font-family:"ClanProMedium","Arial";font-weight:400;text-transform:uppercase;}
#tv .detail .itemNameNoBorder h3:before{content:'';float:left;width:10px;height:10px;background:url("img/net_sprite.png") -823px -39px no-repeat;margin:10px 13px 0px 0px;}
#tv .detail .itemNameNoBorder p{margin:0px;font-size:15px;padding:3px 0px 0px 0px;}
#tv .detail .itemIconBorder{position:relative;float:left;width:186px;padding-top:18px;font-size:18px;line-height:55px;font-family:"ClanProMedium","Arial";font-weight:400;border-left:1px solid #d1d3d4;}
#tv .detail .itemIconBorder p{margin:0px;}
#tv .detail .itemIconBorder .prog{position:relative;float:left;margin:0px 10px 0px 20px;padding-top:0px;width:44px;height:43px;background:url("img/net_sprite.png") -483px 0px no-repeat;text-align:center;font-size:15px;color:#f79624;text-indent:-9px;letter-spacing:-1px;}
#tv .detail .itemIconBorder .inet{float:left;font-size:14px;text-align:center;width:100%;line-height:18px;margin:5px 0px;}
#tv .detail .itemIconBorder .inet .i1{display:block;position:relative;float:left;width:108px;height:19px;background:url("img/net_sprite.png") -817px 1px no-repeat;margin:0px 0px 0px 40px;text-indent:-9999px;text-align:left;}

/*#tv .detail .klasika span{display:block;position:relative;float:left;margin:0px 5px 0px 27px;width:40px;height:43px;background:url("img/net_sprite.png") -480px 0px no-repeat;text-indent:-9999px;text-align:left;}
#tv .detail .premium span{display:block;position:relative;float:left;margin:0px 5px 0px 27px;width:40px;height:43px;background:url("img/net_sprite.png") -431px 0px no-repeat;text-indent:-9999px;text-align:left;}
*/
#tv .detail .description{position:relative;float:left;width:688px;border-top:1px solid #d1d3d4;padding:16px 20px 16px 20px;}
#tv .detail .description .price{float:left;font-size:24px;margin:0px;width:100%;}
#tv .detail .description .price strong,#tv .detail .description .price span{color:#cb272f;}
#tv .detail .description ul{float:left;margin:35px 0px 0px 20px;padding:0px;}
#tv .detail .description ul li{font-size:15px;padding:2px 0px;}

#tv .detail .description .orderBtn{position:absolute;right:23px;top:17px;border:1px solid #9f1231;padding:8px 17px;color:#ffffff;font-size:24px;font-family:"ClanProBook","Arial";background: #cb272f; /* Old browsers */background: -moz-linear-gradient(top,  #cb272f 0%, #bc232a 50%, #af2027 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb272f), color-stop(50%,#bc232a), color-stop(100%,#af2027)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #cb272f 0%,#bc232a 50%,#af2027 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #cb272f 0%,#bc232a 50%,#af2027 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #cb272f 0%,#bc232a 50%,#af2027 100%); /* IE10+ */background: linear-gradient(to bottom,  #cb272f 0%,#bc232a 50%,#af2027 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb272f', endColorstr='#af2027',GradientType=0 ); /* IE6-9 */}
#tv .detail .description .orderBtn:after{content:'';float:right;width:10px;height:10px;background:url("img/net_sprite.png") 0px -17px no-repeat;margin:10px 0px 0px 13px;}
#tv .detail .description .orderBtn:hover{text-decoration:none;cursor:pointer;}

#tv .detail .description .orderBtnOrange{position:absolute;right:23px;top:17px;border:1px solid #d25d27;padding:8px 17px;color:#ffffff;font-size:24px;font-family:"ClanProBook","Arial";background: #f69421; /* Old browsers */background: -moz-linear-gradient(top,  #f69421 0%, #e17625 50%, #d25d27 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f69421), color-stop(50%,#e17625), color-stop(100%,#d25d27)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #f69421 0%,#e17625 50%,#d25d27 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #f69421 0%,#e17625 50%,#d25d27 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #f69421 0%,#e17625 50%,#d25d27 100%); /* IE10+ */background: linear-gradient(to bottom,  #f69421 0%,#e17625 50%,#d25d27 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69421', endColorstr='#d25d27',GradientType=0 ); /* IE6-9 */}
#tv .detail .description .orderBtnOrange:after{content:'';float:right;width:10px;height:10px;background:url("img/net_sprite.png") 0px -17px no-repeat;margin:10px 0px 0px 13px;}
#tv .detail .description .orderBtnOrange:hover{text-decoration:none;cursor:pointer;}

#tv .detail .bonus{position:relative;float:left;width:100%;background:#bfe3ee;}
#tv .detail .bonus .bonusItem{position:relative;float:left;width:684px;margin:20px;-webkit-box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);-moz-box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);background:#ffffff;/* Old browsers */background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 31%, #eeeff0 70%, #eeeff0 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(31%,#fcfcfc), color-stop(70%,#eeeff0), color-stop(100%,#eeeff0)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* IE10+ */background: linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeff0',GradientType=0 ); /* IE6-9 */}
#tv .detail .bonus .bonusItem img{float:left;border-right:1px solid #ddd;}
#tv .detail .bonus .bonusItem div{float:left;width:560px;padding:20px 0px 0px 15px;}
#tv .detail .bonus .bonusItem div h3{float:left;margin:0px;font-size:24px;color:#51c6eb;font-family:"ClanProBook","Arial";font-weight:300;letter-spacing:-1px;}
#tv .detail .bonus .bonusItem div p{float:left;margin:0px;font-size:15px;margin-top:5px;}   

#tv .bonus{position:relative;float:left;width:100%;background:#bfe3ee;}
#tv .bonus .bonusItem{position:relative;float:left;width:684px;margin:20px;-webkit-box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);-moz-box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);background:#ffffff;/* Old browsers */background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 31%, #eeeff0 70%, #eeeff0 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(31%,#fcfcfc), color-stop(70%,#eeeff0), color-stop(100%,#eeeff0)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* IE10+ */background: linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeff0',GradientType=0 ); /* IE6-9 */}
#tv .bonus .bonusItem img{float:left;border-right:1px solid #ddd;}
#tv .bonus .bonusItem div{float:left;width:514px;padding:32px 0px 0px 170px;position: absolute;}
#tv .bonus .bonusItem div h3{float:left;margin:0px;font-size:18px;color:#51c6eb;font-family:"ClanProMedium","Arial";font-weight:400;letter-spacing:0px;}
#tv .bonus .bonusItem div p{float:left;margin:0px;margin-top:0px;color:#707171;font-size: 12px;font-family:"ClanProBook","Arial";line-height: 17px;}

.programSwitcher{position:relative;float:left;width:728px;background:#fff;border-right:0px solid #d1d3d4;border-bottom:1px solid #d1d3d4;border-left:0px solid #d1d3d4;border-top:1px solid #d1d3d4;-moz-border-radius:2px;-webkit-border-radius:2px;background:#ffffff;-webkit-box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);}
.programSwitcher p{position:relative;float:left;margin:0px;}
.programSwitcher p strong{float:left;width:577px;font-size:24px;font-family:"ClanProBook","Arial";font-weight:300;text-indent:20px;line-height:48px;}
.programSwitcher .picsText{float:left;display:block;border-left:1px solid #d1d3d4;}
.programSwitcher .justPics{float:left;display:block;border-left:1px solid #d1d3d4;}
.programSwitcherNoBorder{position:relative;float:left;width:726px;background:#fff;border-bottom:1px solid #d1d3d4;}
.programSwitcherNoBorder p{position:relative;float:left;margin:0px;}
.programSwitcherNoBorder p strong{float:left;width:577px;font-size:24px;font-family:"ClanProBook","Arial";font-weight:300;text-indent:20px;line-height:48px;}
.programSwitcherNoBorder .picsText{float:left;display:block;border-left:1px solid #d1d3d4;}
.programSwitcherNoBorder .justPics{float:left;display:block;border-left:1px solid #d1d3d4;}

.programList{position:relative;float:left;width:704px;background:#fff;padding:10px 12px 10px 12px;border-left:0px solid #d1d3d4;border-right:0px solid #d1d3d4;border-bottom:1px solid #d1d3d4;-moz-border-radius:2px;-webkit-border-radius:2px;background:#ffffff;-webkit-box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);}
.programList .textView table tr td{width:115px;padding:5px 0px;text-align:center;border:0px;font-size:14px;vertical-align:middle;}
.programList .textView table tr td img,.programList .picsView table tr td img{margin:10px 20px;}
.programList .picsView table tr td{padding:5px 1px;text-align:center;border:0px;font-size:12px;vertical-align:bottom;}
.programListNoBorder{position:relative;float:left;width:702px;background:#fff;padding:10px 12px 10px 12px;border-bottom:1px solid #d1d3d4;}
.programListNoBorder .textView table tr td{width:115px;padding:5px 0px;text-align:center;border:0px;font-size:14px;vertical-align:middle;}
.programListNoBorder .textView table tr td img,.programList .picsView table tr td img{margin:10px 20px;}
.programListNoBorder .picsView table tr td{padding:5px 1px;text-align:center;border:0px;font-size:12px;vertical-align:bottom;}

.sectionTitle{font-size: 24px;font-family: "ClanProMedium","Arial";font-weight: 400;color:#F79624;width:707px;display:inline-block;margin-top:50px;padding-bottom:30px;padding-left:20px;border-bottom:1px solid #d1d3d4;}
/*#tablepress-1 .column-2,#tablepress-1 .column-4{border-right:1px solid #dbdbdb!important;}*/

.tvPackagesWrap{position:relative;float:left;width:726px;background:#fff;border-right:1px solid #d1d3d4;border-bottom:1px solid #d1d3d4;border-left:1px solid #d1d3d4;}
.tvPackagesWrap h3{float:left;width:100%;margin:0px;font-size:24px;font-family:"ClanProBook","Arial";font-weight:300;text-indent:20px;line-height:48px;border-bottom:1px solid #d1d3d4;}
.tvPackages{position:relative;float:left;width:686px;padding:20px;}
.tvPackages strong{position:relative;float:left;width:100%;}
.tvPckg{position:relative;float:left;width:165px;min-height:180px;margin:15px 6px 15px 0px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.tvPckg h4{position:relative;float:left;color:#fff;width:100%;margin:0px;font-size:14px;padding:3px 0px;text-transform:uppercase;text-indent:5px;}
.tvPckg h4 span{position:absolute;right:5px;top:-5px;background:#cb272f;width:35px;height:35px;border-radius:50%;text-align:center;font-size:12px;font-weight:normal;line-height:14px;}
.tvPckg h4 span strong{margin:3px 0px 0px -3px;}
.tvPckg div{float:left;width:165px;text-align:center;margin:5px 0px;}
.tvPackages .last{margin:15px 0px 15px 0px;}
.tvPackages .sport{border:1px solid #57c5e9;}
.tvPackages .sport h4{background:#57c5e9;}
.tvPackages .documents{border:1px solid #40ad49;}
.tvPackages .documents h4{background:#40ad49;}
.tvPackages .adults{border:1px solid #0b1a55;}
.tvPackages .adults h4{background:#0b1a55;}
.tvPackages .movies{border:1px solid #f26523;}
.tvPackages .movies h4{background:#f26523;}
.tvPackages .family{border:1px solid #f48580;}
.tvPackages .family h4{background:#f48580;}
.tvPackages .children{border:1px solid #ec008c;}
.tvPackages .children h4{background:#ec008c;}
.tvPackages .plus{border:1px solid #a61f22;}
.tvPackages .plus h4{background:#a61f22;}
.tvPackages .hbo{border:1px solid #231f20;}
.tvPackages .hbo h4{background:#231f20;}

/*calls*/
#calls .detail{position:relative;float:left;width:728px;border:0;border-bottom:1px solid #d1d3d4;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background:#ffffff;-webkit-box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);}
#calls .detail .itemName{position:relative;float:left;width:517px;border-right:1px solid #d1d3d4;padding:13px 0px 15px 20px;}
#calls .detail .itemName h3{margin:0px;font-size:24px;font-family:"ClanProMedium","Arial";font-weight:400;text-transform:uppercase;}
#calls .detail .itemName h3:before{content:'';float:left;width:10px;height:10px;background:url("img/net_sprite.png") -289px -39px no-repeat;margin:10px 13px 0px 0px;}
#calls .detail .itemName p{margin:0px;font-size:15px;padding:3px 0px 0px 0px;}
#calls .detail .itemName span{position:absolute;top:-20px;right:18px;background:#cb272f;width:80px;height:65px;padding-top:15px;border-radius:50%;text-align:center;font-size:12px;color:#fff;border:2px solid #8dc742;}
#calls .detail .itemIcon{position:relative;float:left;width:186px;padding-top:18px;font-size:18px;line-height:55px;font-family:"ClanProMedium","Arial";font-weight:400;}
#calls .detail .itemIcon span{display:block;position:relative;float:left;margin:10px 10px 0px 25px;width:40px;height:43px;background:url("img/net_sprite.png") -616px 1px no-repeat;text-align:left;text-indent:-9999px;}
#calls .detail .rio100 span{display:block;position:relative;float:left;margin:10px 10px 0px 25px;width:40px;height:43px;background:url("img/net_sprite.png") -540px 1px no-repeat;text-align:left;text-indent:-9999px;}
#calls .detail .rio200 span{display:block;position:relative;float:left;margin:10px 10px 0px 25px;width:40px;height:43px;background:url("img/net_sprite.png") -578px 1px no-repeat;text-align:left;text-indent:-9999px;}

#calls .detail .description{position:relative;float:left;width:688px;border-top:1px solid #d1d3d4;padding:16px 20px 16px 20px;}
#calls .detail .description p{float:left;width:100%;}
#calls .detail .description .price{float:left;font-size:24px;margin:0px 0px 30px 0px;width:100%;}
#calls .detail .description .price strong,#calls .detail .description .price span{color:#8dc742;}
#calls .detail .description ul{float:left;margin:0px 0px 0px 20px;padding:0px;}
#calls .detail .description ul li{font-size:15px;padding:2px 0px;}

#calls .detail .description .orderBtn{position:absolute;right:23px;top:17px;border:1px solid #82a657;padding:8px 17px;color:#ffffff;font-size:24px;font-family:"ClanProBook","Arial";background: #8bc342; /* Old browsers */background: -moz-linear-gradient(top,  #8bc342 0%, #88b54d 49%, #82a657 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8bc342), color-stop(49%,#88b54d), color-stop(100%,#82a657)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #8bc342 0%,#88b54d 49%,#82a657 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #8bc342 0%,#88b54d 49%,#82a657 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #8bc342 0%,#88b54d 49%,#82a657 100%); /* IE10+ */background: linear-gradient(to bottom,  #8bc342 0%,#88b54d 49%,#82a657 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bc342', endColorstr='#82a657',GradientType=0 ); /* IE6-9 */}
#calls .detail .description .orderBtn:after{content:'';float:right;width:10px;height:10px;background:url("img/net_sprite.png") 0px -17px no-repeat;margin:10px 0px 0px 13px;}
#calls .detail .description .orderBtn:hover{text-decoration:none;cursor:pointer;}

#calls .bonus,#offer .bonus{position:relative;float:left;width:100%;background:#c4de9d;}
#calls .bonus .bonusItem,#offer .bonus .bonusItem{position:relative;float:left;width:684px;margin:20px;-webkit-box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);-moz-box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);background:#ffffff;/* Old browsers */background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 31%, #eeeff0 70%, #eeeff0 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(31%,#fcfcfc), color-stop(70%,#eeeff0), color-stop(100%,#eeeff0)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* IE10+ */background: linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeff0',GradientType=0 ); /* IE6-9 */}
#calls .bonus .bonusItem .img,#offer .bonus .bonusItem .img{float:left;width:106px;min-height:120px;padding:0px;border-right:1px solid #ddd;text-indent:-9999px;background:url("img/temp/panasonic.png") 23px 25px no-repeat;}
#calls .bonus .bonusItem div,#offer .bonus .bonusItem div{float:left;/*width:560px;*/width:520px;padding:20px 0px 0px 15px;}
#calls .bonus .bonusItem div h3,#offer .bonus .bonusItem div h3{float:left;margin:0px;font-size:24px;color:#8dc642;font-family:"ClanProBook","Arial";font-weight:300;letter-spacing:-1px;}
#calls .bonus .bonusItem div p,#offer .bonus .bonusItem div p{float:left;margin:0px;font-size:15px;margin-top:5px;color:#727273;}
#calls .bonus2{position:relative;float:left;width:100%;background:#c4de9d;margin:15px 0px 5px 0px;}
#calls .bonus2 .bonusItem{position:relative;float:left;width:644px;margin:20px;-webkit-box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);-moz-box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);background:#ffffff;/* Old browsers */background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 31%, #eeeff0 70%, #eeeff0 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(31%,#fcfcfc), color-stop(70%,#eeeff0), color-stop(100%,#eeeff0)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* IE10+ */background: linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeff0',GradientType=0 ); /* IE6-9 */}
#calls .bonus2 .bonusItem .img{float:left;width:106px;min-height:120px;padding:0px;border-right:1px solid #ddd;text-indent:-9999px;background:url("img/temp/panasonic.png") 23px 25px no-repeat;}
#calls .bonus2 .bonusItem div{float:left;/*width:560px;*/width:520px;padding:20px 0px 0px 15px;}
#calls .bonus2 .bonusItem div h3{float:left;margin:0px;font-size:24px;color:#8dc642;font-family:"ClanProBook","Arial";font-weight:300;letter-spacing:-1px;}
#calls .bonus2 .bonusItem div p{float:left;margin:0px;font-size:15px;margin-top:5px;color:#727273;}


#calls .bonus3{position:relative;float:left;width:100%;background:#c4de9d;-webkit-box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);}
#calls .bonus3 .bonusItem{position:relative;float:left;width:684px;margin:20px;-webkit-box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);-moz-box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);background:#ffffff;/* Old browsers */background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 31%, #eeeff0 70%, #eeeff0 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(31%,#fcfcfc), color-stop(70%,#eeeff0), color-stop(100%,#eeeff0)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* IE10+ */background: linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeff0',GradientType=0 ); /* IE6-9 */}
#calls .bonus3 .bonusItem img{float:left;border-right:1px solid #ddd;}
#calls .bonus3 .bonusItem div{float:left;width:514px;padding:32px 0px 0px 170px;position: absolute;}
#calls .bonus3 .bonusItem div h3{float:left;margin:0px;font-size:18px;color:#8DC642;font-family:"ClanProMedium","Arial";font-weight:400;letter-spacing:0px;}
#calls .bonus3 .bonusItem div p{float:left;margin:0px;font-size:13px;margin-top:0px;color:#707171;font-size: 12px;font-family:"ClanProBook","Arial";line-height: 17px;}
                   
/*mobile*/
#mobile .detail{position:relative;float:left;width:728px;border:0;border-bottom:1px solid #d1d3d4;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background:#ffffff;-webkit-box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);}
#mobile .detail .itemName{position:relative;float:left;width:517px;border-right:1px solid #d1d3d4;padding:13px 0px 15px 20px;}
#mobile .detail .itemName h3{margin:0px;font-size:24px;font-family:"ClanProMedium","Arial";font-weight:400;text-transform:uppercase;}
#mobile .detail .itemName h3:before{content:'';float:left;width:10px;height:10px;background:url("img/net_sprite.png") -289px -39px no-repeat;margin:10px 13px 0px 0px;}
#mobile .detail .itemName p{margin:0px;font-size:15px;padding:3px 0px 0px 0px;}
#mobile .detail .itemName span{position:absolute;top:-20px;right:18px;background:#cb272f;width:80px;height:65px;padding-top:17px;border-radius:50%;text-align:center;font-size:10px;color:#fff;border:2px solid #8dc742;}
#mobile .detail .itemIcon    {position:relative;float:left;width:186px;text-align:center;padding-top:25px;font-size:18px;font-family:"ClanProMedium","Arial";font-weight:400;}
#mobile .detail .itemIcon span{display:block;position:relative;float:left;margin:10px 10px 0px 25px;width:40px;height:43px;background:url("img/data_limit.png") 0 0px no-repeat;text-align:left;text-indent:-9999px;}
#mobile .detail .itemIconCall{position:relative;float:left;width:186px;text-align:center;padding-top:25px;font-size:18px;font-family:"ClanProMedium","Arial";font-weight:400;}
#mobile .detail .itemIconCall span{display:block;position:relative;float:left;margin:0px 0px 0px 40px;width:108px;height:19px;background: url("img/net_sprite_new.png") -817px 1px no-repeat;text-align:left;text-indent:-9999px;}
#mobile .detail .mobil2 span{display:block;position:relative;float:left;margin:0px 0px 0px 40px;width:108px;height:19px;background: url("img/net_sprite_new.png") -934px 1px no-repeat;text-align:left;text-indent:-9999px;}
#mobile .detail .mobil3 span{display:block;position:relative;float:left;margin:0px 0px 0px 40px;width:108px;height:19px;background: url("img/net_sprite_new.png") -1055px 1px no-repeat;text-align:left;text-indent:-9999px;}
#mobile .detail .rio100 span{display:block;position:relative;float:left;margin:0px 0px 0px 40px;width:108px;height:19px;background:url("img/net_sprite_new.png") -934px 1px no-repeat;text-align:left;text-indent:-9999px;}
#mobile .detail .rio200 span{display:block;position:relative;float:left;margin:0px 0px 0px 40px;width:108px;height:19px;background:url("img/net_sprite_new.png") -1055px 1px no-repeat;text-align:left;text-indent:-9999px;}

#mobile .detail .description{position:relative;float:left;width:688px;border-top:1px solid #d1d3d4;padding:16px 20px 16px 20px;}
#mobile .detail .description p{float:left;width:100%;}
#mobile .detail .description .price{float:left;font-size:24px;margin:0px 0px 30px 0px;width:100%;}
#mobile .detail .description .price strong,#mobile .detail .description .price span{color:#8dc742;}
#mobile .detail .description ul{float:left;margin:0px 0px 0px 20px;padding:0px;}
#mobile .detail .description ul li{font-size:15px;padding:2px 0px;}

#mobile .detail .description .orderBtn{position:absolute;right:23px;top:17px;border:1px solid #82a657;padding:8px 17px;color:#ffffff;font-size:24px;font-family:"ClanProBook","Arial";background: #8bc342; /* Old browsers */background: -moz-linear-gradient(top,  #8bc342 0%, #88b54d 49%, #82a657 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8bc342), color-stop(49%,#88b54d), color-stop(100%,#82a657)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #8bc342 0%,#88b54d 49%,#82a657 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #8bc342 0%,#88b54d 49%,#82a657 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #8bc342 0%,#88b54d 49%,#82a657 100%); /* IE10+ */background: linear-gradient(to bottom,  #8bc342 0%,#88b54d 49%,#82a657 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bc342', endColorstr='#82a657',GradientType=0 ); /* IE6-9 */}
#mobile .detail .description .orderBtn:after{content:'';float:right;width:10px;height:10px;background:url("img/net_sprite.png") 0px -17px no-repeat;margin:10px 0px 0px 13px;}
#mobile .detail .description .orderBtn:hover{text-decoration:none;cursor:pointer;}

#mobile .bonus,#offer .bonus{position:relative;float:left;width:100%;background:#c4de9d;}
#mobile .bonus .bonusItem,#offer .bonus .bonusItem{position:relative;float:left;width:684px;margin:20px;-webkit-box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);-moz-box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);background:#ffffff;/* Old browsers */background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 31%, #eeeff0 70%, #eeeff0 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(31%,#fcfcfc), color-stop(70%,#eeeff0), color-stop(100%,#eeeff0)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* IE10+ */background: linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeff0',GradientType=0 ); /* IE6-9 */}
#mobile .bonus .bonusItem .img,#offer .bonus .bonusItem .img{float:left;width:106px;min-height:120px;padding:0px;border-right:1px solid #ddd;text-indent:-9999px;background:url("img/temp/panasonic.png") 23px 25px no-repeat;}
#mobile .bonus .bonusItem div,#offer .bonus .bonusItem div{float:left;/*width:560px;*/width:520px;padding:20px 0px 0px 15px;}
#mobile .bonus .bonusItem div h3,#offer .bonus .bonusItem div h3{float:left;margin:0px;font-size:24px;color:#8dc642;font-family:"ClanProBook","Arial";font-weight:300;letter-spacing:-1px;}
#mobile .bonus .bonusItem div p,#offer .bonus .bonusItem div p{float:left;margin:0px;font-size:15px;margin-top:5px;color:#727273;}
#mobile .bonus2{position:relative;float:left;width:100%;background:#c4de9d;margin:15px 0px 5px 0px;}
#mobile .bonus2 .bonusItem{position:relative;float:left;width:644px;margin:20px;-webkit-box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);-moz-box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);background:#ffffff;/* Old browsers */background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 31%, #eeeff0 70%, #eeeff0 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(31%,#fcfcfc), color-stop(70%,#eeeff0), color-stop(100%,#eeeff0)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* IE10+ */background: linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeff0',GradientType=0 ); /* IE6-9 */}
#mobile .bonus2 .bonusItem .img{float:left;width:106px;min-height:120px;padding:0px;border-right:1px solid #ddd;text-indent:-9999px;background:url("img/temp/mobil.png") 30px 15px no-repeat;background-size: 45px 100px;}
#mobile .bonus2 .bonusItem div{float:left;/*width:560px;*/width:520px;padding:10px 0px 0px 15px;}
#mobile .bonus2 .bonusItem div h3{float:left;margin:0px;font-size:24px;color:#8dc642;font-family:"ClanProBook","Arial";font-weight:300;letter-spacing:-1px;}
#mobile .bonus2 .bonusItem div p{float:left;margin:0px;font-size:15px;margin-top:30px;color:#727273;}


#mobile .bonus3{position:relative;float:left;width:100%;background:#c4de9d;-webkit-box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);}
#mobile .bonus3 .bonusItem{position:relative;float:left;width:684px;margin:20px;-webkit-box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);-moz-box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);background:#ffffff;/* Old browsers */background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 31%, #eeeff0 70%, #eeeff0 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(31%,#fcfcfc), color-stop(70%,#eeeff0), color-stop(100%,#eeeff0)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* IE10+ */background: linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeff0',GradientType=0 ); /* IE6-9 */}
#mobile .bonus3 .bonusItem img{float:left;border-right:1px solid #ddd;}                     
#mobile .bonus3 .bonusItem div{float:left;width:514px;padding:32px 0px 0px 170px;position: absolute;}
#mobile .bonus3 .bonusItem div h3{float:left;margin:0px;font-size:18px;color:#8DC642;font-family:"ClanProMedium","Arial";font-weight:400;letter-spacing:0px;}
#mobile .bonus3 .bonusItem div p{float:left;margin:0px;font-size:13px;margin-top:15px;color:#707171;font-family:"ClanProBook","Arial";line-height: 17px;}


.mobilePackagesWrap{position:relative;float:left;width:726px;margin-top:50px;background:#fff;border-right:1px solid #d1d3d4;border-bottom:1px solid #d1d3d4;border-left:1px solid #d1d3d4;border-top: 1px solid #D1D3D4;-webkit-box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);}
.mobilePackagesWrap h3{float:left;width:100%;margin:0px;font-size:24px;font-family:"ClanProBook","Arial";font-weight:300;text-indent:20px;line-height:48px;border-bottom:1px solid #d1d3d4;}
.mobilePackages{position:relative;float:left;width:686px;padding:20px;}
.mobilePackages strong{position:relative;float:left;width:100%;}
.mobilePckg{position:relative;float:left;width:165px;min-height:200px;margin:15px 6px 15px 0px;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
.mobilePckg h4{position:relative;float:left;color:#fff;width:100%;margin:0px;font-size:14px;padding:3px 0px;text-transform:uppercase;text-indent:5px;}
.mobilePckg h4 span{position:absolute;right:5px;top:-9px;background:#fff;width:35px;height:35px;border-radius:50%;text-align:center;color:#2c0b0c;font-size:12px;font-weight:normal;line-height:14px;}
.mobilePckg h4 span strong{margin:10px 0px 0px -3px;}
.mobilePckg div{float:left;width:165px;text-align:center;margin:5px 0px;}
.mobilePckg div img{display:block;margin:15px auto;opacity:.7;}
.mobilePckg span.price{position:absolute;right:65px;top:160px;background:#cb272f;color:#fff;width:35px;height:35px;border-radius:50%;text-align:center;font-size:12px;font-weight:normal;line-height:14px;}
.mobilePckg span.price strong{margin:4px 0px 0px 0px;}
.mobilePackages .last{margin:15px 0px 15px 0px;}
.mobilePackages .min180{border:1px solid #308e38;}
.mobilePackages .min180 h4{background:#308e38;}
.mobilePackages .min180 h4 span{border: 3px solid #308e38;}
.mobilePackages .min50{border:1px solid #50d85c;}
.mobilePackages .min50 h4{background:#50d85c;}
.mobilePackages .min50 h4 span{border: 3px solid #50d85c;}
.mobilePackages .min100{border:1px solid #40ad49;}
.mobilePackages .min100 h4{background:#40ad49;}
.mobilePackages .min100 h4 span{border: 3px solid #40ad49;}
.mobilePackages .sms50{border:1px solid #e2373b;}
.mobilePackages .sms50 h4{background:#e2373b;}
.mobilePackages .sms50 h4 span{border: 3px solid #e2373b;}
.mobilePackages .sms100{border:1px solid #a61f22;}
.mobilePackages .sms100 h4{background:#a61f22;}
.mobilePackages .sms100 h4 span{border: 3px solid #a61f22;}
.mobilePackages .data150{border:1px solid #57c5e9;}
.mobilePackages .data150 h4{background:#57c5e9;}
.mobilePackages .data150 h4 span{border: 3px solid #57c5e9;}
.mobilePackages .data300{border:1px solid #2140ba;}
.mobilePackages .data300 h4{background:#2140ba;}
.mobilePackages .data300 h4 span{border: 3px solid #2140ba;}
.mobilePackages .data600{border:1px solid #0b1a55;}
.mobilePackages .data600 h4{background:#0b1a55;}
.mobilePackages .data600 h4 span{border: 3px solid #0b1a55;}

#calls .tablepress thead th, .tablepress tfoot th{background-color:#c4de9d;}
#tablepress-7 .column-1,#tablepress-9 .column-1{width:80%;}
/*calls*/
#pckg .detail a{color:#f79624;}
#pckg .detail{position:relative;float:left;width:728px;border:0;border-bottom:1px solid #d1d3d4;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background:#ffffff;-moz-border-radius:2px;-webkit-border-radius:2px;background:#ffffff;-webkit-box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);}
#pckg .detail .itemName{position:relative;float:left;width:517px;padding:13px 0px 15px 20px;}
#pckg .detail .itemName h3{margin:0px;font-size:24px;font-family:"ClanProMedium","Arial";font-weight:400;text-transform:uppercase;}
#pckg .detail .itemName h3:before{content:'';float:left;width:10px;height:10px;background:url("img/net_sprite.png") -823px -39px no-repeat;margin:10px 13px 0px 0px;}
#pckg .detail .itemName p{margin:0px;font-size:15px;padding:3px 0px 0px 0px;}
#pckg .detail .itemIcon{position:relative;float:left;width:186px;border-left:1px solid #d1d3d4;padding-top:15px;font-size:18px;line-height:35px;font-family:"ClanProMedium","Arial";font-weight:400;}
#pckg .detail .itemIcon p{margin:0px;}
#pckg .detail .itemIcon .prog{position:relative;float:left;margin:-10px 10px 0px 20px;padding-top:10px;width:44px;height:43px;background:url("img/net_sprite.png") -483px 0px no-repeat;text-align:center;font-size:15px;color:#f79624;text-indent:-9px;letter-spacing:-1px;}
#pckg .detail .itemIcon .inet{float:left;font-size:14px;text-align:center;width:100%;line-height:18px;margin:5px 0px;}
#pckg .detail .itemIcon .inet .i1{display:block;position:relative;float:left;width:108px;height:19px;background:url("img/net_sprite.png") -817px 1px no-repeat;margin:0px 0px 0px 40px;text-indent:-9999px;text-align:left;}
#pckg .detail .itemIcon .inet .i2{display:block;position:relative;float:left;width:108px;height:19px;background:url("img/net_sprite.png") -934px 1px no-repeat;margin:0px 0px 0px 40px;text-indent:-9999px;text-align:left;}
#pckg .detail .itemIcon .inet .i3{display:block;position:relative;float:left;width:108px;height:19px;background:url("img/net_sprite.png") -1055px 1px no-repeat;margin:0px 0px 0px 40px;text-indent:-9999px;text-align:left;}

#pckg .detail .description{position:relative;float:left;width:688px;border-top:1px solid #d1d3d4;padding:16px 20px 16px 20px;}
#pckg .detail .description p{float:left;width:100%;}
#pckg .detail .description .price{float:left;font-size:24px;margin:0px 0px 30px 0px;width:100%;}
#pckg .detail .description .price strong,#pckg .detail .description .price span{color:#f79624;}
#pckg .detail .description ul{float:left;width:650px;margin:15px 0px 15px 20px;padding:0px;}
#pckg .detail .description ul li{font-size:15px;padding:2px 0px;}
#pckg .detail .description h4{float:left;width:100%;}
#pckg .detail .description h5{float:left;width:100%;margin:0px;}
#pckg .detail .description>strong{float:left;}

#pckg .detail .description .orderBtn{position:absolute;right:23px;top:17px;border:1px solid #d25d27;padding:8px 17px;color:#ffffff;font-size:24px;font-family:"ClanProBook","Arial";background: #f69421; /* Old browsers */background: -moz-linear-gradient(top,  #f69421 0%, #e17625 50%, #d25d27 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f69421), color-stop(50%,#e17625), color-stop(100%,#d25d27)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #f69421 0%,#e17625 50%,#d25d27 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #f69421 0%,#e17625 50%,#d25d27 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #f69421 0%,#e17625 50%,#d25d27 100%); /* IE10+ */background: linear-gradient(to bottom,  #f69421 0%,#e17625 50%,#d25d27 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f69421', endColorstr='#d25d27',GradientType=0 ); /* IE6-9 */}
#pckg .detail .description .orderBtn:after{content:'';float:right;width:10px;height:10px;background:url("img/net_sprite.png") 0px -17px no-repeat;margin:10px 0px 0px 13px;}
#pckg .detail .description .orderBtn:hover{text-decoration:none;cursor:pointer;}


#pckg .bonus{position:relative;float:left;width:100%;background:#bfe3ee;}
#pckg .bonus .bonusItem{position:relative;float:left;width:684px;margin:20px;-webkit-box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);-moz-box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);background:#ffffff;/* Old browsers */background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 31%, #eeeff0 70%, #eeeff0 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(31%,#fcfcfc), color-stop(70%,#eeeff0), color-stop(100%,#eeeff0)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* IE10+ */background: linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeff0',GradientType=0 ); /* IE6-9 */}
#pckg .bonus .bonusItem img{float:left;border-right:1px solid #ddd;}
#pckg .bonus .bonusItem div{float:left;width:560px;padding:20px 0px 0px 15px;}
#pckg .bonus .bonusItem div h3{float:left;margin:0px;font-size:24px;color:#51c6eb;font-family:"ClanProBook","Arial";font-weight:300;letter-spacing:-1px;}
#pckg .bonus .bonusItem div p{float:left;margin:0px;font-size:15px;margin-top:5px;}            

#pckg .bonus{position:relative;float:left;width:100%;background:#bfe3ee;}
#pckg .bonus .bonusItem{position:relative;float:left;width:684px;margin:20px;-webkit-box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);-moz-box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);box-shadow:4px 4px 15px rgba(50, 50, 50, 0.7);background:#ffffff;/* Old browsers */background: -moz-linear-gradient(top,  #ffffff 0%, #fcfcfc 31%, #eeeff0 70%, #eeeff0 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(31%,#fcfcfc), color-stop(70%,#eeeff0), color-stop(100%,#eeeff0)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* IE10+ */background: linear-gradient(to bottom,  #ffffff 0%,#fcfcfc 31%,#eeeff0 70%,#eeeff0 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeff0',GradientType=0 ); /* IE6-9 */}
#pckg .bonus .bonusItem img{float:left;border-right:1px solid #ddd;}
#pckg .bonus .bonusItem div{float:left;width:514px;padding:32px 0px 0px 170px;position: absolute;}
#pckg .bonus .bonusItem div h3{float:left;margin:0px;font-size:18px;color:#51c6eb;font-family:"ClanProMedium","Arial";font-weight:400;letter-spacing:0px;}
#pckg .bonus .bonusItem div p{float:left;margin:0px;font-size:13px;margin-top:0px;color:#707171;font-size: 12px;font-family:"ClanProBook","Arial";line-height: 17px;}
 

/* ==========================================================================
   TV
   ========================================================================== */
#tv .types .type {min-height:255px;}
#tv .types .tv1,.lc .types .tv2{border-right:1px solid #d1d3d4;}
#tv .types .tv1 h3,#tv .types .tv2 h3,#tv .types .tv3 h3{margin:13px 0px;font-size:24px;color:#707171;font-family:"ClanProMedium","Arial";font-weight:400;text-transform:uppercase;}
#tv .types .tv1 h3:before,.lc .types .tv2 h3:before,.lc .types .tv3 h3:before{content:'';float:left;width:10px;height:10px;background:url("img/net_sprite.png") -136px -40px no-repeat;margin:10px 13px 0px 0px;}
#tv .types .tv1 p,.lc .types .tv2 p,.lc .types .tv3 p{position:relative;float:left;margin:0px;padding:0px;font-size:14px;}
#tv .types .tv1 .programs,.lc .types .tv2 .programs,.lc .types .tv3 .programs{position:relative;float:left;margin-top:8px;font-size:18px;line-height:55px;font-family:"ClanProMedium","Arial";font-weight:400;text-align:right;}
#tv .types .tv1 .programs span,#tv .types .tv2 .programs span,#tv .types .tv3 .programs span{position:relative;float:left;margin:0px 10px 0px 0px;width:44px;height:43px;background:url("img/net_sprite.png") -426px 0px no-repeat;text-align:center;font-size:15px;color:#cb272f;text-indent:-9px;letter-spacing:-1px;}
/*#tv .types .tv2 .programs span{position:relative;float:left;margin:0px 10px 0px 0px;width:40px;height:43px;background:url("img/net_sprite.png") -480px 0px no-repeat;text-align:left;text-indent:-9999px;}
#tv .types .tv3 .programs span{position:relative;float:left;margin:0px 10px 0px 0px;width:40px;height:43px;background:url("img/net_sprite.png") -431px 0px no-repeat;text-align:left;text-indent:-9999px;}
*/
#tv .types .tv1 a,.lc .types .tv2 a,.lc .types .tv3 a{display:block;width:185px;height:25px;position:absolute;bottom:21px;left:20px;background:url("img/btn_tv.png") no-repeat;padding:7px 0px 0px 13px;font-size:14px;color:#fff;font-family:"ClanProBook","Arial";}
#tv .types .price{float:left;margin-top:0px!important;width:100%;}
#tv .types .price strong{color:#cb272f;}

#tv .reasons{position:relative;float:left;width:100%;margin:50px 0px 0px 0px;}
#tv .reasons h2{margin:0px;font-size:24px;font-family:"ClanProBook","Arial";font-weight:300;}
#tv .reasons h2 span{font-family:"ClanProMedium","Arial";}
#tv .reasons .reasonsBoxes{position:relative;float:left;width:100%;border-top:1px solid #d1d3d4;border-bottom:1px solid #ffffff;margin-top:5px;}
#tv .reasons .reasonsBoxes .tv1 h3,.lc .reasons .reasonsBoxes .tv2 h3,.lc .reasons .reasonsBoxes .tv3 h3{color:#cb272f;font-size:18px;margin:15px 0px 10px 0px;font-family:"ClanProMedium","Arial";font-weight:300;padding-left:35px;line-height:22px;min-height:44px;}
#tv .reasons .reasonsBoxes .reason{position:relative;float:left;width:200px;padding:0px 20px 0px 21px;}
#tv .reasons .reasonsBoxes .reason p{float:left;font-size:14px;margin:0px;line-height:19px;}
#tv .reasons .reasonsBoxes .tv1{border-right:1px solid #d1d3d4;border-bottom:0px solid #d1d3d4;border-top:1px solid #ffffff;min-height:153px;}
#tv .reasons .reasonsBoxes .tv1 h3:before{float:left;content:"";width:17px;height:17px;background:url("img/net_sprite.png") -160px -34px no-repeat;margin:3px 0px 0px -35px;}
#tv .reasons .reasonsBoxes .tv2{width:199px;border-bottom:0px solid #d1d3d4;border-right:1px solid #d1d3d4;border-top:1px solid #ffffff;border-left:1px solid #ffffff;min-height:153px;}
#tv .reasons .reasonsBoxes .tv2 h3:before{float:left;content:"";width:35px;height:16px;background:url("img/net_sprite.png") -190px -34px no-repeat;margin:2px 0px 0px -35px;}
#tv .reasons .reasonsBoxes .tv3{width:199px;border-bottom:0px solid #d1d3d4;border-top:1px solid #ffffff;border-left:1px solid #ffffff;min-height:153px;}
#tv .reasons .reasonsBoxes .tv3 h3:before{float:left;content:"";width:30px;height:16px;background:url("img/net_sprite.png") -239px -34px no-repeat;margin:2px 0px 0px -35px;}

/* ==========================================================================
   Volani
   ========================================================================== */
#calls .types .type{position:relative;float:left;width:200px;min-height:265px;padding:0px 20px 0px 21px;}
#calls .types .call1,#calls .types .call2{border-right:1px solid #d1d3d4;}
#calls .types .call1 h3,#calls .types .call2 h3,#calls .types .call3 h3,#offer .types .call3 h3{margin:13px 0px;font-size:24px;color:#707171;font-family:"ClanProMedium","Arial";font-weight:400;}
#calls .types .call1 h3:before,#calls .types .call2 h3:before,#calls .types .call3 h3:before,#offer .types .call3 h3:before{content:'';float:left;width:10px;height:10px;background:url("img/net_sprite.png") -289px -39px no-repeat;margin:10px 13px 0px 0px;}
#calls .types .call1 p,#calls .types .call2 p,#calls .types .call3 p,#offer .types .call3 p{position:relative;float:left;margin:0px;padding:0px;font-size:15px;}
#calls .types .call1 .minuty,#calls .types .call2 .minuty,#calls .types .call3 .minuty,#offer .types .call3 .minuty{position:relative;float:left;margin:12px 0px 0px 0px;font-size:14px;font-family:"ClanProMedium","Arial";font-weight:400;text-align:right;line-height:30px;}
#calls .types .call1 .minuty span{position:relative;float:left;width:29px;height:29px;background:url("img/net_sprite.png") -616px 1px no-repeat;margin:-1px 10px 0px 0px;text-indent:-9999px;text-align:left;}
#calls .types .call2 .minuty span{position:relative;float:left;width:29px;height:29px;background:url("img/net_sprite.png") -544px 1px no-repeat;margin:-1px 6px 0px 0px;text-indent:-9999px;text-align:left;}
#calls .types .call3 .minuty span,#offer .types .call3 .minuty span{position:relative;float:left;width:29px;height:29px;background:url("img/net_sprite.png") -580px 1px no-repeat;margin:-1px 6px 0px 0px;text-indent:-9999px;text-align:left;}
#calls .types .call1 a,#calls .types .call2 a,#calls .types .call3 a,#offer .types .call3 a{display:block;width:185px;height:25px;position:absolute;bottom:21px;left:20px;background:url("img/btn_call1.png") no-repeat;padding:7px 0px 0px 13px;font-size:14px;color:#fff;font-family:"ClanProBook","Arial";}

#calls .types .price{float:left;font-size:19px!important;margin-top:10px!important;width:100%;}
#calls .types .price strong{color:#8dc642;}

#calls .reasons{position:relative;float:left;width:100%;margin:50px 0px 0px 0px;}
#calls .reasons h2{margin:0px;font-size:24px;font-family:"ClanProBook","Arial";font-weight:300;}
#calls .reasons h2 span{font-family:"ClanProMedium","Arial";}
#calls .reasons .reasonsBoxes{position:relative;float:left;width:100%;border-top:1px solid #d1d3d4;border-bottom:1px solid #ffffff;margin-top:5px;}
#calls .reasons .reasonsBoxes .c1 h3,#calls .reasons .reasonsBoxes .c2 h3,#calls .reasons .reasonsBoxes .c3 h3{color:#8dc642;font-size:18px;margin:15px 0px 13px 0px;font-family:"ClanProMedium","Arial";font-weight:300;padding-left:35px;}
#calls .reasons .reasonsBoxes .reason{position:relative;float:left;width:200px;padding:0px 20px 0px 21px;}
#calls .reasons .reasonsBoxes .reason p{float:left;font-size:14px;margin:0px;line-height:19px;}
#calls .reasons .reasonsBoxes .c1{border-right:1px solid #d1d3d4;border-bottom:0px solid #d1d3d4;border-top:1px solid #ffffff;min-height:153px;}
#calls .reasons .reasonsBoxes .c1 h3:before{float:left;content:"";width:30px;height:16px;background:url("img/net_sprite.png") -1055px -34px no-repeat;margin:4px 0px 0px -35px;}
#calls .reasons .reasonsBoxes .c2{width:199px;border-bottom:0px solid #d1d3d4;border-right:1px solid #d1d3d4;border-top:1px solid #ffffff;border-left:1px solid #ffffff;min-height:153px;}
#calls .reasons .reasonsBoxes .c2 h3:before{float:left;content:"";width:19px;height:20px;background:url("img/net_sprite.png") -1094px -30px no-repeat;margin:1px 0px 0px -35px;}
#calls .reasons .reasonsBoxes .c3{width:199px;border-bottom:0px solid #d1d3d4;border-top:1px solid #ffffff;border-left:1px solid #ffffff;min-height:153px;}
#calls .reasons .reasonsBoxes .c3 h3:before{float:left;content:"";width:30px;height:26px;background:url("img/net_sprite.png") -360px -24px no-repeat;margin:-1px 0px 0px -35px;}

/* ==========================================================================
   Mobil
   ========================================================================== */

#mobile .types .type{position:relative;float:left;width:200px;min-height:265px;padding:0px 20px 0px 21px;}
#mobile .types .mobile_net1,#mobile .types .mobile_net2{min-height:230px;}
#mobile .types .call1,#mobile .types .call2{border-right:1px solid #d1d3d4;}
#mobile .types .call1 h3,#mobile .types .call2 h3,#mobile .types .call3 h3,#offer .types .call3 h3{margin:13px 0px;font-size:24px;color:#707171;font-family:"ClanProMedium","Arial";font-weight:400;}
#mobile .types .call1 h3:before,#mobile .types .call2 h3:before,#mobile .types .call3 h3:before,#offer .types .call3 h3:before{content:'';float:left;width:10px;height:10px;background:url("img/net_sprite.png") -289px -39px no-repeat;margin:10px 13px 0px 0px;}
#mobile .types .call1 p,#mobile .types .call2 p,#mobile .types .call3 p,#offer .types .call3 p{position:relative;float:left;margin:0px;padding:0px;font-size:15px;}
#mobile .types .call1 .minuty,#mobile .types .call2 .minuty,#mobile .types .call3 .minuty,#mobile .types .call1 .rio_minuty,#mobile .types .call2 .rio_minuty,#mobile .types .call3 .rio_minuty,#offer .types .call3 .minuty,#mobile .types .mobile_net1 .limit,#mobile .types .mobile_net2 .limit{position:relative;float:left;margin:12px 0px 0px 0px;font-size:14px;font-family:"ClanProMedium","Arial";font-weight:400;text-align:right;line-height:30px;}
#mobile .types .call1 .minuty span{position:relative;float:left;width:108px;height:19px;background:url("img/net_sprite_new.png") -817px 1px no-repeat;margin:5px 10px 0px 0px;text-indent:-9999px;text-align:left;}
#mobile .types .call2 .minuty span{position:relative;float:left;width:108px;height:19px;background:url("img/net_sprite_new.png") -934px 1px no-repeat;margin:5px 6px 0px 0px;text-indent:-9999px;text-align:left;}
#mobile .types .call3 .minuty span{position:relative;float:left;width:108px;height:19px;background:url("img/net_sprite_new.png") -1055px 1px no-repeat;margin:5px 6px 0px 0px;text-indent:-9999px;text-align:left;}
#mobile .types .rio_minuty span,#offer .types .call3 .minuty span{position:relative;float:left;width:29px;height:29px;background:url("img/net_sprite_new.png") -580px 1px no-repeat;margin:-1px 6px 0px 0px;text-indent:-9999px;text-align:left;}
#mobile .types .call1 a,#mobile .types .call2 a,#mobile .types .call3 a,#offer .types .call3 a{display:block;width:185px;height:25px;position:absolute;bottom:21px;left:20px;background:url("img/btn_call1.png") no-repeat;padding:7px 0px 0px 13px;font-size:14px;color:#fff;font-family:"ClanProBook","Arial";}

#mobile .types .wifi1,#mobile .types .mobile_net2,.types .box1,.types .box2,.types .mobile_net1,.types .mobile_net2{width:321px!important;height:235px!important;}
#mobile .types .mobile_net1 h3,#mobile .types .mobile_net2 h3,.types .box1 h3,.types .box2 h3,.types .mobile_net1 h3,.types .mobile_net2 h3{margin:13px 0px;font-size:23px;color:#707171;font-family:"ClanProMedium","Arial";font-weight:400;}
.types .mobile_net1 h3,.types .mobile_net2 h3{font-size: 21px;}
#mobile .types .mobile_net1 h3:before,#mobile .types .mobile_net2 h3:before,.types .box1 h3:before,.types .box2 h3:before,.types .mobile_net1 h3:before,.types .mobile_net2 h3:before{content:'';float:left;width:10px;height:10px;background:url("img/net_sprite.png") -289px -39px no-repeat;margin:10px 13px 0px 0px;}
#mobile .types .mobile_net1,.types .box1,.article .mobile_net1{border-right:1px solid #d1d3d4;}                                                                                                                                                                                    
#mobile .types .mobile_net1 p,#mobile .types .mobile_net2 p,.types .box1 p,.types .box2 p,.types .mobile_net1 p,.types .mobile_net2 p{position:relative;float:left;margin:0px;padding:0px;font-size:14px;}
#mobile .types .mobile_net4 p.desc,#mobile .types .mobile_net5 p.desc{display:block;}
#mobile .types .mobile_net1 h3 img,#mobile .types .mobile_net2 h3 img,.types .box1 h3 img,.types .box2 h3 img,.types .mobile_net1 h3 img,.types .mobile_net2 h3 img{float:right;}
#mobile .types .mobile_net1 .limit span,.types .box1 .limit span,.types .mobile_net1 .limit span{position:relative;float:left;width:108px;height:19px;background:url("img/net_sprite_new.png") -934px  1px no-repeat;margin: 5px 10px 0px 0px;text-indent:-9999px;text-align:left;}
#mobile .types .mobile_net2 .limit span,.types .box2 .limit span,.types .mobile_net2 .limit span{position:relative;float:left;width:108px;height:19px;background:url("img/net_sprite_new.png") -1055px 1px no-repeat;margin: 5px 10px 0px 0px;text-indent:-9999px;text-align:left;}
#mobile .types .mobile_net1 .speed,#mobile .types .mobile_net2 .speed,.types .box1 .speed,.types .box2 .speed{position:relative;float:left;width:60%;margin-top:18px;font-size:14px;font-family:"ClanProMedium","Arial";font-weight:400;text-align:right;}
.types .mobile_net1 .speed,.types .mobile_net2 .speed{position:relative;float:left;width:100%;margin-top:18px;font-size:14px;font-family:"ClanProMedium","Arial";font-weight:400;text-align:right;}
#mobile .types .mobile_net1 a,#mobile .types .mobile_net2 a,.types .box1 a,.types .box2 a,.types .mobile_net1 a,.types .mobile_net2 a{display:block;width:268px;height:25px;position:absolute;bottom:21px;left:23px;background:url("img/btn_mobile_net.png") no-repeat;padding:7px 0px 0px 13px;font-size:14px;color:#fff;font-family:"ClanProBook","Arial";}


#mobile .types .price{float:left;font-size:19px!important;width:100%;}
#mobile .types .price strong{color:#8dc642;}

#mobile .reasons{position:relative;float:left;width:100%;margin:50px 0px 0px 0px;}
#mobile .reasons h2{margin:0px;font-size:24px;font-family:"ClanProBook","Arial";font-weight:300;}
#mobile .reasons h2 span{font-family:"ClanProMedium","Arial";}
#mobile .reasons .reasonsBoxes{position:relative;float:left;width:100%;border-top:1px solid #d1d3d4;border-bottom:1px solid #ffffff;margin-top:5px;}
#mobile .reasons .reasonsBoxes .c1 h3,#mobile .reasons .reasonsBoxes .c2 h3,#mobile .reasons .reasonsBoxes .c3 h3{color:#8dc642;font-size:18px;margin:15px 0px 13px 0px;font-family:"ClanProMedium","Arial";font-weight:300;padding-left:35px;}
#mobile .reasons .reasonsBoxes .reason{position:relative;float:left;width:200px;padding:0px 20px 0px 21px;}
#mobile .reasons .reasonsBoxes .reason p{float:left;font-size:14px;margin:0px;line-height:19px;}
#mobile .reasons .reasonsBoxes .c1{border-right:1px solid #d1d3d4;border-bottom:0px solid #d1d3d4;border-top:1px solid #ffffff;min-height:153px;}
#mobile .reasons .reasonsBoxes .c1 h3:before{float:left;content:"";width:19px;height:20px;background:url("img/net_sprite.png") -1094px -30px no-repeat;margin:4px 0px 0px -35px;}
#mobile .reasons .reasonsBoxes .c2{width:199px;border-bottom:0px solid #d1d3d4;border-right:1px solid #d1d3d4;border-top:1px solid #ffffff;border-left:1px solid #ffffff;min-height:153px;}
#mobile .reasons .reasonsBoxes .c2 h3:before{float:left;content:"";width:30px;height:26px;background:url("img/net_sprite.png") -360px -24px no-repeat;margin:1px 0px 0px -35px;}
#mobile .reasons .reasonsBoxes .c3{width:199px;border-bottom:0px solid #d1d3d4;border-top:1px solid #ffffff;border-left:1px solid #ffffff;min-height:153px;}
#mobile .reasons .reasonsBoxes .c3 h3:before{float:left;content:"";width:30px;height:16px;background:url("img/net_sprite.png") -1055px -34px no-repeat;margin:-1px 0px 0px -35px;}

/* ==========================================================================
/* Balicky
   ========================================================================== */
#pckg .types .type,#offer .types .type{position:relative;float:left;width:200px;min-height:350px;padding:0px 20px 0px 21px;}
#pckg .types .type_half,#offer .types .type_half,#tv .types .type_half{position:relative;float:left;width:320px;min-height:380px;padding:0px 20px 0px 21px;}
#offer .types .type_wide{position:relative;float:left;width:320px;min-height:220px;padding:0px 20px 0px 21px;}
#pckg .types .pa1,#pckg .types .pa2,#offer .types .pa1{border-right:1px solid #d1d3d4;}
#pckg .types .pa1 h3,#pckg .types .pa2 h3,#pckg .types .pa3 h3,#offer .types .pa3 h3,#offer .types .pa2 h3,#offer .types .pa1 h3{margin:13px 0px 13px 23px;font-size:24px;color:#707171;font-family:"ClanProMedium","Arial";font-weight:400;min-height:66px;}
#pckg .types .pa1 h3:before,#pckg .types .pa2 h3:before,#pckg .types .pa3 h3:before,#offer .types .pa3 h3:before,#offer .types .pa2 h3:before,#offer .types .pa1 h3:before{content:'';float:left;width:10px;height:10px;background:url("img/net_sprite.png") -823px -39px no-repeat;margin:9px 13px 0px -23px;}
/*#pckg .types .pa1 p,#pckg .types .pa2 p,#pckg .types .pa3 p{position:relative;float:left;margin:0px;padding:0px;font-size:14px;}*/
#pckg .types .pa1 .speed,#pckg .types .pa2 .speed,#pckg .types .pa3 .speed,#offer .types .pa3 .speed,#offer .types .pa2 .speed,#offer .types .pa1 .speed{position:relative;float:left;width:100%;margin-top:8px;font-size:14px;font-family:"ClanProMedium","Arial";font-weight:400;text-align:right;}
#pckg .types .pa1 .speed span,#offer .types .pa1 .speed span{position:relative;float:left;width:108px;height:19px;background:url("img/net_sprite.png") -817px 1px no-repeat;margin-top:-1px;text-indent:-9999px;text-align:left;}
#pckg .types .pa2 .speed span,#offer .types .pa2 .speed span{position:relative;float:left;width:108px;height:19px;background:url("img/net_sprite.png") -934px 1px no-repeat;margin-top:-1px;text-indent:-9999px;text-align:left;}
#pckg .types .pa3 .speed span,#offer .types .pa3 .speed span{position:relative;float:left;width:108px;height:19px;background:url("img/net_sprite.png") -1055px 1px no-repeat;margin-top:-1px;text-indent:-9999px;text-align:left;}

#pckg .types .price,#offer .types .price{float:left;font-size:19px!important;margin-top:10px!important;width:100%;word-spacing: -3px;}
#pckg .types .price strong,#offer .types .pa1 .price strong,#offer .types .pa2 .price strong,#offer .types .pa3 .price strong{color:#f79624;}

#pckg .types .pa1 p,#pckg .types .pa2 p,#pckg .types .pa3 p,#offer .types .pa1 p,#offer .types .pa2 p,#offer .types .pa3 p{position:relative;float:left;margin:0px;padding:0px;font-size:15px;}
#pckg .types .pa1 .programs,#pckg .types .pa2 .programs,#pckg .types .pa3 .programs,#offer .types .pa1 .programs,#offer .types .pa2 .programs,#offer .types .pa3 .programs{position:relative;float:left;margin-top:8px;font-size:18px;line-height:55px;font-family:"ClanProMedium","Arial";font-weight:400;text-align:right;}
#pckg .types .pa1 .programs span,#pckg .types .pa2 .programs span,#pckg .types .pa3 .programs span,#offer .types .pa1 .programs span,#offer .types .pa2 .programs span,#offer .types .pa3 .programs span{position:relative;float:left;margin:0px 10px 0px 0px;width:44px;height:43px;background:url("img/net_sprite.png") -483px 0px no-repeat;text-align:center;font-size:15px;color:#f79624;text-indent:-9px;letter-spacing:-1px;}
/*#pckg .types .pa2 .programs span{position:relative;float:left;margin:1px 10px 0px 33px;width:40px;height:43px;background:url("img/net_sprite.png") -714px 0px no-repeat;text-align:left;text-indent:-9999px;}
#pckg .types .pa3 .programs span{position:relative;float:left;margin:1px 10px 0px 33px;width:40px;height:43px;background:url("img/net_sprite.png") -665px 0px no-repeat;text-align:left;text-indent:-9999px;}
*/
#pckg .types .pa1 a,.lc .types .pa1 a,.lc .types .pa2 a,.lc .types .pa3 a{display:block;width:185px;height:25px;position:absolute;bottom:21px;left:20px;background:url("img/btn_package.png") no-repeat;padding:7px 0px 0px 13px;font-size:14px;color:#fff;font-family:"ClanProBook","Arial";}

#pckg .reasons h2{margin:0px;font-size:24px;font-family:"ClanProBook","Arial";font-weight:300;}
#pckg .reasons h2 span{font-family:"ClanProMedium","Arial";}
#pckg .reasons .reasonsBoxes{position:relative;float:left;width:100%;border-top:1px solid #d1d3d4;border-bottom:1px solid #ffffff;margin-top:5px;background:#fff;}
#pckg .reasons .reasonsBoxes .p1 h3{color:#f79624;font-size:18px;margin:15px 0px 13px 0px;font-family:"ClanProMedium","Arial";font-weight:300;padding-left:25px;min-height:44px;line-height:22px;}
#pckg .reasons .reasonsBoxes .p2 h3{color:#f79624;font-size:18px;margin:15px 0px 13px 0px;font-family:"ClanProMedium","Arial";font-weight:300;padding-left:35px;min-height:44px;line-height:22px;}
#pckg .reasons .reasonsBoxes .p3 h3{color:#f79624;font-size:18px;margin:15px 0px 13px 0px;font-family:"ClanProMedium","Arial";font-weight:300;padding-left:30px;min-height:44px;line-height:22px;}
#pckg .reasons .reasonsBoxes .reason{position:relative;float:left;width:200px;padding:0px 20px 0px 21px;}
#pckg .reasons .reasonsBoxes .reason p{float:left;font-size:14px;margin:0px;line-height:19px;}
#pckg .reasons .reasonsBoxes .p1{border-right:1px solid #d1d3d4;border-bottom:0px solid #d1d3d4;border-top:1px solid #ffffff;min-height:153px;}
#pckg .reasons .reasonsBoxes .p1 h3:before{float:left;content:"";width:20px;height:25px;background:url("img/net_sprite.png") -939px -25px no-repeat;margin:0px 0px 0px -25px;}
#pckg .reasons .reasonsBoxes .p2{width:199px;border-bottom:0px solid #d1d3d4;border-right:1px solid #d1d3d4;border-top:1px solid #ffffff;border-left:1px solid #ffffff;min-height:153px;}
#pckg .reasons .reasonsBoxes .p2 h3:before{float:left;content:"";width:36px;height:18px;background:url("img/net_sprite.png") -892px -32px no-repeat;margin:2px 5px 0px -35px;}
#pckg .reasons .reasonsBoxes .p3{width:199px;border-bottom:0px solid #d1d3d4;border-top:1px solid #ffffff;border-left:1px solid #ffffff;min-height:153px;}
#pckg .reasons .reasonsBoxes .p3 h3:before{float:left;content:"";width:21px;height:18px;background:url("img/net_sprite.png") -864px -33px no-repeat;margin:2px 0px 0px -30px;}

/* ==========================================================================
/* nabidky
   ========================================================================== */
#offer .types .tv1,#offer .types .tv2{border-right:1px solid #d1d3d4;}
#offer .types .tv1 h3,#offer .types .tv2 h3,#offer .types .tv3 h3{margin:13px 0px;font-size:24px;color:#707171;font-family:"ClanProMedium","Arial";font-weight:400;text-transform:uppercase;min-height:66px;}
#offer .types .type_half h3,#tv .types .type_half h3,#offer .types .type_wide h3{margin:13px 0px;font-size:24px;color:#707171;font-family:"ClanProMedium","Arial";font-weight:400;text-transform:uppercase;min-height:0px;}
#offer .types .tv1 h3:before,#offer .types .tv2 h3:before,#offer .types .tv3 h3:before{content:'';float:left;width:10px;height:10px;background:url("img/net_sprite.png") -136px -40px no-repeat;margin:10px 13px 0px 0px;}
#offer .types .tv1 p,#offer .types .tv2 p,#offer .types .tv3 p{position:relative;float:left;margin:0px;padding:0px;font-size:14px;width: 100%;}
#offer .types .tv1 .programs,#offer .types .tv2 .programs,#offer .types .tv3 .programs{position:relative;float:left;margin-top:8px;font-size:18px;line-height:55px;font-family:"ClanProMedium","Arial";font-weight:400;text-align:left;}
#offer .types .type_wide .programs{position:relative;float:left;margin-top:60px;font-size:18px;line-height:55px;font-family:"ClanProMedium","Arial";font-weight:400;text-align:left;}
#offer .types .tv1 .programs span,#offer .types .tv2 .programs span,#offer .types .tv3 .programs span{position:relative;float:left;margin:0px 10px 0px 0px;width:44px;height:43px;background:url("img/net_sprite.png") -426px 0px no-repeat;text-align:center;font-size:15px;color:#cb272f;text-indent:-9px;letter-spacing:-1px;}
#offer .types .tv1 a,#offer .types .tv2 a,#offer .types .tv3 a{display:block;width:185px;height:25px;position:absolute;bottom:21px;left:20px;background:url("img/btn_tv.png") no-repeat;padding:7px 0px 0px 13px;font-size:14px;color:#fff;font-family:"ClanProBook","Arial";}
#offer .types .type_list,#tv .types .type_list{margin-top:0px;}
#offer .types .type_list ul,#tv .types .type_list ul{margin:0;padding-left:18px;}
#offer .types .tv1 .price strong, #offer .types .tv2 .price strong,#offer .types .tv3 .price strong {color: #CB272F;}
#offer .types .description, #pckg .types .description {min-height:72px;}
#offer .types .type_half .description,#tv .types .type_half .description,#offer .types .type_wide .description {font-size:14px;min-height:150px;}
#offer .types .type_half .description ul li a,#tv .types .type_half .description ul li a,#offer .types .type_wide .description ul li a{display: inline-block;width:auto;height:auto;margin:0;padding:0;position: inherit;background: rgba(0, 0, 0, 0);color: inherit;font-size: 14px;font-family: arial;color:#4099B6;}
#offer .moreServices{position:relative;float:left;width:100%;margin:50px 0px 50px 0px;}
#offer .moreServices h2{margin:0px;margin-bottom:1em;font-size:24px;font-family:"ClanProBook","Arial";font-weight:300;}

#offer .moreServices .types .type{min-height:150px;}
#offer .moreServices .types .ser1,#offer .moreServices .types .ser2{border-right:1px solid #d1d3d4;}
#offer .moreServices .types .type h3{position:relative;float:left;font-size:16px;}
#offer .moreServices .types .ser1 h3{color:#51c6eb;}
#offer .moreServices .types .ser1 h3:before{float:left;content:"";width:23px;height:21px;background:url("img/foo_icons4.png") no-repeat;background-position:0px 1px;}
#offer .moreServices .types .ser2 h3{color:#cb272f;}
#offer .moreServices .types .ser2 h3 a{color:#cb272f;}
#offer .moreServices .types .ser2 h3:before{float:left;content:"";width:28px;height:21px;background:url("img/foo_icons4.png") no-repeat;background-position:0px -29px;}
#offer .moreServices .types .ser3 h3{color:#f7941e;}
#offer .moreServices .types .ser3 h3 a{color:#f7941e;}
#offer .moreServices .types .ser3 h3:before{float:left;content:"";width:26px;height:21px;background:url("img/foo_icons4.png") no-repeat;background-position:0px -95px;}

#offer .moreServices .types .type ul{float:left;margin:0px;padding:0px 0px 0px 20px;}
#offer .moreServices .types .type ul li{float:left;margin:0px;}
#offer .moreServices .types .type ul li a{font-size:15px;}
#offer .moreServices .types .ser1 ul,#offer .moreServices .types .ser1 ul li a{color:#51c6eb;}
#offer .moreServices .types .ser2 ul,#offer .moreServices .types .ser2 ul li a{color:#cb272f;}
#offer .moreServices .types .ser3 ul,#offer .moreServices .types .ser3 ul li a{color:#f7941e;}

#offer .reasons .reason h3{color:#3cb878;}

#offer .types .tv2 h3,#tv .types .tv2 h3{margin:13px 0px;font-size:24px;color:#707171;font-family:"ClanProMedium","Arial";font-weight:400;text-transform:uppercase;}
/*
#offer .types .pa3 h3{margin:13px 0px 0px 23px;font-size:24px;color:#707171;font-family:"ClanProMedium","Arial";font-weight:400;}
#offer .types .pa3 h3:before{content:'';float:left;width:10px;height:10px;background:url("img/net_sprite.png") -823px -39px no-repeat;margin:9px 13px 0px -23px;}
*/
#offer .reasons .reasonsBoxes .r1{border-right:1px solid #d1d3d4;border-bottom:1px solid #d1d3d4;border-top:1px solid #ffffff;min-height:153px;}
#offer .reasons .reasonsBoxes .r2{width:199px;border-bottom:1px solid #d1d3d4;border-right:1px solid #d1d3d4;border-top:1px solid #ffffff;border-left:1px solid #ffffff;min-height:153px;}
#offer .reasons .reasonsBoxes .r3{width:199px;border-bottom:1px solid #d1d3d4;border-top:1px solid #ffffff;border-left:1px solid #ffffff;min-height:153px;}

#offer .detail{position:relative;float:left;width:686px;padding:20px;border:1px solid #d1d3d4;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background:#ffffff;}
#offer .detail .left,#offer .detail .right{width:49%;display: inline-block;vertical-align: top;}
#offer .detail h3{margin:0px 0px 15px 0px;font-size:24px;font-family:"ClanProMedium","Arial";font-weight:400;}
#offer .detail h2{margin:0px;}
#offer .detail ul li a{color:#4099B6;}
.page-id-1138 .detail .left,.page-id-1138 .detail .right{position:relative;float:left;width:343px;}            

.mainPanelLocalPage .types {height:245px;}
.mainPanelLocalPage .types .type{position:relative;float:left;width:241px;height:245px;}
.mainPanelLocalPage .types .type h3{font-size:14px;padding:20px 18px 0px 13px;margin:0px;color:#fff;font-family:"ClanProMedium","Arial";font-weight:300;line-height:16px;position:absolute;bottom:22px}
.mainPanelLocalPage .types .type h2{font-size:24px;padding:20px 18px 0px 12px;margin:0px;color:#fff;font-family:"ClanProBook","Arial";font-weight:300;line-height:16px;position:absolute;bottom:60px}
.mainPanelLocalPage .types .type p{position:absolute;top:142px;right:12px;font-size:12px;padding:0px;margin:0px;color:#ffffff;text-align:center;font-family:"ClanProMedium","Arial";font-weight:400;}
.mainPanelLocalPage .types .type p span{font-size:18px;line-height:18px;}

.mainPanelLocalPage .types .b1{background:url("img/banner_small_1.png") 0px 0px no-repeat;border-right:1px solid #d1d3d4;min-height:245px !important;width:241px !important;padding: 0px !important;}
.mainPanelLocalPage .types .b1 a{display:block;width:100%;height:238px;}

.mainPanelLocalPage .types .b2{background:url("img/banner_small_2.png") 0px 0px no-repeat;border-right:1px solid #d1d3d4;min-height:245px !important;width:241px !important;padding: 0px !important;}
.mainPanelLocalPage .types .b2 a{display:block;width:100%;height:238px;}

.mainPanelLocalPage .types .b3{background:url("img/banner_small_3.png") 0px 0px no-repeat;min-height:245px !important;width:241px !important;padding: 0px  !important;}
.mainPanelLocalPage .types .b3 a{display:block;width:100%;height:238px;}

/*text decoration : none*/
.mainPanelLocalPage .types .b1 a:hover,.mainPanelLocalPage .types .b2 a:hover,.mainPanelLocalPage .types .b3 a:hover{text-decoration:none;}


.mainPanelLocalPageNew .types {height:305px;}
.mainPanelLocalPageNew .types .type{position:relative;float:left;width:241px;height:245px;}
.mainPanelLocalPageNew .types .type h3{font-size:14px;padding:20px 18px 0px 13px;margin:0px;font-family: 'arial','sans-serif';font-weight:300;line-height:16px;position:absolute;bottom:70px}
/*.mainPanelLocalPageNew .types .b2 h3{font-size:14px;padding:20px 18px 0px 13px;margin:0px;font-family:"ClanProMedium","Arial";font-weight:300;line-height:16px;position:absolute;bottom:55px}*/
.mainPanelLocalPageNew .types .type h2{font-size:24px;padding:20px 18px 0px 12px;margin:0px;font-family:"ClanProBook","Arial";font-weight:700;line-height:16px;position:absolute;bottom:130px;}
.mainPanelLocalPageNew .types .type p{position:absolute;top:142px;right:12px;font-size:12px;padding:0px;margin:0px;color:#ffffff;text-align:center;font-family:"ClanProMedium","Arial";font-weight:400;}
.mainPanelLocalPageNew .types .type p span{font-size:18px;line-height:18px;}
.mainPanelLocalPageNew .types .type .break{border-top: 0 solid #eee;display:block;width:96%;height:10px;position:absolute;bottom:75px;font-size:12px;padding:10px 4% 10px 0;margin:0px;color:#ffffff;text-align:right;font-family:"ClanProMedium","Arial";font-weight:400;}
.mainPanelLocalPageNew .types .type .break span{border:0 solid #ccc; -webkit-border-top-left-radius: 10px;-webkit-border-bottom-right-radius: 10px;-moz-border-radius-topleft: 10px;-moz-border-radius-bottomright: 10px;border-top-left-radius: 10px;border-bottom-right-radius: 10px;background:transparent url("img/button_gradient.png") 0px 0px repeat; height:23px;width:auto;display:inline-block;padding: 7px 5px 0;position:relative;bottom:-60px;}
.mainPanelLocalPageNew .types .b1{background:transparent url("img/banner_small_new_1.png") 0px 0px no-repeat;border-right:1px solid #d1d3d4;min-height:305px !important;width:241px !important;padding: 0px !important;}
/*.mainPanelLocalPageNew .types .b1 a{display:block;width:100%;height:238px;}*/
.mainPanelLocalPageNew .types .b1 a{display: block;width: 185px;height: 25px;position: absolute;bottom: 12px;left: 13px;background: url("img/btn_net.png") no-repeat;padding: 7px 0px 0px 13px;font-size: 14px;color: #FFF;font-family: "ClanProBook","Arial";}

.mainPanelLocalPageNew .types .b2{background:transparent url("img/banner_small_new_2.png") 0px 0px no-repeat;border-right:1px solid #d1d3d4;min-height:305px !important;width:241px !important;padding: 0px !important;}
.mainPanelLocalPageNew .types .b2 a{display: block;width: 185px;height: 25px;position: absolute;bottom: 12px;left: 13px;background: url("img/btn_net.png") no-repeat;padding: 7px 0px 0px 13px;font-size: 14px;color: #FFF;font-family: "ClanProBook","Arial";}

.mainPanelLocalPageNew .types .b3{background:transparent url("img/banner_small_new_3.png") 0px 0px no-repeat;min-height:305px !important;width:241px !important;padding: 0px  !important;}
/*.mainPanelLocalPageNew .types .b3 a{display:block;width:100%;height:238px;}*/
.mainPanelLocalPageNew .types .b3 a{display: block;width: 185px;height: 25px;position: absolute;bottom: 12px;left: 13px;background: url("img/btn_net.png") no-repeat;padding: 7px 0px 0px 13px;font-size: 14px;color: #FFF;font-family: "ClanProBook","Arial";}

/*text decoration : none*/
.mainPanelLocalPageNew .types .b1 a:hover,.mainPanelLocalPageNew .types .b2 a:hover,.mainPanelLocalPageNew .types .b3 a:hover{text-decoration:none;}


/* ==========================================================================
/* Firmy
   ========================================================================== */
#firm .moreServices{position:relative;float:left;}
#firm .moreServices h2{font-size:18px;font-family:"ClanProBook","Arial";font-weight:300;}

#firm .moreServices .types .type{min-height:150px;}
#firm .moreServices .types .ser1,#firm .moreServices .types .ser2{border-right:1px solid #d1d3d4;}
#firm .moreServices .types .type h3{position:relative;float:left;font-size:16px;}
#firm .moreServices .types .ser1 h3{color:#51c6eb;}
#firm .moreServices .types .ser1 h3:before{float:left;content:"";width:23px;height:21px;background:url("img/foo_icons4.png") no-repeat;background-position:0px 1px;}
#firm .moreServices .types .ser2 h3{color:#cb272f;}
#firm .moreServices .types .ser2 h3:before{float:left;content:"";width:28px;height:21px;background:url("img/foo_icons4.png") no-repeat;background-position:0px -29px;}
#firm .moreServices .types .ser3 h3{color:#f7941e;}
#firm .moreServices .types .ser3 h3:before{float:left;content:"";width:26px;height:21px;background:url("img/foo_icons4.png") no-repeat;background-position:0px -95px;}

#firm .detail h3{margin:0px 0px 15px 0px;font-size:24px;font-family:"ClanProMedium","Arial";font-weight:400;}
#firm .detail h4{float:left;width:100%;margin:10px 0px;}
#firm .detail .description{position:relative;float:left;width:688px;border-top: 1px solid #d1d3d4;padding:16px 20px 16px 20px;}

#firm .detail .description ul{float:left;margin:15px 0px 15px 20px;padding:0px;}
#firm .detail .description ul li{font-size:15px;padding:2px 0px;}
#firm .types .f1 h3,#firm .types .f2 h3,#firm .types .f3 h3{margin:13px 0px 13px 23px;font-size:24px;min-height:99px;color:#707171;font-family:"ClanProMedium","Arial";font-weight:400;}
#firm .types .f1 h3:before,#firm .types .f2 h3:before,#firm .types .f3 h3:before{content:'';float:left;width:10px;height:10px;background:url("img/net_sprite.png") -1128px -40px no-repeat;margin:9px 13px 0px -23px;}
#firm .types .f1 a,#firm .types .f2 a,#firm .types .f3 a{display:block;width:185px;height:25px;position:relative;float:left;/*position:absolute;bottom:21px;left:23px;*/background:url("img/btn_firma.png") no-repeat;margin:10px 0px 15px 0px;padding:7px 0px 0px 13px;font-size:14px;color:#fff;font-family:"ClanProBook","Arial";}
#firm .types .f1,#firm .types .f2{border-right:1px solid #d1d3d4;}
#firm .types .f1 p,#firm .types .f2 p,#firm .types .f3 p,#firm .moreTypes .f4 p,#firm .moreTypes .f5 p{position:relative;float:left;min-height:57px;margin:0px;padding:0px;font-size:14px;}

#firm .detail .itemName{position:relative;float:left;width:706px;padding:13px 0px 15px 20px;}
#firm .detail .itemName h3{margin:0px;font-size:24px;font-family:"ClanProMedium","Arial";font-weight:400;}
#firm .detail .itemName h3:before{content:'';float:left;width:10px;height:10px;background:url("img/net_sprite.png") -1128px -40px no-repeat;margin:10px 13px 0px 0px;}
#firm .detail .orderBtn{position:absolute;right:6px;top:6px;border:1px solid #94446c;padding:8px 17px;color:#ffffff;font-size:24px;font-family:"ClanProBook","Arial";background: #b35182; /* Old browsers */background: -moz-linear-gradient(top,  #b35182 0%, #9d4773 49%, #894064 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b35182), color-stop(49%,#9d4773), color-stop(100%,#894064)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #b35182 0%,#9d4773 49%,#894064 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #b35182 0%,#9d4773 49%,#894064 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #b35182 0%,#9d4773 49%,#894064 100%); /* IE10+ */background: linear-gradient(to bottom,  #b35182 0%,#9d4773 49%,#894064 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b35182', endColorstr='#894064',GradientType=0 ); /* IE6-9 */}
#firm .detail .orderBtn:after{content:'';float:right;width:10px;height:10px;background:url("img/net_sprite.png") 0px -17px no-repeat;margin:10px 0px 0px 13px;}
#firm .detail .orderBtn:hover{text-decoration:none;cursor:pointer;}

#firm .moreTypes h2{margin:0px;font-size:24px;font-family:"ClanProBook","Arial";font-weight:300;}
.lc .moreTypes{position:relative;float:left;border:1px solid #d1d3d4;width:726px;margin-top:5px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background:#ffffff;-webkit-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);}
#firm .moreTypes .f4{position:relative;float:left;width:321px;min-height:110px;padding:0px 20px 0px 21px;border-right:1px solid #d1d3d4;}
#firm .moreTypes .f5{position:relative;float:left;width:321px;min-height:110px;padding:0px 20px 0px 21px;}
#firm .moreTypes p a{color:#b24f80;font-weight:bold;}

#firm .techKontakt{position:relative;float:left;width:684px;padding:21px;margin-top:5px;background:#fff;border:1px solid #d1d3d4;font-size:14px;-webkit-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);}
#firm .techKontakt h2{margin:0px;font-size:24px;font-family:"ClanProBook","Arial";font-weight:300;}
#firm .techKontakt h2 span{font-family:"ClanProMedium","Arial";}
#firm .techKontakt p{margin:0px;}
#firm .techKontakt ul{float:left;width:100%;margin:10px 0px;padding:0px;list-style:inside;}
#firm .techKontakt a{color:#b24f80;}

#firm .moreServices .types .type ul{float:left;margin:0px;padding:0px 0px 0px 20px;}
#firm .moreServices .types .type ul li{float:left;margin:0px;}
#firm .moreServices .types .type ul li a{font-size:15px;}
#firm .moreServices .types .ser1 ul,#firm .moreServices .types .ser1 ul li a{color:#51c6eb;}
#firm .moreServices .types .ser2 ul,#firm .moreServices .types .ser2 ul li a{color:#cb272f;}
#firm .moreServices .types .ser3 ul,#firm .moreServices .types .ser3 ul li a{color:#f7941e;}

#firm .reasons .reasonsBoxes .reason h3{color:#b24f80;font-size:18px;margin:15px 0px 13px 0px;padding-left:30px;font-family:"ClanProMedium","Arial";font-weight:300;min-height:44px;line-height:22px;}
#firm .reasons .reasonsBoxes .r1{border-right:1px solid #d1d3d4;border-bottom:1px solid #d1d3d4;border-top:1px solid #ffffff;min-height:153px;}
#firm .reasons .reasonsBoxes .r2{width:199px;border-bottom:1px solid #d1d3d4;border-right:1px solid #d1d3d4;border-top:1px solid #ffffff;border-left:1px solid #ffffff;min-height:153px;}
#firm .reasons .reasonsBoxes .r3{width:199px;border-bottom:1px solid #d1d3d4;border-top:1px solid #ffffff;border-left:1px solid #ffffff;min-height:153px;}
#firm .reasons .reasonsBoxes .r1 h3:before{float:left;content:"";width:27px;height:17px;background:url("img/net_sprite.png") -1160px -33px no-repeat;margin:1px 0px 0px -33px;}
#firm .reasons .reasonsBoxes .r2 h3:before{float:left;content:"";width:27px;height:17px;background:url("img/net_sprite.png") -1227px -33px no-repeat;margin:1px 0px 0px -30px;}
#firm .reasons .reasonsBoxes .r3 h3:before{float:left;content:"";width:27px;height:17px;background:url("img/net_sprite.png") -1196px -33px no-repeat;margin:1px 0px 0px -30px;}

.page-id-573 footer,.page-id-580 footer,.page-id-583 footer,.page-id-585 footer,.page-id-638 footer,.page-id-1147 footer,.page-id-1183 footer{display:none;}
.page-id-1183 .copyrio{margin-top:20px;}

.firmBanner{position:relative;float:left;width:713px;margin:45px 0px;padding:20px 20px 20px 240px;background:#d6d7da url("img/logo.png") 45px 27px no-repeat;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;-webkit-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);}
.firmBanner p{margin:0px;/*font-family:"ClanProNews","Arial";*/}

.rc .reason{position:relative;float:left;width:171px;border:1px solid #d1d3d4;padding:15px 18px 15px 18px;margin-bottom:35px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background: #ffffff; -webkit-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);}

.bannerSite{position:relative;float:left;width:100%;background:#d6d7d9;margin-top:45px;-webkit-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);}
.bannerSite strong{position:relative;float:left;width:100%;padding:20px 20px 0px 20px;}
.bannerSite p{position:relative;float:left;margin:0px;padding:10px 20px 20px 20px;font-size:14px;line-height:20px;}
.bannerSite2{position:relative;float:left;width:100%;background:#d6d7d9;margin-top:0px;margin-bottom:45px;-webkit-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);-moz-box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);box-shadow:0px 4px 7px rgba(50, 50, 50, 0.2);}
.bannerSite2 strong{position:relative;float:left;width:100%;padding:20px 20px 0px 20px;}
.bannerSite2 p{position:relative;float:left;margin:0px;padding:10px 20px 20px 20px;font-size:14px;line-height:20px;}

/* ==========================================================================
/* Tech support
   ========================================================================== */
#tech .types{position:relative;float:left;margin-bottom:35px;border:1px solid #d1d3d4;width:726px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background:#ffffff;filter:none;}
#tech .types .type{position:relative;float:left;width:321px;min-height:218px;padding:0px 20px 20px 21px;}
#tech .types .tech1{border-right:1px solid #d1d3d4;}
#tech .types .tech1 h3,#tech .types .tech2 h3{margin:13px 0px;font-size:22px;color:#707171;font-family:"ClanProMedium","Arial";font-weight:400;}
#tech .types .tech1 h3:before,#tech .types .tech2 h3:before{content:'';float:left;width:10px;height:10px;background:url("img/net_sprite.png") 0px 0px no-repeat;margin:10px 13px 0px 0px;}
#tech .types .tech1 p,#tech .types .tech2 p{position:relative;float:left;width:100%;margin:5px 0px;padding:0px;font-size:15px;}
#tech .types .tech1 time{font-size:13px;float:left;margin-right:10px;}
#tech .types .type a.new{color:#4099B6;float:left;width:238px;}
#tech .types .type ul{float:left;width:100%;margin:5px 0px;padding:0px;list-style:none;}
#tech .types .type ul li{float:left;width:100%;font-size:13px;padding:5px 0px;border-bottom:1px solid #dddddd;}
#tech .types .type ul li:last-child{border-bottom:0px;}

.pdf{margin:-2px 0px 0px 5px;}

.bluebtn{display:block;width:185px;height:25px;position:relative;float:left;background:url("img/btn_net.png") no-repeat;color:#fff!important;padding:7px 0px 0px 13px;font-size:14px;color:#fff;font-family:"ClanProBook","Arial";}
.bluebtn:hover{text-decoration:none;}
/* ==========================================================================
/* O nas
   ========================================================================== */
#about .types{position:relative;float:left;margin-bottom:35px;border:1px solid #d1d3d4;width:726px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background: #ffffff;filter:none;}
#about .types .type{position:relative;float:left;width:321px;min-height:218px;padding:0px 20px 20px 21px;}
#about .types .ab1{border-right:1px solid #d1d3d4;}
#about .types .ab1 h3,#about .types .ab2 h3{margin:13px 0px;font-size:22px;color:#707171;font-family:"ClanProMedium","Arial";font-weight:400;}
#about .types .ab1 h3 a,#about .types .ab2 h3 a,#tech .types .type>h3>a{color:#707171;}
#about .types .ab1 h3 a:hover,#about .types .ab2 h3 a:hover,#tech .types .type>h3>a:hover{text-decoration:none;}
#about .types .ab1 p,#about .types .ab2 p{position:relative;float:left;width:100%;margin:0px 0px;padding:0px;font-size:13px;}
#about .types .ab1 time,#about .types .ab2 time{font-size:13px;float:left;margin-right:10px;}
#about .types .ab1 .bluebtn,#about .types .ab2 .bluebtn{margin:10px 0px;}
#about .types .type a.new{color:#4099B6;float:left;width:238px;}
#about .types .type ul{float:left;width:100%;margin:5px 0px;padding:0px;list-style:none;}
/*#about .types .logos{list-style:inside!important;}*/
/*#about .types .logos li{border:0px!important;}*/
#about .types .type ul li{float:left;font-size:13px;width:100%;padding:5px 0px;border-bottom:1px solid #dddddd;}
#about .types .type ul li:last-child{border-bottom:0;}
#about .types .ab1 h3:before, #about .types .ab2 h3:before{content:'';float:left;width:10px;height:10px;background:url("img/net_sprite.png") 0px 0px no-repeat;margin:10px 13px 0px 0px;}
.pressContact{margin-top:10px!important;}

.minHeight{min-height:110px;margin:0px!important;}
.page-id-1138 .left h4,.page-id-1138 .right h4{margin-top:0px;}
.page-id-1138 .detail ul{font-size:12px;}

/* ==========================================================================
/* Kontakt
   ========================================================================== */
#contact .types{position:relative;float:left;margin-bottom:35px;border:1px solid #d1d3d4;width:726px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background: #ffffff;filter:none;}
#contact .types .type{position:relative;float:left;width:321px;min-height:210px;padding:0px 20px 0px 21px;}      /* height 248 */
#contact .types .con_wide{width:100%;min-height:100px;}
#contact .types .con1{border-right:1px solid #d1d3d4;}
#contact .types .con1 h3,#contact .types .con2 h3,#contact .types .con_wide h3{margin:13px 0px;font-size:22px;color:#707171;font-family:"ClanProMedium","Arial";font-weight:400;text-align:left;border-bottom:0;}
#contact .types .con1 h3:before,#contact .types .con2 h3:before,#contact .types .con_wide h3:before{content:'';float:left;width:10px;height:10px;background:url("img/net_sprite.png") 0px 0px no-repeat;margin:10px 13px 0px 0px;}
#contact .types .con1 p,#contact .types .con2 p,#contact .types .con_wide p{position:relative;float:left;width:100%;margin:0px 0px 0px 20px;padding:0px;font-size:12px;}
#contact .types .con1 p a,#contact .types .con2 p a,#contact .types .con_wide p a{color:#4099B6;font-weight:bold;}
#contact .types .type img{float:left;}
#contact .contypes .con1,#contact .contypes .con2{min-height:150px;}
#contact .contypes .con2 img{margin:1px 10px 0px 0px;}
#contact .contypes p{line-height:20px;}
#contact .bull{color:#4099B6;margin-right:5px;}
#contact .tel{font-size:16px;font-weight:bold;}
/*#contact .partnerske_pobocky{margin-bottom:0;}*/
#contact .partnerske_pobocky p,#contact .pobocky p{width:55%!important;}
#contact .partnerske_pobocky .metropol,#contact .pobocky .metropol{position:absolute;bottom:0px;left:18px;}
#contact .partnerske_pobocky .metropol2{position:absolute;bottom:10px;left:18px;}
#contact .pobocky h3{text-align: center;border-bottom:1px solid #D1D3D4;}

#contact .types .type .close{font-weight: bold;color: #800000;display:block;}
/* ==========================================================================
/* order
   ========================================================================== */
#order .types{width:706px;padding:16px 0px 16px 20px;}
#order .types p{position:relative;float:left;width:100%;margin:0px;}
#order .types p label{position:relative;float:left;width:100%;font-size:15px;}
#order .types p input{position:relative;float:left;width:450px;margin:2px 0px 5px 0px;}

/* ==========================================================================
   AKTUALITY
   ========================================================================== */
article{float:left;width:686px;/*border-bottom:1px solid #d8d8d8;*/margin:0px 0px 0px 0px;padding:10px 20px;}
article a{color:#4099B6;}
.entry-content{font-size:14px;}
.entry-header{min-height:20px;}
.entry-title{margin:0px 0px 0px 0px;font-family:"ClanProNews","Arial";}
.single .entry-title:before{content:'';float:left;width:10px;height:10px;background:url("img/net_sprite.png") 0px 0px no-repeat;margin:10px 13px 0px 0px;}
.post p{font-size:15px!important;}

.entry-title a{color:#707171;font-size:20px;text-decoration:underline;}
.entry-meta{margin:5px 0px 0px 0px;background:none;border:none;}
.postTime{color:#4099B6;line-height:35px;font-size:12px;text-decoration:none;}
#nav-below,.nav-single{background:transparent;filter:none;width:728px;margin:10px 0px 20px 0px;}
.nav-next{float:right;font-size:14px;margin-right:20px;}
.nav-previous{float:left;width:45%;font-size:14px;margin-left:20px;}
.nav-next a,.nav-previous a{color:#707171;font-weight:bold;}

.entry-content .tablepress tr td{padding:3px 8px;}
.entry-content .types{width:684px!important;margin:0px 0px 30px 0px!important;}
.entry-content .types .type{width:300px!important;min-height:180px!important;}
.entry-content .types .type h3 img{float:right;}
.entry-content .types .speed{text-align:left!important;}
.entry-content .types .net1 .speed span{position:relative;float:left;width:108px;height:19px;background:url("img/net_sprite.png") -33px 1px no-repeat;margin:-1px 10px 0px 0px;text-indent:-9999px;text-align:left;}
.entry-content .types .net2 .speed span{position:relative;float:left;width:108px;height:19px;background:url("img/net_sprite.png") -168px 1px no-repeat;margin:-1px 10px 0px 0px;text-indent:-9999px;text-align:left;}
.entry-content .types .price{float:left;font-size:19px!important;margin-top:10px!important;width:100%;}
.entry-content .types .price strong{color:#51c6eb;}
.entry-content .types .net1 a,.entry-content .types .net2 a{position:relative;float:left;left:0px;bottom:0px;margin:10px 0px 20px 0px;color:#fff!important;}

.entry-content .orderBtn{position:relative;float:left;border:1px solid #3f96b2;padding:8px 17px;color:#ffffff;font-size:24px;font-family:"ClanProBook","Arial";background: #50c2e7; /* Old browsers */background: -moz-linear-gradient(top,  #50c2e7 0%, #47accc 50%, #3f98b4 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50c2e7), color-stop(50%,#47accc), color-stop(100%,#3f98b4)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #50c2e7 0%,#47accc 50%,#3f98b4 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #50c2e7 0%,#47accc 50%,#3f98b4 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #50c2e7 0%,#47accc 50%,#3f98b4 100%); /* IE10+ */background: linear-gradient(to bottom,  #50c2e7 0%,#47accc 50%,#3f98b4 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50c2e7', endColorstr='#3f98b4',GradientType=0 ); /* IE6-9 */}
.entry-content .orderBtn:after{content:'';float:right;width:10px;height:10px;background:url("img/net_sprite.png") 0px -17px no-repeat;margin:10px 0px 0px 13px;}
.entry-content .orderBtn:hover{text-decoration:none;cursor:pointer;}

/* ==========================================================================
   DOTAZY
   ========================================================================== */
#one .detail,#contact .detail,#tech .detail{position:relative;float:left;width:686px;padding:20px;border:1px solid #d1d3d4;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background:#ffffff;}
#one .detail div,#one .detail p,#contact .detail p,#tech .detail p{font-size:12px;}
#one .detail h2{margin:0;}
#two .detail{position:relative;float:left;width:686px;padding:20px;border:1px solid #d1d3d4;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background:#ffffff;}
#two .detail div,#two .detail p,#two .detail input{font-size:14px;}
#two .detail h3{margin: 13px 0px; font-size: 24px; color: #707171;font-family: "ClanProMedium","Arial";font-weight: 400;}
#two .detail input.orderBtnCF7,#tech .detail input.orderBtnCF7{font-size:22px !important; padding: 8px 17px;margin-top:10px;cursor: pointer;width:263px;}

.faq{font-size:12px;}
.faq h3{font-size:14px;cursor:pointer;}
.page-id-317 .faq h3{text-decoration:underline;}
.faq div{margin-bottom:10px;}
.faq div ul{margin:0;}
.redh2{font-size:16px;margin:0px;color:#cb272f;}
.page-id-317 .detail>h2{margin-top:0px;}

.redText{color:#cb272f;}

.h5link{float:left;width:100%;cursor:pointer;color:#f79624;font-size:15px;margin:20px 0px 10px 0px;}
.h5link:before{content:'';float:left;width:10px;height:10px;background:url("img/net_sprite.png") -823px -39px no-repeat;margin:3px 13px 0px 0px;}
.h5link.on:before{content:'';float:left;width:10px;height:10px;background:url("img/net_sprite.png") -838px -39px no-repeat;margin:3px 13px 0px 0px;}
.slideDown{margin:0px!important;}
.slideDown a{color:#4099B6;}

.description table{float:left;margin:10px auto;}
.description table td{font-size:15px;padding:5px;}

#nav-above{background:transparent;}

.single .detail,.archive .detail,.category .detail,.search .detail{width:728px!important;padding:0px!important;}

/* ==========================================================================
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
   ========================================================================== */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(img/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
#cboxTopLeft{width:21px; height:21px; background:url(img/controls.png) no-repeat -101px 0;}
#cboxTopRight{width:21px; height:21px; background:url(img/controls.png) no-repeat -130px 0;}
#cboxBottomLeft{width:21px; height:21px; background:url(img/controls.png) no-repeat -101px -29px;}
#cboxBottomRight{width:21px; height:21px; background:url(img/controls.png) no-repeat -130px -29px;}
#cboxMiddleLeft{width:21px; background:url(img/controls.png) left top repeat-y;}
#cboxMiddleRight{width:21px; background:url(img/controls.png) right top repeat-y;}
#cboxTopCenter{height:21px; background:url(img/border.png) 0 0 repeat-x;}
#cboxBottomCenter{height:21px; background:url(img/border.png) 0 -29px repeat-x;}
#cboxContent{background:#fff; overflow:hidden;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxLoadingOverlay{background:url(img/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(img/loading.gif) no-repeat center center;}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0; background:url(img/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:-75px -25px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(img/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxNext:hover{background-position:-50px -25px;}
#cboxClose{position:absolute; bottom:0; right:0; background:url(img/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
#cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(img/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(img/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(img/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(img/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(img/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(img/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(img/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(img/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hide{display:none;}

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.wpcf7 select{position:relative;float:left;width:171px;height:30px;/*width:264px;height:34px;line-height:30px;*/color:#707171;font-size:12px;padding:6px 12px;border:1px solid #d1d3d4;margin:0px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.wpcf7 select option{padding:2px 0px;}
#wpcf7-f344-t1-o1 select{width:171px;}
#wpcf7-f3389-p3380-o1 select{width:auto;}

.detail form input{position:relative;float:left;width:250px;height:30px;line-height:30px;color:#707171;font-size:12px;padding-left:12px;border:1px solid #d1d3d4;margin:0px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}
.detail form input[type="radio"]{position:relative;float:left;width:15px;height:30px;line-height:30px;color:#707171;font-size:12px;padding-left:12px;border:1px solid #d1d3d4;margin:0px;border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;}

.detail form p{float:left;width:100%;margin:4px 0px;}

.detail form label{float:left;line-height:30px;width:120px;}

#ulice{margin-right:30px!important;}
label[for="ulicaNum"],#ulicaNum{width:50px!important;}
label[for="cenaDPH"],label[for="cenaSpoluDPH"]{margin-left:30px!important;}
.detail form input[name="cena"],.detail form input[name="cenaSpolu"]{background-color: #f8f8f8;}
#note{width:403px;border:1px solid #d1d3d4;}
/*#wpcf7-f348-p345-o1 input[type="submit"]{margin-left:120px;width:199px;height:33px;background:url("img/btn_net.png") no-repeat;padding:7px 0px 0px 13px;font-size:14px;color:#fff;cursor:pointer;} */
#wpcf7-f348-p345-o1 .orderBtn,#wpcf7-f420-p417-o1 .orderBtn,#wpcf7-f1185-p1183-o1 .orderBtn,#wpcf7-f1827-p1828-o1 .orderBtn,
#wpcf7-f1914-p1927-o1 .orderBtn,#wpcf7-f2005-p2002-o1 .orderBtn,#wpcf7-f2024-p2026-o1 .orderBtn,#wpcf7-f2531-p2534-o1 .orderBtn,
#wpcf7-f2532-p2537-o1 .orderBtn,#wpcf7-f2445-p2455-o1 .orderBtn,#wpcf7-f2701-p2704-o1 .orderBtn,#wpcf7-f2730-p2732-o1 .orderBtn,
#wpcf7-f3362-p1828-o1 .orderBtn,#wpcf7-f3389-p3380-o1 .orderBtn
{margin-left:120px;height:auto;border:1px solid #3f96b2;padding:8px 17px;color:#ffffff;font-size:20px;font-family:"ClanProBook","Arial";background: #50c2e7; /* Old browsers */background: -moz-linear-gradient(top,  #50c2e7 0%, #47accc 50%, #3f98b4 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50c2e7), color-stop(50%,#47accc), color-stop(100%,#3f98b4)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #50c2e7 0%,#47accc 50%,#3f98b4 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #50c2e7 0%,#47accc 50%,#3f98b4 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #50c2e7 0%,#47accc 50%,#3f98b4 100%); /* IE10+ */background: linear-gradient(to bottom,  #50c2e7 0%,#47accc 50%,#3f98b4 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50c2e7', endColorstr='#3f98b4',GradientType=0 ); /* IE6-9 */}

#wpcf7-f590-p587-o1 .orderBtn{margin:0px 0px 20px 120px;height:auto;border:1px solid #3f96b2;padding:8px 17px;color:#ffffff;font-size:20px;font-family:"ClanProBook","Arial";background: #50c2e7; /* Old browsers */background: -moz-linear-gradient(top,  #50c2e7 0%, #47accc 50%, #3f98b4 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50c2e7), color-stop(50%,#47accc), color-stop(100%,#3f98b4)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #50c2e7 0%,#47accc 50%,#3f98b4 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #50c2e7 0%,#47accc 50%,#3f98b4 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #50c2e7 0%,#47accc 50%,#3f98b4 100%); /* IE10+ */background: linear-gradient(to bottom,  #50c2e7 0%,#47accc 50%,#3f98b4 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50c2e7', endColorstr='#3f98b4',GradientType=0 ); /* IE6-9 */}

#wpcf7-f348-p345-o1 .orderBtn:hover,#wpcf7-f420-p417-o1 .orderBtn:hover,#wpcf7-f1827-p1828-o1 .orderBtn:hover,#wpcf7-f1914-p1927-o1 .orderBtn:hover,
#wpcf7-f590-p587-o1 .orderBtn:hover,#wpcf7-f1185-p1183-o1 .orderBtn:hover,#wpcf7-f2005-p2002-o1 .orderBtn:hover,#wpcf7-f2024-p2026-o1 .orderBtn:hover{text-decoration:none;cursor:pointer;}

#wpcf7-f348-p345-o1 .produkt,#wpcf7-f348-p345-o1 .mesto,#wpcf7-f590-p587-o1 .predmet,
#wpcf7-f1185-p1183-o1 .mesto,#wpcf7-f1185-p1183-o1 .produkt{float:left;}

.speed10,.speed25{display:none;}
.page-id-2000 .bonus{display:none;}

/*#wpcf7-f590-p587-o1{padding:20px;}*/

.sbHolder{
    background-color: #fff;
    border: solid 1px #d1d3d4;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    position: relative;
    width: 262px;
}
.sbHolder:focus .sbSelector{

}
.sbSelector{
    display: block;
    height: 30px;
    left: 0;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 230px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    color: #707171;
    outline: none;
    text-decoration: none;
}
.sbToggle{
    background: url(../img/select-icons.png) 0 -116px no-repeat;
    display: block;
    height: 30px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
.sbToggle:hover{
    background: url(../img/select-icons.png) 0 -167px no-repeat;
}
.sbToggleOpen{
    background: url(../img/select-icons.png) 0 -16px no-repeat;
}
.sbToggleOpen:hover{
    background: url(../img/select-icons.png) 0 -66px no-repeat;
}
.sbHolderDisabled{
    background-color: #3C3C3C;
    border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{

}
.sbHolderDisabled .sbToggle{

}
.sbOptions{
    background-color: #fff;
    border: solid 1px #d1d3d4;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 262px;
    z-index: 1;
    overflow-y: auto;
}
.sbOptions li{
    padding: 0 7px;
}
.sbOptions a{
    border-bottom: solid 1px #d1d3d4;
    display: block;
    outline: none;
    padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
    color: #707171;
    text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
    color: #EBB52D;
}
.sbOptions li.last a{
    border-bottom: none;
}
.sbOptions .sbDisabled{
    border-bottom: solid 1px #d1d3d4;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
    border-bottom: solid 1px #d1d3d4;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
    padding-left: 17px;
}

.slogan_box .line{
    width: 100%;
    background-color: #eee;
    margin:20px 0;
    padding:5px;
    font-weight: bold;
}
.slogan_box span.wpcf7-form-control-wrap{
    display: inline-block;
    vertical-align: middle;
    padding:0 10px;
    float: right;
}
.slogan_box #slogans span.wpcf7-form-control-wrap{
    display: inline-block;
    vertical-align: middle;
    padding:0 10px;
    float: none;
}
.slogan_box span.wpcf7-form-control-wrap input{
    height: 20px;
    width:150px;
    display: inline-block;
}
.slogan_box input.wpcf7-submit{
    padding:15px 0 45px;
    background-color: #333;
    color:#fff;
    font-size: 16px;
}
.slogan_box table{
    width: 100%;
    margin-top:30px;
}
.slogan_box table thead td{
    text-align: center;
    font-weight: bold;
}
.slogan_box table td{
    font-weight: bold;
}
.slogan_box table tr.hide{
    display: none;
}
.slogan_box  div{
    display: block;
    width: 100%;
    margin: 10px;
}
.slogan_box #slogans input{
    width:500px;
}

.ok {
    background: #F1F9E0 url('images/ico-ok.gif') 10px 10px no-repeat !important;
    border: 1px dotted #73AD24;
    padding: 10px 10px 10px 57px !important;
    min-height: 38px;
    width: 88% !important;
}
.ok strong, .ok a {
    color: #73AD24;
}

#tooltip{
    display:none;
    position: absolute;
    top: 75px;
    margin: 0 auto;
    background-color: #fff;
    border: thin solid #D1D3D4;
    border-radius: 5px;
    -webkit-box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.2);
    width: 120px;
    height: 30px;    
}
.fb-like{
  position:relative;
  top:50px;
  margin-bottom:0px;
  float:left;
}
.fb-like-center{
  position:relative;
  top:50px;
  margin-bottom:50px;
  float:left;
}

.orderBtnCF7{
width: auto !important;
height: auto !important;
border: 1px solid #3f96b2;
padding: 8px 17px;
color: #ffffff !important;
font-size: 24px !important;
font-family: "ClanProBook","Arial";
background: #50c2e7;
background: -moz-linear-gradient(top, #50c2e7 0%, #47accc 50%, #3f98b4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#50c2e7), color-stop(50%,#47accc), color-stop(100%,#3f98b4));
background: -webkit-linear-gradient(top, #50c2e7 0%,#47accc 50%,#3f98b4 100%);
background: -o-linear-gradient(top, #50c2e7 0%,#47accc 50%,#3f98b4 100%);
background: -ms-linear-gradient(top, #50c2e7 0%,#47accc 50%,#3f98b4 100%);
background: linear-gradient(to bottom, #50c2e7 0%,#47accc 50%,#3f98b4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50c2e7', endColorstr='#3f98b4',GradientType=0 );
}

.wpcf7-mail-sent-ok{
display: block;
margin: 0 auto;
float: none;
width: auto;
text-align: center;
font-size: 22px !important;
padding: 8px 17px;
}