/**********************************************************************


    HTML ELEMENTS


**********************************************************************/

body {
	margin: 0;
	padding: 0;
	color: #414141;
    font: 85% Arial, Tahoma, Helvetica, sans-serif;
	/**color: #000000; */
}

/**********************************************************************


    BLOCK ELEMENTS


**********************************************************************/

h1, h2, h3 {
	margin: 1em 0 0.2em 0;
	font-weight: bold;
	color: #ea030a;
}

h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 105%;
}
h5 {
	font-size: 100%;
}
p {
	margin-bottom: 1em;
}
ul {
	margin-bottom: 1.2em;
}
ul ul {
	margin: 0.3em 0 0;
}
ul li {
	/**margin: 0 0 0.3em 0;**/
	padding-left: 15px;
}
ol {
	margin-bottom: 1.2em;
	list-style: decimal;
}
ol ol {
	margin: 0.3em 0 0;
}
ol li {
	margin: 0 0 0.3em 3.2em;
}
dl {
	margin: 0 0 1.2em;
}
dt {
	font-size: 117%;
	font-weight: bold;
}
dd {
	margin: 0 0 0.5em;
}
blockquote {
  border: 1px solid #f3f3f3;
  padding: 1em 1em 0;
  background: #f8f8f8;
}
blockquote p {
	margin-bottom: 1em;
}
address {
	margin-bottom: 0.8em;
	font-style: normal;
}
table {
	margin-bottom: 1em;
}
caption {
	padding: 1em 0 0.2em 0;
	font-size: 117%;
	font-weight: bold;
	color: #ea030a;
}
caption.forBlind {
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
/** TO COMMON_HOMEPAGE.css
th {
    border: 0;
    padding: 10px 30px;
    font-size: 140%;
    font-weight: 900;
    background: #e5e2e2;
}
td {
	border: 0;
	padding: 14px 30px;
    font-weight: 600;
}
.odd td {
    background: #ffffff;
}
.even td {
    background: #f5f5f5;
}

hr {
  height: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #e3e3e3;
}
**/


/**********************************************************************


    INLINE ELEMENTS


**********************************************************************/
/**
a, a:link, a:visited {
	text-decoration: underline;
	color: #ea030a;
	cursor: pointer;
}
/**
a:visited {
	text-decoration: underline;
	color: #606060;
}
*/
/**
a:hover, a:focus, a:active {
	text-decoration: none;
	color: #000000;
}
**/
/*
h3 a, h3 a:link, h4 a, h4 a:link, h5 a, h5 a:link, h6 a, h6 a:link, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color: #000000;
}
h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color: #606060;
}
h3 a:hover, h3 a:focus, h3 a:active, h4 a:hover, h4 a:focus, h4 a:active, h5 a:hover, h5 a:focus, h5 a:active, h6 a:hover, h6 a:focus, h6 a:active {
	color: #000000;
}
*/
small {
	font-size: 85%;
}
sup, sub {
	font-size: 85%;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
strong {
	font-weight: 700;
	font-size: 100% !important;
}
em {
	font-style: italic;
}
ins {
 	text-decoration: none;
}


/**********************************************************************


    CHOSEN SELECT


**********************************************************************/
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close,
.chosen-rtl .chosen-search input[type="text"] {
    background-image: url('../../images/homepage/bg-chosen-sprite.png');
}
.chosen-container {
    font-size: 100%;
}
.chosen-container-single .chosen-single {
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding: 9px 10px 12px 12px;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    -o-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.16 );
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.16 );
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.16 );
    -ms-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.16 );
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.16 );
}
.chosen-container-single .chosen-single div {
    width: 19px;
    border-left: 1px solid #e9e9e9;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    border: 0;
}
.chosen-container-single .chosen-single div b {
    background: #e0e0e0 url('../../images/homepage/bg-select.png') 50% 50% no-repeat;
    background-image: url('../../images/homepage/bg-select.png'), -o-linear-gradient(bottom, #e0e0e0 0%, #ffffff 100%);
    background-image: url('../../images/homepage/bg-select.png'), -moz-linear-gradient(bottom, #e0e0e0 0%, #ffffff 100%);
    background-image: url('../../images/homepage/bg-select.png'), -webkit-linear-gradient(bottom, #e0e0e0 0%, #ffffff 100%);
    background-image: url('../../images/homepage/bg-select.png'), -ms-linear-gradient(bottom, #e0e0e0 0%, #ffffff 100%);
    background-image: url('../../images/homepage/bg-select.png'), -webkit-gradient( linear, left bottom, left top, color-stop(0, #e0e0e0), color-stop(1, #ffffff) );
    background-image: url('../../images/homepage/bg-select.png'), linear-gradient(bottom, #e0e0e0 0%, #ffffff 100%);
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
    background: 0;
}
.chosen-container-single .chosen-drop {
    -o-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -o-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.16 );
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.16 );
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.16 );
    -ms-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.16 );
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.16 );
}
.chosen-container-single .chosen-search input[type="text"] {
    padding: 7px;
    background-position: 100% -34px;
}
.chosen-container .chosen-results {
    font-size: 110%;
}
.chosen-container .chosen-results li.highlighted {
    background: #ea030a;
    background: #ea030a -o-linear-gradient(bottom, #de0105 0%, #f5050f 100%);
    background: #ea030a -moz-linear-gradient(bottom, #de0105 0%, #f5050f 100%);
    background: #ea030a -webkit-linear-gradient(bottom, #de0105 0%, #f5050f 100%);
    background: #ea030a -ms-linear-gradient(bottom, #de0105 0%, #f5050f 100%);
    background: #ea030a -webkit-gradient( linear, left bottom, left top, color-stop(0, #de0105), color-stop(1, #f5050f) );
    background: #ea030a linear-gradient(bottom, #de0105 0%, #f5050f 100%);
}

/**********************************************************************


    BUTTON


**********************************************************************/
button, .button,
button .innerA, .button .innerA,
button .innerB, .button .innerB,
button .innerB:before, .button .innerB:before {
    display: inline-block;
    background: url('https://gui.active24.cz/img/bg-button.png') no-repeat;
}

button, .button {
    height: 48px;
    margin: 0;
    border: 0;
    padding: 0 23px 0 0;
    overflow: visible;
    text-align: left;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    font: 600 125%/1 'titillium', Arial, Tahoma, Helvetica, sans-serif;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.26 );
    color: #ffffff;
    background-position: 100% 0;
    outline: 0;
    cursor: pointer;
}
button .innerA, .button .innerA {
    padding: 0 0 0 23px;
    vertical-align: top;
    background-position: 0 0;
}
button .innerB, .button .innerB {
    position: relative;
    height: 45px;
    line-height: 44px;
    margin: 0 0 3px;
    padding: 0 5px;
    vertical-align: top;
    background-color: #a8c60d;
    background-position: -50px 0;
}
button:hover, .button:hover {
    text-shadow: 1px 1px rgba(0, 0, 0, 0.46 );
    color: #ffffff;
    background-position: 100% -300px;
}
button:hover .innerA, .button:hover .innerA {
    background-position: 0 -300px;
}
button:hover .innerB, .button:hover .innerB {
    background-color: #e01124;
    background-position: -50px -300px;
}

button .innerB:before, .button .innerB:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 26px;
    height: 26px;
    margin: auto;
    background-position: -100% -100%;
}

a.button {
    color: #ffffff;
}
a.button * {
    text-decoration: none;
}
a:hover.button * {
    text-decoration: none;
}

/* mini button */
button.mini, .button.mini {
    height: 33px;
    padding: 0 18px 0 0;
    font-size: 100%;
    font-weight: 400;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.46 );
    background-position: 100% -400px;
}
button.mini .innerA, .button.mini .innerA {
    padding: 0 0 0 18px;
    background-position: 0 -400px;
}
button.mini .innerB, .button.mini .innerB {
    height: 30px;
    line-height: 30px;
    padding: 0 3px;
    background-position: -50px -400px;
}
button.mini:hover, .button.mini:hover {
    background-position: 100% -700px;
}
button.mini:hover .innerA, .button.mini:hover .innerA {
    background-position: 0 -700px;
}
button.mini:hover .innerB, .button.mini:hover .innerB {
    background-position: -50px -700px;
}

/* buttonA */
.buttonA, a.buttonA {
    text-decoration: underline;
    text-shadow: none;
    color: #ea030a;
}
.buttonA *, a.buttonA * {
    text-decoration: underline;
}
.buttonA {
    background-position: 100% -100px;
}
.buttonA .innerA {
    background-position: 0 -100px;
}
.buttonA .innerB {
    background-color: #ffffff;
    background-position: -50px -100px;
}
/*
.buttonA:hover {
    background-position: 100% -400px;
}
.buttonA:hover .innerA {
    background-position: 0 -400px;
}
.buttonA:hover .innerB {
    background-position: -50px -400px;
}
*/
/* mini buttonA */
.buttonA.mini {
    background-position: 100% -500px;
}
.buttonA.mini .innerA {
    background-position: 0 -500px;
}
.buttonA.mini .innerB {
    background-position: -50px -500px;
}
/*
.buttonA.mini:hover {
    background-position: 100% -700px;
}
.buttonA.mini:hover .innerA {
    background-position: 0 -700px;
}
.buttonA.mini:hover .innerB {
    background-position: -50px -700px;
}
*/

/* buttonB */
.buttonB {
    background-position: 100% -300px;
}
.buttonB .innerA {
    background-position: 0 -300px;
}
.buttonB .innerB {
    background-color: #e01124;
    background-position: -50px -300px;
}
.buttonB:hover {
    background-position: 100% -200px;
}
.buttonB:hover .innerA {
    background-position: 0 -200px;
}
.buttonB:hover .innerB {
    background-color: #414141;
    background-position: -50px -200px;
}
/* mini buttonB */
.buttonB.mini {
    background-position: 100% -700px;
}
.buttonB.mini .innerA {
    background-position: 0 -700px;
}
.buttonB.mini .innerB {
    background-position: -50px -700px;
}
.buttonB.mini:hover {
    background-position: 100% -600px;
}
.buttonB.mini:hover .innerA {
    background-position: 0 -600px;
}
.buttonB.mini:hover .innerB {
    background-position: -50px -600px;
}

/* typeA */
.typeA .innerB {
    padding-right: 30px;
}
.typeA.mini .innerB {
    padding-right: 28px;
}
.typeA .innerB:before {
    background-position: -700px 0;
}
.buttonA.typeA .innerB:before {
    background-position: -700px -60px;
}
.buttonB.typeA .innerB:before {
    background-position: -700px -30px;
}
.typeA:hover .innerB:before {
    background-position: -700px -30px;
}

/* typeB */
.typeB .innerB {
    padding-left: 18px;
}
.typeB.mini .innerB {
    padding-left: 15px;
}
.typeB .innerB:before {
    right: auto;
    left: -5px;
    background-position: -700px -90px;
}
.buttonA.typeB .innerB:before {
    background-position: -700px -150px;
}
.buttonB.typeB .innerB:before {
    background-position: -700px -120px;
}
.typeB:hover .innerB:before {
    background-position: -700px -120px;
}

/* typeC */
.typeC .innerB {
    padding-right: 32px;
}
.typeC.mini .innerB {
    padding-right: 29px;
}
.typeC .innerB:before {
    background-position: -700px -393px
}
.buttonA.typeC .innerB:before {
    background-position: -700px -479px;
}
.buttonB.typeC .innerB:before {
    background-position: -700px -436px;
}
.typeC:hover .innerB:before {
    background-position: -700px -436px;
}

/* typeD */
.typeD .innerB {
    padding-right: 30px;
}
.typeD.mini .innerB {
    padding-right: 28px;
}
.typeD .innerB:before {
    background-position: -700px -180px;
}
.buttonA.typeD .innerB:before {
    background-position: -700px -240px;
}
.buttonB.typeD .innerB:before {
    background-position: -700px -210px;
}
.typeD:hover .innerB:before {
    background-position: -700px -210px;
}

/* typeE */
.typeE .innerB {
    padding-right: 30px;
}
.typeE.mini .innerB {
    padding-right: 28px;
}
.typeE .innerB:before {
    background-position: -705px -360px;
}
.buttonA.typeE .innerB:before {
    background-position: -705px -150px;
}
.buttonB.typeE .innerB:before {
    background-position: -705px -360px;
}
.typeE:hover .innerB:before {
    background-position: -705x -120px;
}


/**********************************************************************


    SIMPLY STYLED FORM


**********************************************************************/

form .duly {
  color: #e00000;
  font-weight: normal;
}
form .dulyInfo {
  text-align: right;
	font-size: 80%;
}
#content form .dulyInfo {
  position: absolute;
  right: 20px;
  top: 17px;
  margin: 0.9em 0 0;
}
.agreement input {
	float: left;
}
.agreement label {
	width: 94%;
	max-width: 94%;
	margin: 0 0 0 8px;
	line-height: 1.5;
	font-weight: normal;
}
form .entries {
	margin: 0 0 15px;
}
#content form .entries {
  float: left;
  width: 200px;
}
#content form .message {
  width: 100%;
}
form .captcha {
  margin: 0 0 20px;
}
#content form .captcha {
  width: 335px;
  margin: 0;
}
.captchaCode {
  float: left;
  margin: 0 5px 0 0;
  border-width: 1px;
	border-style: solid;
	border-color: #e3e3e3;
}
.captchaCode br {
  display: none;
}
.captchaCode img {
  display: block;
}
.captcha .burster {
  float: left;
  margin: 4px 4px 0 0;
  font-size: 106%;
}
.captcha input.text {
  float: left;
  width: 87px;
	text-transform: uppercase;
}
#sidebar .captcha input.text {
  width: 55px;
}
form .submit {
  margin: 0;
  text-align: right;
}
#content form .submit {
  float: right;
  margin-top: 2em;
  padding-right: 20px;
}
#unsubscribe .entries {
  width: auto !important;
  margin: 0 !important
}
#unsubscribe .entries br {
  display: none;
}


/**********************************************************************


    COMMON CLASSES


**********************************************************************/

/* === FLOAT === */
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

/* === FLOAT CLEANER === */
.msie-6 .cleaned,
.msie-7 .cleaned {
    height: 1%;
}
.cleaned:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.clear {
  clear: both;
}

/* === NON FRIEND FRIENDLY === */
.hidden {
	display: none !important;
}

/* === BLIND FRIENDLY === */
.forBlind {
	position: absolute;
	left: -10000px;
	top: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* === TEXT FORMAT === */
.bold {
	font-weight: bold;
}
.italic {
  font-style: italic;
}
.small {
  font-size: 85%;
}
.big {
  font-size: 117%;
}


/**********************************************************************


    BOX


**********************************************************************/

.box {
  margin: 0 0 20px;
  padding: 15px 20px 20px;
  overflow: hidden;
}
.boxTitle {
  margin: 0 0 10px;
  line-height: 1.3;
  overflow: hidden;
  font-size: 170%;
  font-weight: bold;
}

/**********************************************************************


    PRINTOUT


**********************************************************************/

.list {
  margin: 0;
  padding: 0;
}
.list .item {
  margin: 0 0 20px;
  padding: 0;
  background: 0;
}
.title {
  margin: 0 0 25px;
  line-height: 1.4;
  font-size: 117%;
  font-weight: 600;
  color: #ea030a;
}
.perex {
  margin: 0 0 10px;
}
.published, .date {
  margin: 0 0 5px;
}
.text, .info, .links, .thumbnail {
  margin: 0;
}
.source {
  margin: 0 0 10px;
}
.thumbnail img {
  display: block;
}
.more, .back {
  margin: 20px 0;
}
.back {
  text-align: right;
}
form .back {
  text-align: left;
}

/* === MESSAGES === */
.done {
  margin: 0 0 10px;
	color: #40b000;
}
.done .info {
  margin: 0 0 5px;
}
.done a {
	color: #40b000;
}
.warning {
  margin: 0 0 10px;
	color: #e00000;
}
.warning .info {
  margin: 0 0 5px;
}
.warning a {
	color: #e00000;
}
.confirm {
  margin: 0 0 10px;
	color: #e00000;
}
.confirm .info {
  margin: 0 0 5px;
}
.confirm a {
	color: #e00000;
}
.errors {
  margin: 0 0 10px;
}
.errors .item {
  margin: 0;
  padding: 0;
  background: 0;
}
.found {
  margin: 0 0 10px;
}
.notFound {
  margin: 0 0 10px;
}
.highlite {
  font-weight: bold;
}

.styleA {
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 6px;
    background: #f1f1f1;
    -o-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.17);
    -ms-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.17);
}

/**********************************************************************


    GRID


**********************************************************************/
.row > .item,
.grid > .item,
.scrollable .item {
    float: left;
    width: 275px;
    margin: 0;
    border-left: 1px dotted #d6d6d6;
    padding: 0 25px;
    text-align: center;
}
/**
.grid > .item {
    padding-top: 145px;
}
**/
.row > .item:first-child {
    margin-left: 1px;
    border-left: 0;
}
.grid > .item:nth-child(3n+1) {
    margin-left: 1px;
    border-left: 0;
}
.grid .item:nth-child(n+4) {
    border-top: 1px dotted #d6d6d6;
}
.grid .item:nth-last-child(n+4) {
    padding-bottom: 25px;
}
/**
.bonuses .item,
.benefits .item {
    background: url('../../images/homepage/bg-a24-bonuses-benefits.jpg') no-repeat;
}
.item.bTrust {
    background-position: 0 15px;
}
.item.bSecurity {
    background-position: -250px 15px;
}
.item.bProfessional {
    background-position: -500px 15px;
}
.item.bDNSSEC {
    background-position: -800px 10px;
}
.item.bGuarantee {
    background-position: -1050px 10px;
}
.item.bHosting {
    background-position: -1300px 10px;
}
.item.bInstall {
    background-position: -1550px 10px;
}
.item.bQuality {
    background-position: -1800px 10px;
}
.item.bAplication {
    background-position: -2050px 10px;
}
**/
.bonuses .item .text,
.benefits .item .text {
    font-size: 125%;
    font-weight: 600;
}
.benefits .item .links {
    margin: 20px 0 0;
}

/**********************************************************************


    SCROLLABLE


**********************************************************************/
.scrollable {
    position: relative;
    width: 977px;
    margin: 0 auto;
    overflow: hidden;
}
.scrollable .list {
    width: 100%;
    position: relative;
    background: #ffffff;
    -o-transition: left 2s;
    -moz-transition: left 2s;
    -webkit-transition: left 2s;
    -ms-transition: left 2s;
    transition: left 2s;
}
.scrollable .group {
    float: left;
    width: 978px;
}
.scrollable .item {
    /*
    float: left;
    width: 275px;
    margin: 0 1px 0 -1px;
    border-left: 1px dotted #d6d6d6;
    padding: 0 25px;
    text-align: center;
    */
    margin: 0 1px 0 -1px;
}
.scrollable .browse {
    position: absolute;
    top: 0;
    bottom: 0;
}
.scrollable .prev {
    left: 0;
}
.scrollable .next {
    right: 0;
}
.scrollable .browse.disabled {
    display: none;
}

/**********************************************************************


    BROWSE


**********************************************************************/
.browse {
    display: block;
    width: 59px;
    height: 46px;
    margin: auto;
    background: url('../../images/homepage/bg-browse.png') no-repeat;
    cursor: pointer;
}
.browse.prev {
    background-position: 0 0;
}
.browse.prev:hover {
    background-position: 0 -60px;
}
.browse.next {
    background-position: 100% 0;
}
.browse.next:hover {
    background-position: 100% -60px;
}

/**********************************************************************


    TABS


**********************************************************************/
.tabs {
    margin: 40px 0 0;
    border-bottom: 1px solid #d4d4d4;
    line-height: 1.4;
    text-align: center;
    font-size: 145%;
    font-weight: 900;
}
.styleA .tabs {
    margin: 20px 0 0;
    border: 0;
}

.tabs .tab {
    display: inline-block;
    min-width: 130px;
    margin: 0 -3px;
    border: 1px solid #d4d4d4;
    padding: 18px 45px 23px;
    border-bottom: 0;
    background: #f1f1f1;
    outline: 0;
}
.tabs .tab:first-child {
    -o-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -ms-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}
.tabs .tab:last-child {
    -o-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    -ms-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}
.tabs .tab.current {
    position: relative;
    margin-top: -4px;
    margin-bottom: -1px;
    border-top: 4px solid #ea030a;
    padding-bottom: 24px;
    text-decoration: none;
	color: #000000;
    background: #ffffff;
}
.tabs .tab.current:before {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: -4px;
    height: 13px;
    background: url('../../images/homepage/bg-tab.png') no-repeat 50% 0;
}
.tabs .tab.current:first-child:before {
    -o-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -ms-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}
.tabs .tab.current:last-child:before {
    -o-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -ms-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

.styleA .tabs .tab {
    float: left;
    width: 156px;
    margin: 0 -1px 0 0;
    padding: 0 20px 150px;
    border-top: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: url('../../images/homepage/bg-a24-services.png') no-repeat;
}

.styleA .tabs .tab .note {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    padding: 0 10px 0 18px;
    position: absolute;
    -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.styleA .tabs .tab .note.sales.cs {
	background: transparent url('https://gui.active24.cz/img/zalozka_SLEVA_modra.png') no-repeat scroll 0 0px;
	width: 87px;
	right: -25px;
    top: -10px;
    height: 30px;
}

.styleA .tabs .tab .note.sales.en {
	background: transparent url('https://gui.active24.cz/img/zalozka_DISCOUNT_modra.png') no-repeat scroll 0 0px;
	width: 87px;
	right: -25px;
    top: -10px;
    height: 30px;
}

.styleA .tabs .tab .note.sales.sk {
	background: transparent url('https://gui.active24.cz/img/zalozka_ZLAVA_modra.png') no-repeat scroll 0 0px;
	width: 87px;
	right: -25px;
    top: -10px;
    height: 30px;
}

.styleA .tabs .tab.current .note.sales {
    top: 6px;
}

.styleA .tabs .tab .note.new.cs {
	background: transparent url('https://gui.active24.cz/img/novinka_cz.png') no-repeat scroll 0 0px;
	width: 87px;
	right: -25px;
    top: -10px;
    height: 30px;
}

.styleA .tabs .tab .note.new.en {
	background: transparent url('https://gui.active24.cz/img/novinka_en.png') no-repeat scroll 0 0px;
	width: 87px;
	right: -25px;
    top: -10px;
    height: 30px;
}

.styleA .tabs .tab .note.new.sk {
	background: transparent url('https://gui.active24.cz/img/novinka_cz.png') no-repeat scroll 0 0px;
	width: 87px;
	right: -25px;
    top: -10px;
    height: 30px;
}

.styleA .tabs .tab.current .note.new.cs {
    top: 6px;
}

.styleA .tabs .tab.current .note.new.en {
    top: 6px;
}

.styleA .tabs .tab.current .note.new.sk {
    top: 6px;
}

.tabs .tab.sDomain {
    background-position: 0 100%;
}
.tabs .tab.sHosting {
    background-position: -200px 100%;
}
.tabs .tab.sServer {
    background-position: -400px 100%;
}
.tabs .tab.sEmail {
    background-position: -600px 100%;
}
.tabs .tab.sWeb {
    background-position: -800px 100%;
}

.styleA .tabs .tab.current {
    margin-top: -16px;
    margin-bottom: 0;
    border-left-color: #ffffff;
    border-right-color: #ffffff;
    padding-top: 16px;
    background-color: #ffffff;
    -o-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.21 );
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.21 );
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.21 );
    -ms-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.21 );
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.21 );
}
.styleA .tabs .tab:first-child {
    border-left: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 22px;
}
.styleA .tabs .tab:last-child {
    border-right: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-right: 22px;
}

.styleA .tabs .tab.current:before {
    -o-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.styleA .tabs .tab.current:after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: 100%;
    height: 3px;
    background: #ffffff;
}
.styleA .tabs .tab.current:first-child:before,
.styleA .tabs .tab.current:first-child:after {
    left: 0;
}
.styleA .tabs .tab.current:last-child:before,
.styleA .tabs .tab.current:last-child:after {
    right: 0;
}


.pane {
    margin: 0;
    padding: 30px 0;
    background: #ffffff;
}

.styleA .pane {
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
    -o-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.21 );
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.21 );
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.21 );
    -ms-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.21 );
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.21 );
}


/**********************************************************************


    SPINNER


**********************************************************************/
.control {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 4px;
    border: 1px solid #d2e7ed;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    background: #ffffff;
    cursor: pointer;
}
.control.current,
.control:hover {
    margin: 1px 5px;
    border: 0;
    background: #ea030a;
}

/**********************************************************************


    SPINNER


********************************************************************** /
.spinner {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    margin: 0 4px;
    -o-border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background: #ffffff;
    cursor: pointer;
}
.spinner.hover,
.spinner:hover {
    background: #ea030a;
}
/* nezobrazujeme animaci spinneru, ani pri hoveru * /
.spinner:before,
.spinnerA,
.spinnerB {
    display: none;
}
/* zobrazujeme animaci spinneru, pokud je potreba * /
.spinner.current:before,
.current .spinnerA,
.current .spinnerB {
    display: block;
    /* NASTAVENI DOBY ANIMACE SPINNERU ... NASTAVIT STEJNY SLIDESHOW INTERVAL VE FUNCTIONS.JS * /
    -moz-animation: 5s 1 linear;
    -webkit-animation: 5s 1 linear;
    -ms-animation: 5s 1 linear;
    -o-animation: 5s 1 linear;
    animation: 5s 1 linear;
}


.spinner.hover:before,
/*.spinner:hover:before,* /
.spinner.hover .spinnerA,
/*.spinner:hover .spinnerB,* /
.spinner.hover .spinnerA,
/*.spinner:hover .spinnerB* / {
    display: none !important;
}


/* border nad vsemi castmi spinneru * /
.spinner:after {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    width: 100%;
    height: 100%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #d2e7ed;
    z-index: 5;
}
/* maska leve casti spinneru, prvni polovinu animace prekryva rotujici pulkruhy, druhou polovinu je pruhledna * /
.spinner.current:before {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    width: 8px;
    height: 16px;
    -o-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    -ms-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    background: #ffffff;
    z-index: 4;
    -moz-animation-name: mask;
    -webkit-animation-name: mask;
    -ms-animation-name: mask;
    -o-animation-name: mask;
    animation-name: mask;
}
@-moz-keyframes mask {
    0%      { background: #ffffff; }
    48%     { background: #ffffff; }
    48.01%  { background: 0; }
    100%    { background: 0; }
}
@-webkit-keyframes mask {
    0%      { background: #ffffff; }
    48%     { background: #ffffff; }
    48.01%  { background: 0; }
    100%    { background: 0; }
}
@-ms-keyframes mask {
    0%      { background: #ffffff; }
    48%     { background: #ffffff; }
    48.01%  { background: 0; }
    100%    { background: 0; }
}
@-o-keyframes mask {
    0%      { background: #ffffff; }
    48%     { background: #ffffff; }
    48.01%  { background: 0; }
    100%    { background: 0; }
}
@keyframes mask {
    0%      { background: #ffffff; }
    48%     { background: #ffffff; }
    48.01%  { background: 0; }
    100%    { background: 0; }
}
/* rotujici pulkruhy * /
.spinnerA,
.spinnerB {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    margin: auto;
}
.spinnerA:after,
.spinnerB:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    height: 14px;
    -o-border-radius: 7px 0 0 7px;
    -moz-border-radius: 7px 0 0 7px;
    -webkit-border-radius: 7px 0 0 7px;
    -ms-border-radius: 7px 0 0 7px;
    border-radius: 7px 0 0 7px;
    background: #ea030a;
}
/* rotujici pulkruh, rotuje celou dobu animace, zacina rotovat v leve casti spinneru * /
.current .spinnerA {
    z-index: 2;
    -moz-animation-name: spinA;
    -webkit-animation-name: spinA;
    -ms-animation-name: spinA;
    -o-animation-name: spinA;
    animation-name: spinA;
}
@-moz-keyframes spinA {
    0%      { -moz-transform:rotate(0deg); }
    90%    { -moz-transform:rotate(360deg); }
    100%    { -moz-transform:rotate(360deg); }
}
@-webkit-keyframes spinA {
    0%      { -webkit-transform:rotate(0deg); }
    96%    { -webkit-transform:rotate(360deg); }
    100%    { -webkit-transform:rotate(360deg); }
}
@-ms-keyframes spinA {
    0%      { -ms-transform:rotate(0deg); }
    96%    { -ms-transform:rotate(360deg); }
    100%    { -ms-transform:rotate(360deg); }
}
@-o-keyframes spinA {
    0%      { -o-transform:rotate(0deg); }
    96%    { -o-transform:rotate(360deg); }
    100%    { -o-transform:rotate(360deg); }
}
@keyframes spinA {
    0%      { transform:rotate(0deg); }
    96%    { transform:rotate(360deg); }
    100%    { transform:rotate(360deg); }
}
/* rotujici pulkruh, rotuje prvni polovimu doby animace, zacina rotovat v leve casti spinneru a v druhe polovine stoji v prave casti * /
.current .spinnerB {
    z-index: 3;
    -moz-animation-name: spinB;
    -webkit-animation-name: spinB;
    -ms-animation-name: spinB;
    -o-animation-name: spinB;
    animation-name: spinB;
}
@-moz-keyframes spinB {
    0%      { -moz-transform:rotate(0deg); }
    48%     { -moz-transform:rotate(180deg); }
    96%    { -moz-transform:rotate(180deg); }
    100%    { -moz-transform:rotate(180deg); }
}
@-webkit-keyframes spinB {
    0%      { -webkit-transform:rotate(0deg); }
    48%     { -webkit-transform:rotate(180deg); }
    96%    { -webkit-transform:rotate(180deg); }
    100%    { -webkit-transform:rotate(180deg); }
}
@-ms-keyframes spinB {
    0%      { -ms-transform:rotate(0deg); }
    48%     { -ms-transform:rotate(180deg); }
    96%    { -ms-transform:rotate(180deg); }
    100%    { -ms-transform:rotate(180deg); }
}
@-o-keyframes spinB {
    0%      { -o-transform:rotate(0deg); }
    48%     { -o-transform:rotate(180deg); }
    96%    { -o-transform:rotate(180deg); }
    100%    { -o-transform:rotate(180deg); }
}
@keyframes spinB {
    0%      { transform:rotate(0deg); }
    48%     { transform:rotate(180deg); }
    96%    { transform:rotate(180deg); }
    100%    { transform:rotate(180deg); }
}

/* === SHARED LINKS === */
.share {
  margin: 20px -20px 10px;
  border: 1px solid #f3f3f3;
  padding: 20px;
  background: #f8f8f8;
}
.share .title {
  display: block;
  font-size: 106%;
}
.share .item {
  margin: 0 2px;
  font-size: 92%;
  white-space: nowrap;
}
.share img {
  vertical-align: middle;
}


/**********************************************************************


    ICON


**********************************************************************/

.icon {
  padding: 0 0 0 20px;
  background: url('../../images/homepage/icon-a.png') no-repeat 0 0;
}
.iTick {
    padding: 2px 0 2px 30px;
    background-position: 0 -100px;
}


/**********************************************************************


    IMAGE OVERLAY


**********************************************************************/

.overlaid {
  display: block;
  position: relative;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}


/**********************************************************************


    PAGER


**********************************************************************/

.pager {
  margin: 0 -20px;
  border: 1px solid #f3f3f3;
  padding: 20px;
  text-align: center;
  background: #f8f8f8;
  =width: 100%; /* Q&D IE6+7 */
  _position: relative; /* Q&D IE6 */
}
.pager .prev, .pager .next {
  width: 20%;
  position: relative;
  color: #808080;
}
.pager .prev {
  float: left;
  text-align: left;
  _background: #f8f8f8; /* Q&D IE6 */
}
.pager .next {
  float: right;
  text-align: right;
}
.pager .pages {
  float: left;
  width: 100%;
  margin: 0 -20%;
}
.pager .link, .pager .selected {
  margin: 0 5px;
}
.pager .selected {
  font-weight: bold;
}
.pager .icon {
  padding: 0;
}


#homepage {
	background: #ffffff url('../../images/homepage/bg-body.jpg') no-repeat 50% 0;
}

/**********************************************************************


    SKYPE


**********************************************************************/

.skype_pnh_container {
  display: none !important;
}
.skype_pnh_print_container {
  display: inline !important;
}
