
* {
	margin: 0;
	padding: 0;
	font: normal 15px/21px Helvetica, Arial, sans-serif;
	color: #6C6D6F;
}

section, article, header, footer, nav, aside, address {
	display: block;
}

body {}

.overflow {
	overflow: hidden;
}

h1, h1 *, .h1, .h1 * {
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 23px;
	font-weight: lighter;
}

h2, h2 *, .h2, .h2 * {
	font-size: 28px;
	line-height: 32px;
	font-weight: normal;
	margin-bottom: 23px;
}

h3, h3 *, .h3, .h3 * {
	font-size: 21px;
	line-height: 21px;
	font-weight: normal;
	/* border-left: 3px solid #1D9300; */
	margin-bottom: 18px;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.centered,
.centered * {
    text-align: center;
}

.lefted {
	text-align: left;
}

.righted {
	text-align: right;
}

.vcentered {
	vertical-align: middle;
	margin-top: -5px;
}

.vtop {
  vertical-align:top;
}

.bottommpadded,
.bottompadded {
	margin-bottom: 21px !important;
}

.leftpadded {
	padding-left: 38px;
}

.twocols {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  
  -webkit-column-gap: 58px; /* Chrome, Safari, Opera */
  -moz-column-gap: 58px; /* Firefox */
  column-gap: 58px;
}

img {
	border: none;
}

input.f, select, textarea {
    border: 1px solid #777;
    border-radius: 3px;
    font-size: 16px;
    padding: 5px 8px
}

input.povinne, select.povinne, textarea.povinne {
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAXEQAAFxEByibzPwAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTEvMjgvMTI8YceoAAAAp0lEQVQoka2QWw2EMBBFL5v9Lw4WB+AACUhAAlLACTgAB+CgOKiEsx+TpjySTUj2/jQzPWemaQagB3k9gf8k5LmUZdK2/RCmSVoW6xRFOvddGoazQQjgHEjQ99A0Vs9z6s8zMSZ0HXw+dulcAp2DtoV1PQgx3kNZGijZgHHkGt3AsjQ4brmItiEC6wp1bWAIaZD3F8F7A6J8hA7vB3ifvlKSqupeH/IFjHPpBLpNhXwAAAAASUVORK5CYII=) top right no-repeat
}

strong, .strong {
	font-weight: bold;
}

.red {
	color: #FF2835 !important;
}

.green {
	color: #1D9300 !important;
}

.blue {
	color: #314795 !important;
}

.black {
	color: #222 !important;
}

.gray {
	color: #B9B9B9 !important;
}

.orange {
    color: #F2592A !important;
}

.skrtnute {
	text-decoration: line-through;
}

a, a:link, a:visited {
    color: #EC1B23;
}

a:hover {
    color: #870013;
}

a:active {
    color: #acacac;
}

small, .smaller {
	font-size: 13px;
}

.bigger {
	font-size: 21px;
	line-height: 27px;
}

.rightmargined {
	margin-right: 18px !important;
}

.leftmargined {
	margin-left: 18px !important;
}

.rightpadded {
	padding-right: 28px !important;
}

ul, ol {
	margin: 0 0 12px 20px;
	padding: 0;
}

ul li {
	list-style: circle;
	list-style-type: circle;
	margin: 0 0 5px 20px;
	padding: 0;
}

header {
  padding: 0 0 30px 0;
}

header h1 {
  margin: 0;
	padding: 70px 0 70px 0;
}

header h1 a {
  display: block;
  width: 290px;
  height: 73px;
  margin: 0 auto;
  background: url(/images/sprites5.png) -1px -1px no-repeat;
  background-image: url('https://img.ssls.cz/ca-alpirossl-st.svg');
  background-size: 290px 73px;
}

header h1 a span {
  display: none;
}

header nav {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}

header nav .mobile {
  display: none;
}

header nav ul {
  overflow: hidden;
  background: #6C6D6F;
  margin: 0;
  padding: 0;
}

header nav ul li {
  list-style: none;
  float: left;
  border-right: 1px solid #fff;
  margin: 0;
  padding: 0;
}

header nav ul li a,
header nav ul li a:visited {
  display: block;
  padding: 0 18px;
  font-size: 16px;
  line-height: 48px;
  height: 48px;
  text-decoration: none;
  color: #fff !important;
}

header nav ul li a:hover,
header nav ul li a:active,
header nav ul li a.active {
  background: #EC1B23;
}

header nav ul li a span#menu-logo {
  display: block;
  width: 24px;
  height: 48px;
  background: url(/images/sprites5.png) -292px 9px no-repeat;
}

.tbl {
  display: table;
  width: 100%;
}

.tbl-row {
  display: table-row;
}

.tbl-cell {
  display: table-cell;
  padding: 0 15px;
}

.cw25 {
  width: 25%;
}

table {
	width: 100%;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	margin: 0 0 12px 0;
	padding: 5px;
	border-spacing: 0;
	background: #fff;
}

table thead tr th {
	background: #6C6D6F;
	color: #fff;
	font-weight: normal;
	font-size: 17px;
	padding: 8px 0;
}

table tbody tr td {
	padding: 8px 5px;
}

table tbody tr:nth-child(even) td {
	background: #e9e9e9;
}

table.srovnani {
  margin-top: 20px;
}

table.srovnani thead tr th {
  width: 160px;
}

table.srovnani thead tr th:first-child {
  width: auto;
}

table.srovnani thead tr th span {
  display: block;
  font-weight: bold;
  color: #fff;
}

table.srovnani tbody tr td {
  text-align: center;
}

table.srovnani tbody tr td:first-child {
  text-align: left;
}

table.srovnani tbody tr:hover td {
	background: #e7f9de;
}

table.srovnani tbody tr:nth-child(even):hover td {
	background: #d7fcc6;
}

table.noformat {
    border: none !important;
    background: none !important;
    padding: 0 !important
}

table.noformat td {
    background: none !important;
    padding: 0 0 2px !important
}

.button,
.button:visited {
	padding: 5px 12px;
  background: #EC1B23 /* RED */;
	color: #fff !important;
	text-decoration: none !important;
	border: none;
	border-radius: 2px;
	font-size: 15px;
}

.button:hover,
.button:active {
  background: #A71529 /* DARK RED */;
	color: #fff !important;
	text-decoration: none;
	cursor: pointer;
}

section {
  width: 980px;
  overflow: hidden;
	margin: 0 auto 30px auto;
}

section.graybg {
  width: 920px;
	background: #ECECEC;
	padding: 40px 30px;
}

section.whitebg {
  padding: 20px 0;
}

section article {
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}

section p {
	margin: 0;
	padding: 0 0 8px 0;
	text-align: justify;
}

section.buy .tbl h2 {
  padding: 0;
  margin: 0 0 15px 0;
}

section.buy .tbl h2 strong {
  display: block;
  font-weight: normal;
  font-size: 21px;
  line-height: 21px;
  padding: 5px 0 0 0;
}

section.buy .tbl h2 em {
  display: block;
  font-size: 15px;
  line-height: 15px;
  font-style: normal;
  font-weight: bold;
  color: #EC1B23;
  padding: 3px 0 0 0;
}

section.buy .tbl h2.premium em {
  color: #B28500;
}

section.buy .tbl h2 span {
  display: block;
  width: 42px;
  height: 48px;
  background: url(/images/sprites5.png) -317px -1px no-repeat;
  float: left;
  margin: 0 15px 0 0;
}

section.buy .tbl h2.premium span {
  background: url(/images/sprites5.png) -360px -1px no-repeat;
}

section.buy .tbl ul {
  padding: 0;
  margin: 0;
  height: 98px;
}

section.buy .tbl ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

section.buy .tbl .buy-button,
section.buy .tbl .buy-section {
  overflow: hidden;
  padding: 7px 0 7px 0;
}

section.buy .tbl .buy-section a,
section.buy .tbl .buy-section a:visited {
  display: inline-block;
  background: #6C6D6F;
  color: #fff;
  text-decoration: none;
  padding: 5px 18px 5px 18px;
}

section.buy .tbl .buy-button a,
section.buy .tbl .buy-button a:visited {
  display: inline-block;
  background: #6C6D6F url(/images/sprites5.png) -595px -22px no-repeat;
  color: #fff;
  text-decoration: none;
  padding: 5px 18px 5px 50px;
}

section.buy .tbl .buy-button a:hover,
section.buy .tbl .buy-button a:active,
section.buy .tbl .buy-section a:hover,
section.buy .tbl .buy-section a:active {
  background-color: #EC1B23;
}

section.buy .tbl .price {
  font-weight: lighter;
}

section.buy .tbl .price em {
  font-style: normal;
  font-weight: bold;
  color: #EC1B23;
}

section.buy .tbl .price span {
  display: block;
  font-size: 11px;
  line-height: 11px;
  color: #aaa;
}

.compare-link {
  margin: 30px 0 0 0;
  padding: 8px 0;
  text-align: center;
  /* background: #ECECEC; */
  border-top: 1px dotted #ccc;
}

.leftarticle,
.rightarticle {
	width: 475px;
	float: left;
}

.rightarticle {
	float: right;
}

footer {
	background: #6C6D6F;
	border-top: 8px solid #EC1B23;
  width: 940px;
  margin: 0 auto;
  padding: 40px 20px;
  overflow: hidden;
}

footer * {
	color: #fff;
}

footer nav {
	text-align: center;
}

footer nav a,
footer nav a:visited {
  display: inline-block;
  padding: 0 8px;
  color: #fff !important;
  font-size: 13px;
  border-right: 1px solid #A3A3A3;
}

footer nav a:last-child {
  border-right: none !important;
}

footer nav a:hover,
footer nav a:active,
footer nav a.active {
  text-decoration: none;
}

footer .copyrights {
  margin: 38px 0 0 0;
  text-align: center;
  font-size: 12px;
}

ul.niked li {
	margin: 0;
	padding: 0 0 11px 23px;
	list-style: none;
	background: url(https://img.ssls.cz/yes.png) left 4px no-repeat;
  background-image: url(https://img.ssls.cz/yes.svg);
  background-size: 18px 14px;
}

ul.arrowed li {
    list-style: none;
    background: transparent url(https://img.ssls.cz/bullet-arrow-green-small.png) left 7px no-repeat;
    margin: 0 0 0 5px;
    padding: 3px 0 3px 20px
}

.nomargin {
	margin: 0 !important;
}

.nopadding {
	padding: 0 !important;
}

.highlight {
	background: #ffe583;
	display: inline-block;
	border-radius: 5px;
	padding: 0 3px;
}

.floatcontent {
  width: 810px !important;
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.floatcontent .contents {
  overflow: hidden;
}

.floatcontent .image {
  display: block;
}

.imgleft .image {
  float: left;
  margin: 0 46px 0 0;
}

.imgright .image {
  float: right;
  margin: 0 0 0 46px;
}

/* IMAGES : */

.ubiquity {
  width: 635px;
  height: 65px;
  margin: 0 auto 20px auto;
  background: url(/images/sprites5.png) -1px -75px no-repeat;
}

.rootca {
  width: 569px;
  height: 125px;
  margin: 0 auto 20px auto;
  background: url(/images/sprites5.png) -1px -426px no-repeat;
}

#trust_chain {
  width: 388px;
  height: 154px;
  margin: 12px auto 20px auto;
}

.feature-expres {
  display: block;
  margin: 0 auto 15px auto;
  width: 113px;
  height: 113px;
  background: url(/images/sprites5.png) -1px -313px no-repeat;
}

.feature-mobile {
  display: block;
  margin: 0 auto 15px auto;
  width: 76px;
  height: 113px;
  background: url(/images/sprites5.png) -115px -313px no-repeat;
}

.feature-wildcard {
  display: block;
  margin: 0 auto 15px auto;
  width: 78px;
  height: 113px;
  background: url(/images/sprites5.png) -193px -313px no-repeat;
}

.feature-easyinstall {
  display: block;
  margin: 0 auto 15px auto;
  width: 118px;
  height: 113px;
  background: url(/images/sprites5.png) -272px -313px no-repeat;
}

.www-non-www {
  width: 165px;
  height: 142px;
  background: url(/images/sprites5.png) -172px -141px no-repeat;
}

.zaruka30 {
  width: 170px;
  height: 170px;
  background: url(/images/sprites5.png) -1px -141px no-repeat;
}

.modernsecurity {
  width: 125px;
  height: 143px;
  background: url(/images/sprites5.png) -338px -141px no-repeat;
}

.freereissue {
  width: 171px;
  height: 171px;
  background: url(/images/sprites5.png) -464px -141px no-repeat;
}

.footer-logo {
  width: 156px;
  height: 39px;
  background: url(/images/sprites5.png) -391px -312px no-repeat;
  margin: 0 auto 20px auto;
}

pre {
  font-family: courier;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  background: #fefefe;
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: 8px;
  overflow-x: scroll !important;
}

/* Messenger : */
#msgr{width:180px;height:38px;z-index:49999;position:fixed;right:28px;bottom:0}#msgr #msgr_chatbutton,#msgr #msgr_header{display:block;height:38px;text-decoration:none;background:#FF2835 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAASCAYAAACuLnWgAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAXEQAAFxEByibzPwAAABV0RVh0Q3JlYXRpb24gVGltZQAxLzE2LzE0uWWqygAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAC4SURBVDiN1ZThCYMwEIXfSQdwhHaTjBA36AjdrI7QERzBTvL8cwlHOSMNZ6EPBAPx+/LEEwBAMpNcGZOVZIaGZBWckWwltsFMMqEjJJM+XxtZSRX0wB2ZFY2fkq4GjiQVoK4hZSEiYjZyD2L3NUSVSRKXXtA3cSWtJntpHex/mhwd6idNhkjYoSRqTtxET7wyF2XeQ/9dRpAM81UmPgN4xnRwcxtEZAYwAXifJHmEfqr6qq96lftxA/nGdK9DssLrAAAAAElFTkSuQmCC) 15px 11px no-repeat;border-radius:5px 5px 0 0}#msgr #msgr_chatbutton span,#msgr #msgr_header span{display:block;color:#fff;text-shadow:none;padding:12px 0 0 52px;font-size:16px}#msgr #msgr_header em{font-style:normal;display:block;float:right;text-shadow:none;color:#fff;padding:12px;cursor:pointer}#msgr #msgr_form{display:none}.msgr_opened{width:310px !important;height:305px !important;background:#ddd;border-radius:5px 5px 0 0}#msgr_form_container_contents{padding:12px}#msgr_i_name,#msgr_i_email{width:120px}#msgr_i_name{margin-right:10px}#msgr_i_text{width:268px;height:70px;margin:5px 0}#msgr_notice{line-height:16px;margin:0;padding:7px 12px;background:#FFFFBF;border-bottom:1px solid #aaa;color:#222}.msgr_mustfill{border:1px solid #e40000 !important;background:#ffe3e3 !important}#msgr_sending{display:none;float:left;margin-top:6px}#msgr_b_send{display:inline-block}
