@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,700&subset=latin,latin-ext);
@font-face {
  font-family: "DobraBold";
  src: url('../fonts/35339356-dobra-bold-webfont.eot');
  src: url('../fonts/35339356-dobra-bold-webfont.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/35339356-dobra-bold-webfont.svg#') format('svg'), 
       url('../fonts/35339356-dobra-bold-webfont.woff') format('woff'), 
       url('../fonts/35339356-dobra-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Dobra";
  src: url('../fonts/479309083-dobra-book-webfont.eot');
  src: url('../fonts/479309083-dobra-book-webfont.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/479309083-dobra-book-webfont.svg#') format('svg'), 
       url('../fonts/479309083-dobra-book-webfont.woff') format('woff'), 
       url('../fonts/479309083-dobra-book-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height:100%;
}
body {
  margin: 0;
  height:100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: normal;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/*FIXY dla Chrome - Przemek*/
input[type="text"],
select option,
select,
.orderpopup form fieldset select,
.orderpopup form fieldset select option {
  font-family:Arial!important;
}

button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  outline: none;
}
textarea:focus, input:focus{
    outline: 0;
}
a:active {
  outline: none;
}
:focus {
  -moz-outline-style: none;
}
:-moz-any-link:focus {
  outline: none;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 2px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 2px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 2px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 3px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 9999px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 2px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 3px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 9999px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table.table tbody tr td.info {
    background-color:#F5F5F5!important;
}

.table.table tbody tr td.info:last-child {
    /*background-color:#F2DEDE!important;*/
}

.wrapper.free-reg-domains div.container div.row.price-list.first div.col-lg-3 table.table tbody tr td.danger {
  background-color:#F5F5F5;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 1px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 2px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 2px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  font-family: "Dobra";
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn span.arrow-green,
.btn span.arrow-white {
  background-image: url("../gfx/arrow-white.png");
  background-repeat: no-repeat;
  background-position: right 5px;
  padding-right: 25px;
}

.btn em.arrow-white {
  background-image: url("../gfx/arrow-white.png");
  background-repeat: no-repeat;
  background-position: right 5px;
  padding-right: 25px;
  font-style:normal;
  margin:20px 0 0 10px;
}

.btn-7 {
  margin-top:40px;
  margin-left:18px;
}

.btn span.arrow-green {
  background-image: url("../gfx/arrow-green.png");
}
.btn-default {
  color: #ffffff;
  background-color: #00a651;
  border-color: #00a651;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #007d3d;
  border-color: #006933;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #00a651;
  border-color: #00a651;
}
.btn-default .badge {
  color: #00a651;
  background-color: #ffffff;
}
.btn-primary {
  color: #00a651;
  background-color: #ffffff;
  border-color: #00a651;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #00a651;
  background-color: #ebebeb;
  border-color: #006933;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ffffff;
  border-color: #00a651;
}
.btn-primary .badge {
  color: #ffffff;
  background-color: #00a651;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 2px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 2px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 2px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 2px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 2px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 2px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 2px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 2px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 2px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 2px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 2px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 2px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 2px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 1px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 2px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 2px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 2px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 1px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 2px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 2px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 1px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 1px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 2px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.container {
  width: 1170px !important;
}
@media (min-width: 1px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
.box-size {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
.wrapper-menu {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  background-color: #465aa5;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  height: 100px;
  position: fixed;
  display: block;
  z-index: 66666;
  padding-top: 11px;
}
.wrapper-menu .container{
  position: relative;
}
.logo {
  display: inline-block;
  float: left;
  width: 100px;
  margin: 0 20px 0 0;
}
.logo h1 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.logo h1 a {
  height:55px;
  font-size:55px;
  margin-top:0px;
}

.logo h1 a {
  display: block;
  text-indent: -666666px;
  background-image: url("../gfx/logo-new.png");
  background-repeat: no-repeat;
}
.right-panel ul {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 0;
  margin-top: 20px;
}

@media (max-width: 1300px) {
  .right-panel {
    margin-left:-50px;
  }
  .wrapper-menu .right-panel {
    margin-left: 0;
  }
}
.wrapper-menu .right-panel {
  opacity: 1;
  visibility: visible;
  text-align: right;
  white-space: nowrap;
  position: absolute;
  right: 134px;
  top:-13px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.right-panel ul li {
  padding-left: 0;
  margin-left: -5px;
  display: inline-block;
  list-style: none;
  margin-right: 20px;
  margin-left: 0px;
}
.right-panel ul li > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.right-panel ul li:last-of-type {
  margin-right: 10px;
}
.right-panel ul li a {
  /*-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;*/
  /*display: block;*/
  font-family: "Dobra";
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  padding: 2px 0 0 24px;
  background-position:left center;
  background-repeat: no-repeat;
}
.right-panel ul li a.active,
.right-panel ul li a:hover {
  padding-bottom: 0;
  border-bottom: 0;
}
.right-panel ul li:nth-of-type(1) a,
.right-panel ul li:nth-of-type(2) a,
.right-panel ul li:nth-of-type(3) a {
  background-image: none;
  opacity: 0.56;
  padding-left: 0;
}
.right-panel ul li:nth-of-type(4) a {
  background-image: url("../gfx/icon-panel.png");
}
.right-panel ul li:nth-of-type(5) a {
  background-image: url("../gfx/icon-mail.png");
}
.menu{
  float: right;
}
.menu ul {
  display: inline-block;
  float: right;
  margin:9px 15px; 0 20px;
  padding: 0;
  white-space: nowrap;
}
/*.menu ul li:nth-of-type(1) {
  width: 60px;
}
.menu ul li:nth-of-type(2) {
  width: 102px;
}
.menu ul li:nth-of-type(3) {
  width: 54px;
}
.menu ul li:nth-of-type(4) {
  width: 60px;
}
.menu ul li:nth-of-type(5) {
  width: 29px;
}
.menu ul li:nth-of-type(6) {
  width: 26px;
}
.menu ul li:nth-of-type(7) {
  width: 84px;
}
.menu ul li.mtop-domains{width:60px}
.menu ul li.mtop-websites{width:102px}
.menu ul li.mtop-ecommerce{width:54px}
.menu ul li.mtop-hosting{width:60px}
.menu ul li.mtop-vps{width:29px}
.menu ul li.mtop-ssl{width:26px}
.menu ul li.mtop-antivirus{width:84px}
*/

.menu ul.landing-page li:nth-of-type(1) {
  width: 50px;
}
.menu ul.landing-page li:nth-of-type(2) {
  width: 75px;
}
.menu ul.landing-page li:nth-of-type(3) {
  width: 115px;
}
.menu ul.landing-page li:nth-of-type(4) {
  width: 130px;
}
.menu ul.landing-page li:nth-of-type(5) {
  width: 70px;
}
.menu ul li {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  display: inline-block;
  list-style: none;
  margin-right: 15px;
  margin-left: 0;
}
.menu ul li span.icon-top {
  width: 8px;
  height: 8px;
  position: absolute;
  background-color: #fff;
  display: none;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 77px;
  left: 50%;
  margin-left: -7px;
}
.menu ul li a {
  display: block;
  font-family: "Dobra";
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  padding-top: 29px;
  text-align: centers;
  border-bottom: 2px solid #465aa5;
  height: 79px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .menu ul li a {height:80px;}
}

.menu ul li a.active,
.menu ul li a:hover,
.current_page_item.active a {
  font-family: "DobraBold";
  border-bottom: 3px solid #00a651;
  padding: 29px 0 0 0;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
.fixed-menu {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 80px;
}
.fixed-menu .logo h1 {
  margin-top: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.menu ul{
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -transition: all 0.5s ease-in-out;
}
.fixed-menu .menu ul li a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -transition: all 0.5s ease-in-out;
  height: 69px;
  padding-top: 17px;
}
.fixed-menu .menu ul{
  margin-top: 0;
}
.fixed-menu .right-panel{
  visibility: hidden;
  opacity: 0;
}
.fixed-menu .right-panel ul {
  margin-top: 12px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.fixed-menu .right-panel ul li a.active {
  padding-bottom: 8px;
}
.fixed-menu .right-panel ul li a:hover {
  padding-bottom: 8px;
}
.top-slider {
  position: relative;
  /*background-color: #465aa5;*/
  background-image: url("../gfx/top-slider-bg.png");
  background-repeat:repeat-x;
  padding-top: 80px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
  overflow:hidden;
  background-size: 100% 80px;
}
.top-slider .bx-wrapper {
  position: relative;
}
.top-slider ul {
  padding: 0;
}
.top-slider ul li {
  padding-top: 60px;
  width: 100%;
  height: 520px;
  background-position:top center;
}
.top-slider ul li .info-in-ring {
  width: 235px;
  height: 235px;
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  -ms-border-radius: 150px;
  -o-border-radius: 150px;
  border-radius: 150px;
  text-align: center;
  top: 0;
  right: 0;
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}
.top-slider ul li .info-in-ring h4 {
  text-transform: uppercase;
  margin-top: 60px;
  font-size: 22px;
  color: #fff;
  text-align: center;
}

.top-slider ul li .info-in-ring h4 strong {
  display: block;
  font-family: "DobraBold";
  font-size: 32px;
}

.top-slider ul li .info-in-ring.domains-3 h4 {
  font-size:17px;
  margin-top:70px;
}

.top-slider ul li .info-in-ring.domains-3 span {
  font-size:26px;
  font-family: "DobraBold";
}

.top-slider ul li .info-in-ring.domains-3 em {
  font-style:normal;
  text-transform: none;
}

.top-slider ul li .info-in-ring.domains-3 em strong {
  display:inline;
}

.top-slider ul li .expanded-content {
  display: none;
  font-family: "Dobra";
  float: left;
  text-align: center;
  border: 3px solid #00a651;
  padding: 35px 0 25px 0;
  color: #fff;
  margin: 80px 15px 0 15px;
}

.top-slider ul li .expanded-content.hosting {
  margin: 130px 15px 0 15px;
}

.top-slider ul li .expanded-content span.promotion-ball {
  width: 123px;
  height: 119px;
  display: block;
  background-image: url("../gfx/ball-promotion.png");
  position: absolute;
  left: 65%;
  top: -100px;
}

.top-slider ul li .expanded-content span.promotion-ball-92 {
  width: 110px;
  height: 110px;
  display: block;
  background-image: url("../gfx/promo-92.png");
  position: absolute;
  left: 68%;
  top: -100px;
}

.top-slider ul li .expanded-content span.promotion-ball-70 {
  width: 110px;
  height: 110px;
  display: block;
  background-image: url("../gfx/promo-70.png");
  position: absolute;
  left: 68%;
  top: -100px;
}

.top-slider ul li .expanded-content span.promotion-ball-30 {
  width: 110px;
  height: 110px;
  display: block;
  background-image: url("../gfx/promo-30.png");
  position: absolute;
  left: 68%;
  top: -100px;
}

.top-slider ul li .expanded-content span.promotion-ball-50 {
  width: 110px;
  height: 110px;
  display: block;
  background-image: url("../gfx/promo-50.png");
  position: absolute;
  left: 84%;
  top: -100px;
}

.top-slider ul li .expanded-content span.promotion-ball-95 {
  width: 110px;
  height: 110px;
  display: block;
  background-image: url("../gfx/promo-95.png");
  position: absolute;
  left: 68%;
  top: -100px;
}

.top-slider ul li .expanded-content span.promotion-ball-94 {
  width: 110px;
  height: 110px;
  display: block;
  background-image: url("../gfx/promo-94.png");
  position: absolute;
  left: 68%;
  top: -100px;
}

.top-slider ul li .expanded-content span.promotion-ball-85 {
  width: 110px;
  height: 110px;
  display: block;
  background-image: url("../gfx/promo-85.png");
  position: absolute;
  left: 68%;
  top: -100px;
}

.top-slider ul li .expanded-content span.promotion-ball-65 {
  width: 110px;
  height: 110px;
  display: block;
  background-image: url("../gfx/promo-65.png");
  position: absolute;
  left: 60%;
  top: -100px;
}

.top-slider ul li .expanded-content span.promotion-ball.l90 {
  background-image: url("../gfx/l90.png");
  width: 111px;
  height: 111px;
  left: 82%;
}
.top-slider ul li .expanded-content .h1,
.top-slider ul li .expanded-content h1 {
  font-size: 26px!important;
  font-family: "Dobra" !important;
  margin: 0 auto!important;
  text-align: center;
}

.top-slider ul li .expanded-content h4 {
  font-size: 16px;
  font-family: "DobraBold";
  margin: 20px 0 0 0;
  float: left;
  width: 100%;
  text-align: center;
}
.top-slider ul li .expanded-content p {
  font-size: 16px;
  margin: 0 0 40px 0;
}

.top-slider ul li .expanded-content p strong {
  font-family: "DobraBold";
}

.top-slider ul li .expanded-content .box {
  height: 210px;
}

.top-slider ul li .expanded-content .box.box-shop {
  height: 250px;
}

h4.box-shop {
    margin-top:58px;
}

.expanded-content.box-shop {
    height:500px;
}

.top-slider ul li .expanded-content .box .small-box-price {
  text-align: left;
  display: inline-block;
  float: left;
  position: relative;
  width: 240px;
}
.top-slider ul li .expanded-content .box .small-box-price span.old-price {
  /*color: #bb4748;
  font-size: 15px;
  text-decoration: line-through;
  position: relative;
  top: -20px;*/
  color: #fff;
  font-size: 14px;
  position: relative;
  top: -20px;
}
.top-slider ul li .expanded-content .box .small-box-price span.new-price {
  margin-left: 5px;
  color: #fff;
  font-size: 43px;
}
.top-slider ul li .expanded-content .box .small-box-price span.new-price em {
  position: absolute;
  font-size: 20px;
  font-style: normal;
  top: 7px;
}
.top-slider ul li .expanded-content .box .small-box-price span.new-price small {
  position: absolute;
  font-size: 20px;
  top: 24px;
}
.top-slider ul li .expanded-content .box .small-box-price a {
  padding: 6px 12px;
  clear:both;
  float:left;
}
.top-slider ul li .expanded-content .box h3 {
  display: inline-block;
  float: left;
  width: 250px;
  text-align: left;
}
.top-slider ul li .expanded-content .box ul {
  display: inline-block;
  float: left;
  padding-left: 17px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.top-slider ul li.slide_vps.new .expanded-content .box ul,
.top-slider ul li.slide_ssl .expanded-content .box ul {
  margin-bottom: 5px;
}
.top-slider ul li .expanded-content .box ul li {
  height: 20px!important;
  padding: 0;
  color: #00a651;
  text-align: left;
  list-style: disc;
}
.top-slider ul li .expanded-content .box ul li span {
  color: #fff;
}
.top-slider ul li .expanded-content .box .box-img {
  text-align: left;
  display: inline-block;
  float: left;
  height: auto;
  width: 85px;
  max-width: 90px;
}
.top-slider ul li .expanded-content .box .box-img img {
  position: static;
}
.top-slider ul li .expanded-content .box .box-img img.img-1 {
  margin-top: 26px;
}
.top-slider ul li .expanded-content .box .box-img img.img-2 {
  margin-top: 12px;
}
.top-slider ul li .expanded-content .box .box-img img.img-3 {
  margin-top: 2px;
}
.top-slider ul li .expanded-content .box .box-img img.img-4 {
  margin-top: 32px;
}
.top-slider ul li .expanded-content .box .box-img img.img-5 {
  margin-top: 24px;
}
.top-slider ul li .expanded-content .box .box-img img.img-6 {
  margin-top: 22px;
}
.top-slider ul li .expanded-content .box .box-img h1 {
  display: inline-block;
  float: left;
}
.top-slider ul li .expanded-content .box.box-cl3 {
  padding: 0 2px;
  height: 230px;
}
.top-slider ul li .expanded-content .box.box-cl3 .box-img {
  width: 60px;
}
.top-slider ul li .expanded-content .box.box-cl3 h3 {
  width: 210px;
}

.top-slider ul li.slide_fourth,
.top-slider ul li.slide_third,
.top-slider ul li.slide_two,
.top-slider ul li.slide_one {
  background-image: url("../gfx/slide-1-az.jpg");
}

.webmaker-slider.top-slider ul li.slide_fourth,
.webmaker-slider.top-slider ul li.slide_third,
.webmaker-slider.top-slider ul li.slide_two,
.webmaker-slider.top-slider ul li.slide_one {
  background-image: url("../gfx/kreator_morzepotrzeb_1920_1100.jpg");
}



.top-slider ul li.slide_one.homepage {
  background-image: url("../gfx/slide-4.jpg");
}
.top-slider ul li.slide_two.homepage {
  background-image: url("../gfx/slide-1-az.jpg");
}
.top-slider ul li.slide_fourth img,
.top-slider ul li.slide_third img,
.top-slider ul li.slide_two img,
.top-slider ul li.slide_one img {
  position: absolute;
  top: -60px;
  right: 0;
}
.top-slider ul li.slide_fourth a,
.top-slider ul li.slide_third a,
.top-slider ul li.slide_two a,
.top-slider ul li.slide_one a {
  padding: 12px 30px;
}

.info-in-ring h4 a {
    padding:0px!important;
    color:#fff;
    text-decoration:none;
}

.top-slider ul li.slide_fourth a span,
.top-slider ul li.slide_third a span,
.top-slider ul li.slide_two a span,
.top-slider ul li.slide_one a span {
  text-shadow: none;
  font-size: 16px;
  text-transform: uppercase;
}
.top-slider ul li.slide_fourth .small-box-price a span.arrow-white,
.top-slider ul li.slide_two .small-box-price a span.arrow-white,
.top-slider ul li.slide_third .small-box-price a span.arrow-white {
  font-size: 14px;
}
.top-slider ul li.slide_fourth .h1,
.top-slider ul li.slide_fourth h1,
.top-slider ul li.slide_third h1,
.top-slider ul li.slide_two h1,
.top-slider ul li.slide_one h1 {
  display: block;
  color: #ffffff;
  margin: 0px 0 0px 0;
  font-family: "DobraBold";
  font-size: 62px;
  width: 810px;
  line-height: 62px;
}

.top-slider ul li.info-domains.slide_two{
  background:url("../gfx/info-domains.jpg")no-repeat center top;
}

.top-slider ul li.info-domains.slide_two.domains-net{
  background:url("../gfx/domeny_domenanet.jpg")no-repeat center top;
}

.top-slider ul li.info-domains.slide_two h1{
  font-family: "DobraBold";
  font-size:72px;
  color:#4d4f56;
  text-shadow:none;
}

.top-slider ul li.info-domains.slide_two.domains-net h1 {
  font-size:60px;
  margin-top:-20px;
}

.top-slider ul li.info-domains.slide_two h2{
  font-family: "Dobra";
  font-size:37px;
  color:#4d4f56;
  text-shadow:none;
  margin-top:10px;
}
.top-slider ul li.info-domains.slide_two .price-slide span.old-price-slide{
  color:#4d4f56; 
  text-shadow:none;
}
.top-slider ul li.info-domains.slide_two .price-slide small{
  margin:12px 0 0px 45px;
  color:#4d4f56;
  font-size:14px;
  text-shadow:none;
}
.top-slider ul li.info-domains.slide_two .price-slide span.red{
  margin-bottom: 70px;
}

.top-slider ul li.info-domains.slide_two .price-slide small.ab-year {
    margin-left: 32px;
}

.top-slider ul li.slide_fourth h3,
.top-slider ul li.slide_third h3,
.top-slider ul li.slide_two h3,
.top-slider ul li.slide_one h3 {
  display: block;
  color: #ffffff;
  margin: 0px 0 0px 0;
  font-family: "Dobra";
  font-size: 26px;
}

.top-slider ul li.slide_fourth h3.no-br, 
.top-slider ul li.slide_third h3.no-br, 
.top-slider ul li.slide_two h3.no-br, 
.top-slider ul li.slide_one h3.no-br {
    margin-top:15px;
}

.top-slider ul li.slide_fourth .price-slide,
.top-slider ul li.slide_third .price-slide,
.top-slider ul li.slide_two .price-slide,
.top-slider ul li.slide_one .price-slide {
  display: block;
  position: relative;
  font-family: "Dobra";
  color: #fff;
  margin-top:15px;
}
.top-slider ul li.slide_fourth .price-slide span,
.top-slider ul li.slide_third .price-slide span,
.top-slider ul li.slide_two .price-slide span,
.top-slider ul li.slide_one .price-slide span {
  font-family: "DobraBold";
  font-size: 76px;
  display: inline-block;
  line-height:76px;
}
.top-slider ul li.slide_fourth .price-slide em,
.top-slider ul li.slide_third .price-slide em,
.top-slider ul li.slide_two .price-slide em,
.top-slider ul li.slide_one .price-slide em,
.top-slider ul li.slide_fourth .price-slide small,
.top-slider ul li.slide_third .price-slide small,
.top-slider ul li.slide_two .price-slide small,
.top-slider ul li.slide_one .price-slide small {
  font-size: 45px;
  line-height:45px;
  position: absolute;
  font-style: normal;
  margin-left: 5px;
}

.top-slider ul li.slide_fourth .price-slide em.www {
  left:75px;
}

.top-slider ul li.slide_fourth .price-slide em,
.top-slider ul li.slide_third .price-slide em,
.top-slider ul li.slide_two .price-slide em,
.top-slider ul li.slide_one .price-slide em {
  top: 9px;
}
.top-slider ul li.slide_fourth .price-slide small,
.top-slider ul li.slide_third .price-slide small,
.top-slider ul li.slide_two .price-slide small,
.top-slider ul li.slide_one .price-slide small {
  margin: -5px 0 0 10px;
  bottom: 15px;
  font-size: 18px;
  font-family: "Dobra";
}

.top-slider ul li.slide_one small.year-home,
.top-slider ul li.slide_two small.year-home {
  font-size:14px;
  top:64px;
}

.price-slide span.old-price-slide.domains-site small {
  width:95px;
  top:-20px;
  left:220px;
}

.top-slider ul li.slide_fourth .price-slide span.old-price-slide,
.top-slider ul li.slide_third .price-slide span.old-price-slide,
.top-slider ul li.slide_two .price-slide span.old-price-slide,
.top-slider ul li.slide_one .price-slide span.old-price-slide {
  position: relative;
  margin-right: 5px;
  top: -33px;
  font-size: 26px;
  font-family: "Dobra";
}

.top-slider ul li.slide_third .price-slide.hosting-price span.red,
.hosting-price span.red {
  background-color:#ba4647;
  padding:0px 10px;
  margin-bottom:40px;
}


.top-slider ul li.slide_third {
  background-image: url("../gfx/host-promo.jpg");
}

.top-slider ul li.slide_third.slide_autumn {
  background-image: url("../gfx/host-promo-autumn.jpg");
}

.top-slider ul li.slide_third.slide_autumn.santa {
  /*background-image: url("../gfx/slider_hosting_produktowa_1920_1100.jpg");*/
  background-image: url("../gfx/slider_hosting_run.jpg");
}

.top-slider ul li.slide_third.slide_autumn.santa .h1 strong,
.top-slider ul li.slide_third.slide_autumn.santa h1 strong {
  line-height:50px;
  font-size:55px;
}

.top-slider ul li h2.small-title {
  font-size:36px;
  font-family: "Dobra";
  color:#fff;
  margin-top:4px;
}

/*PROMOCJA ONE-DAY*/
.main-slider-subpage li.slide_third.slide_autumn.new-prices-schema.one-day-hosting h3.premiere {
  font-size:22px;
  font-family: "Dobra";
  width:250px;
}
.main-slider-subpage li.slide_third.slide_autumn.new-prices-schema.one-day-hosting h3.premiere strong {
  font-family: "DobraBold";
}
.main-slider-subpage li.slide_third.slide_autumn.new-prices-schema.one-day-hosting h1 strong {
  font-size:49px;
}
/*KONIEC PROMOCJI ONE-DAY*/

/*PROMOCJA LONG-LIVED*/
.top-slider ul li.slide_third.slide_autumn.hosting-long-lived  {
  background-image: url("../gfx/slider_hosting_glowna_1920_520.jpg");
}

.top-slider ul li.slide_third.slide_autumn.hosting-long-lived h3.premiere {
  margin-top:30px;
  width:250px;
}

.top-slider ul li.slide_third.slide_autumn.hosting-long-lived h1 {
  color:#454952;
  text-shadow:none;
  font-size:75px;
  line-height:70px;
  font-family: "DobraBold";
  margin:25px 0;
}

.top-slider ul li.slide_third.slide_autumn.hosting-long-lived h1 strong {
  font-size:47px;
  font-family: "Dobra";
}

.free_register_domains.hosting_lp{
  background-color:#eff0f2;
}
.free_register_domains.hosting_lp .box{
  padding: 20px 15px;
  background-color:#ffffff;
}
.free_register_domains.hosting_lp .col-lg-12 h2{
  margin-top: 0;
}
.free_register_domains.hosting_lp .box h2{
  font-size: 36px;
  margin:0;
  font-family:"DobraBold";
  line-height:22px;
}

.free_register_domains.hosting_lp .box h2:nth-child(2) {
  font-size:44px;
}

.free_register_domains.hosting_lp .box.recommended{
  position: relative;
  color:#00a651;
}
.free_register_domains.hosting_lp .box h2>small{
  font-family: "Dobra";
  font-size:14px;
  line-height: 30px;
  color:#454952;
}
.free_register_domains.hosting_lp .box h4{
  font-size:36px;
  font-family:"DobraBold";
  color:#454952;
  margin:15px 0;
}
.free_register_domains.hosting_lp .box h4>*{
  position:relative;
  font-style: normal;
  font-size: 16px;
  color: inherit;
  top:-14px;
}
.free_register_domains.hosting_lp .box h4 em{
  font-family:"Dobra";
  text-decoration:line-through;
}

.free_register_domains.hosting_lp .box:first-child h4 em{
  text-decoration:none!important;
}

.free_register_domains.hosting_lp .box p{
  color:#454952;
  font-size: 18px;
  margin-top: 15px;
}
.free_register_domains.hosting_lp .box p.gratis{
  margin-top: 15px;
  color:#bb4748;
}
.free_register_domains.hosting_lp .box p.gratis>strong{
  background:url("../gfx/border_bottom_new.png")no-repeat left bottom;
  padding-bottom: 4px;
}
.free_register_domains.hosting_lp .box .label{
  background-color:#bb4748;
  color: #fff;
  text-transform:uppercase;
  font-size: 14px;
  font-family:"DobraBold";
  width:130px;
  position: absolute;
  left: 0;
  right: 0;
  margin:0 auto;
  top:-13px;
  line-height: 21px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
}

/*KONIEC PROMOCJA LONG-LIVED*/
.top-slider ul li.slide_third.slide_autumn.santa .h1,
.top-slider ul li.slide_third.slide_autumn.santa h1 {
  line-height:48px;
  margin-top: 14px;
}

.top-slider.az-slider.indexpage li.slide_third.slide_autumn.santa.new-prices-schema h3.premiere {
  background-color: #bb4748;
    clear: both;
    display: block;
    font-family: "DobraBold";
    font-size: 30px;
    margin-bottom: 0;
    margin-top: -25px;
    padding: 2px 6px;
    width: 350px;
}

.top-slider.az-slider.indexpage li.slide_third.slide_autumn.santa.new-prices-schema small.ab-year {
  font-size: 14px;
    margin-left: 242px;
    margin-top: 0;
  display: block;
    float: left;
}

.top-slider.az-slider.indexpage li.slide_third.slide_autumn.santa.new-prices-schema span.red {
  font-size: 60px;
    line-height: 60px;
    margin-left: 10px;
    padding: 2px 10px;
  border-radius: 5px 5px 5px 5px;
}

.top-slider ul li.slide_third.slide_autumn.santa.homepage {
  background-image: url("../gfx/hosting_promo_strona_glowna.jpg");
}

.top-slider ul li.slide_third.slide_autumn.santa .expanded-content .h1 strong,
.top-slider ul li.slide_third.slide_autumn.santa .expanded-content h1 strong,
.subpage-slider.extended .expanded-content.box-shop h1 strong,
.top-slider .expanded-content h1 strong {
  font-size:35px;
  margin-bottom:10px;
}
.top-slider ul li.slide_third.slide_autumn.santa .expanded-content .h1 strong span,
.top-slider ul li.slide_third.slide_autumn.santa .expanded-content h1 strong span,
.subpage-slider.extended .expanded-content.box-shop h1 strong span,
.top-slider .expanded-content h1 strong span {
  color:#bb4748;
}

.top-slider ul li.slide_third.slide_autumn.santa .expanded-content  p  a,
.subpage-slider.extended .expanded-content p a {
  font-family: "DobraBold";
  color:#fff;
  text-decoration:underline;
  margin:0px;
  padding:0px;
}

.top-slider.az-slider.subpage-slider.extended .new-eshop .expanded-content.box-shop {
  margin-top:45px;
}

.top-slider.az-slider.subpage-slider.extended .slide_vps.new .expanded-content {
  margin-top:60px;
}

.top-slider.az-slider.subpage-slider.extended ul.main-slider-subpage li.slide_two.slide_vps.new div.container div.row div.expanded-content div.col-lg-12 h1 strong {
  margin-top:-20px;
}

.top-slider ul li.slide_third.slide_autumn .price-slide.hosting-price small, .price-slide.hosting-price small {
  font-size: 19px;
    margin-top: -15px;
}

.top-slider ul li.slide_autumn .h1,
.top-slider ul li.slide_autumn h1 {
  font-size:58px;
}

.top-slider ul li.slide_third.slide_autumn.autumn-home .col-lg-12 {
  margin-top:-40px;
}

.top-slider ul li.slide_third.slide_autumn.autumn-home a.btn {
  margin-top:-20px;
}

.top-slider ul li.slide_autumn h1 strong {
  font-size:62px;
}

.top-slider ul li.slide_third .price-slide.hosting-price em.red,
.price-slide.hosting-price em.red {
  background-color:#ba4647;
  padding:0px 10px;
  top: 0px; 
  left: 125px;
  font-family: "DobraBold";
}

li.slide_two.slide_domains.new h3:first-child,
li.slide_two.slide_domains h3:first-child {
  margin-top:-20px;
  margin-bottom:5px;
  background-color: #ba4647;
  padding:4px 8px;
  width:318px;
}

li.slide_two.slide_domains h3:first-child {
  width:243px;
}

li.slide_two.slide_domains .hosting-price em.red {
  left: 207px;
  margin-top:-2px;
}

li.slide_two.slide_domains .hosting-price span.old-price-slide strong.red {
  background-color: #ba4647;
    padding: 3px 6px;
}

li.slide_two.slide_domains .price-slide.hosting-price a.claim {
  color:#fff;
  text-decoration:underline;
  position:absolute;
  left:123px;
  top:70px;
  z-index:99999;
  float:left;
}

li.slide_two.slide_domains .price-slide.hosting-price small {
  margin-top:-15px;
}

li.slide_two.slide_domains.new h1 {
  margin-bottom:10px;
}

.top-slider ul li.slide_two a span {
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
}

li.slide_two.slide_domains.new a.btn.more {
  position:absolute;
  top:148px;
  left:505px;
  background:none;
  border:0px solid;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
}

.wrapper-search.new-domains-search {
  margin-top:-20px;
}


li.slide_two.slide_domains.new .price-slide.hosting-price em.red {
  top:2px;
  left:158px;
}

.top-slider ul li.slide_one.homepage .price-slide em.red {
  top:0px;
  margin-top:0px;
}

.top-slider ul li.slide_one.homepage h3 {
  margin-bottom:5px;
}

.top-slider ul li.slide_one.homepage h3.margin-top {
  margin-top:-45px;
}

.top-slider li.slide_one.homepage div.container div.row div.col-lg-12 div.price-slide.hosting-price em.red {
  margin-left:40px;
}

.top-slider ul li.slide_third .price-slide.hosting-price small,
.price-slide.hosting-price small {
  font-size:14px;
  top:55px;
  margin-top:-20px;
  position:absolute;
}

.top-slider ul li.slide_one.homepage .price-slide.hosting-price small {
  font-size:16px;
  margin-top:-15px;
}

li.slide_one.homepage a.btn.btn-default {
  margin-top:-22px;
}

.top-slider .main-slider .price-slide.hosting-price small {
    font-size: 14px;
    margin-top: -10px;
}

.top-slider.az-slider.subpage-slider div.bx-wrapper div.bx-viewport ul.main-slider-subpage li.slide_two.slide_domains div.container div.row div.col-lg-12 div.price-slide span.old-price-slide.domains-site {
    top: 25px;
    line-height:29px;
}

.ssl-package div.box-package.alpha-ssl div.main-price span.old-price-slide {
  left:-50px;
  top:-50px;
}

.ssl-package div.box-package.repid-ssl div.main-price span.old-price-slide,
.ssl-package div.box-package.true-business-id div.main-price span.old-price-slide,
.ssl-package div.box-package.true-business-id-ev.rec .main-price span.old-price-slide {
  left:-82px;
  top:-50px;
}

.top-slider ul li.slide_fourth .price-slide span.old-price-slide i,
.top-slider ul li.slide_third .price-slide span.old-price-slide i,
.top-slider ul li.slide_two .price-slide span.old-price-slide i,
.top-slider ul li.slide_one .price-slide span.old-price-slide i {
  text-decoration: line-through;
  font-style: normal;
}
.top-slider ul li.slide_one,
.top-slider ul li.slide_fourth,
.top-slider ul li.slide_third {
  background-image: url("../gfx/old-webkreator.jpg");
}
.top-slider ul li.slide_one .h1,
.top-slider ul li.slide_one h1,
.top-slider ul li.slide_fourth h1,
.top-slider ul li.slide_third h1,
.top-slider ul li.slide_two h1 {
  font-family: "Dobra";
}

.top-slider ul li.slide_fourth h1.homepage-h1, .top-slider ul li.slide_third h1.homepage-h1, .top-slider ul li.slide_two h1.homepage-h1, .top-slider ul li.slide_one h1.homepage-h1 {
    line-height: 65px;
  margin-top:-15px;
}

.slide_two.slide_ssl div.container div.row div.col-lg-12 h1.homepage-h1 {
  width:750px;
}

.top-slider ul li h3.homepage-h3 {
  margin-top:-15px;
  margin-bottom:10px;
}

.top-slider ul li .h1 strong,
.top-slider ul li.slide_one h1 strong,
.top-slider ul li.slide_fourth h1 strong,
.top-slider ul li.slide_third h1 strong,
.top-slider ul li.slide_two h1 strong {
  display: block;
  font-family: "DobraBold";
}

.top-slider ul li.slide_third.ox-slide h1 strong {
  display: inline;
}

.top-slider ul li.slide_one h1.homepage-h1-no-br strong,
.top-slider ul li.slide_fourth h1.homepage-h1-no-br strong,
.top-slider ul li.slide_third h1.homepage-h1-no-br strong,
.top-slider ul li.slide_two h1.homepage-h1-no-br strong {
    display: inline;
    font-family: "DobraBold";
}
.top-slider ul li.slide_one {
  background-image: url("../gfx/slide-1-az.jpg");
}

html body.customize-support div.wrappper.top-slider.az-slider.subpage-slider.webmaker-slider div.bx-wrapper div.bx-viewport ul.main-slider-subpage li.slide_two {
  background-image: url("../gfx/old-webkreator.jpg");
}

.top-slider ul li.slide_third .h1,
.top-slider ul li.slide_third h1 {
  width: 900px;
}
.top-slider ul li.slide_fourth {
  background-image: url("../gfx/slide-4.png");
}

/*PROMO 100 SHOPS*/
.top-slider ul li.slide_fourth.shop-100 {
  background-image: url("../gfx/slide-4a.jpg");
}
.top-slider ul li.slide_fourth.shop-100.new-shop-100 {
  background-image: url("../gfx/slide-4-az.jpg");
}

.top-slider ul li.slide_fourth.shop-100.new-shop-100.new-eshop {
  background-image: url("../gfx/esklep_promo.jpg");
}

.top-slider ul li.slide_fourth.shop-100.new-shop-100.new-eshop h1 {
  width:1100px;
  margin-top:25px;
}

.top-slider ul li.slide_fourth.shop-100 h3:first-child {
  margin-top:-20px;
    /*PROMOCJA WYŁĄCZYĆ 10.04.2015background-color: #ba4647;*/
    margin-bottom: 5px;
    padding: 4px 8px;
    width: 440px;
}

.slide_two slide_domains h1 {
  line-height:60px;
}

.top-slider ul li.slide_fourth.shop-100 h3.bold {
  font-family: "DobraBold";
}

li.slide_fourth.shop-100 div .price-slide.hosting-price em.red {
  margin-top:-9px;
}

li.slide_fourth.shop-100 div .price-slide.hosting-price small {
  margin-top:-15px;
  font-size:14px;
}

li.slide_fourth.shop-100 span.shop-100-span {
  color:#fff;
  position:absolute;
  font-size:25px;
  top:355px;
  left:180px;
}

li.slide_fourth.shop-100.new-shop-100 .hosting-price span.red {
  margin-left:0px;
}
li.slide_fourth.shop-100.new-shop-100 .hosting-price em.red {
  left:165px;
}

li.slide_fourth.shop-100.new-shop-100 .hosting-price span.old-price-slide em {
  background-color: #ba4647;
    padding: 0 10px;
  font-size:24px;
  text-decoration:line-through;
  margin-top:15px;
}

li.slide_fourth.shop-100 span.shop-100-span strong {
  font-family: "DobraBold";
}

.webmarker-box4 div.container div#tabs-5.row.full-spec div.col-lg-3.box2.promo {
  height: 1555px;
}

.main-slider-subpage li.slide_fourth.shop-100 .expanded-content.box-shop {
  margin-top:25px;
}

/*END PROMO 100 SHOPS*/

.top-slider ul li.slide_domains {
  /*background-image: url("../gfx/sldie-domains.png");*/
  background-image: url("../gfx/sldie-domains-back-az.jpg");
}

.top-slider ul li.slide_domains.new {
  background-image: url("../gfx/nTLD-bg.jpg");
}

.top-slider ul li.slide_domains.cctld {
  background-image: url("../gfx/slider_cokraj_1920_1110.jpg");
}

.top-slider ul li.slide_domains.cctld h1 {
  text-shadow:none;
  color:#4d4f56;
}

.top-slider ul li.slide_domains.cctld h3 {
  text-shadow:none;
  color:#4d4f56;
  font-size:42px;
  margin-bottom:30px;
  margin-top:-10px;
  display:block;
}

.top-slider ul li.slide_domains.cctld span.brutto-price {
  color:#4d4f56;
  font-size:13px;
  text-shadow:none;
  font-family: "Dobra";
  display:block;
  margin:-60px 0 0 70px;
}

.top-slider ul li.slide_domains.cctld .hosting-price span.old-price-slide {
  text-shadow:none;
  color:#4d4f56;
}

.top-slider ul li.slide_domains.new.ntld {
  background-image: url("../gfx/slider_glowna_ntld_expert.jpg");
}

.top-slider ul li.slide_domains.new.domains10 {
  background-image: url("../gfx/domeny_strzalw10.jpg");
}


.top-slider ul li.slide_domains.new.domains10 h1 {
  color:#4d4f56;
  text-shadow:none;
  font-size:75px;
}

.top-slider ul li.slide_domains.new.domains10 h3 {
  color:#4d4f56;
  text-shadow:none;
  font-size:37px;
}

.top-slider ul li.slide_domains.new.domains10 h3 strong {
  color:#bb4748;
  font-family: "DobraBold";
}

.top-slider ul li.slide_domains.new.ntld.eu {
  background-image: url("../gfx/slider_glowna_domeny_eu.jpg");
}

.top-slider ul li.slide_domains.new.ntld.eu h1 {
  font-size:28px;
  line-height:60px;
}

@-moz-document url-prefix() {
    .top-slider ul li.slide_domains.new.ntld.eu h1 {
        margin-top:15px;
    }
}

.top-slider ul li.slide_domains.new.ntld.eu .price-slide.hosting-price span.red {
  font-size:85px;
}

.top-slider.az-slider.subpage-slider.domains-page-off-slider .hosting-price span.red {
  /*width:320px;*/
}

.top-slider ul li.slide_domains.new.ntld.eu .price-slide.hosting-price span strong.nobold {
  font-size:85px;
}

.top-slider ul li.slide_domains.new.ntld.eu h1 span {
  font-family: "DobraBold";
}

.top-slider ul li.slide_domains.new.ntld.eu h1 strong {
  font-size:90px;
}

.top-slider ul li.slide_domains.new.ntld h3 {
  font-size:23px;
}

.top-slider ul li.slide_domains.new.ntld .price-slide.hosting-price {
  margin-top:10px;
  height:100px;
}

.top-slider ul li.slide_domains.new.ntld .price-slide.hosting-price span.red {
  font-size:60px;
}

.top-slider ul li.slide_domains.new.ntld .price-slide.hosting-price span.old-price-slide {
  margin-top:20px;
}

.top-slider ul li.slide_domains.new.ntld a {
  margin-top:10px;
}

.top-slider ul li.slide_domains.new.ntld h3:first-child {
  font-size:15px;
  text-transform:uppercase;
  font-family: "DobraBold";
  width:190px;
  margin-top:-30px;
}


.top-slider ul li.slide_domains.new.ntld h1 {
  font-size:47px;
  line-height:47px;
}

.top-slider ul li.slide_domains.new.ntld h1 strong {
  font-size:63px;
}

.top-slider ul li.slide_domains.fotolia {
  background-image: url("../gfx/slider_glowna_domains_fotolia.jpg");
}

.top-slider ul li.slide_domains h1 {
  width: 860px;
}

.top-slider ul li.slide_domains.fotolia h1 {
  text-transform:uppercase;
  font-size:62px;
  font-family: "DobraBold";
  width:800px;
  margin-top:30px;
}
.top-slider ul li.slide_domains.fotolia h1 strong {
  display:block;
  font-size:75px;
  line-height:65px;
  margin-left:-15px;
}
.top-slider ul li.slide_domains.fotolia h1 strong em {
  background-color: #e92c3e;
    display: inline-block;
    font-style: normal;
    height: 65px;
    line-height: 65px;
    padding: 0 10px;
}

.top-slider ul li.slide_domains.fotolia h3 {
  display: inline-block;
  background-color: #e92c3e;
  padding: 4px 15px;
  text-transform:uppercase;
  font-size:27px;
  font-family: "Dobra";
  margin-left:-15px;
  margin-top:25px;
}

.top-slider ul li.slide_domains.fotolia img {
  position:absolute;
  top:185px;
  left:425px;
}

.top-slider ul li.slide_domains.fotolia h3 span {
  font-family: "DobraBold";
}
  

.top-slider ul li.slide_ssl {
  /*background-image: url("../gfx/ssl-slide.png");*/
  background-image: url("../gfx/ssl-slide-promo.jpg");
}
.top-slider ul li.slide_vps {
  background-image: url("../gfx/vps-slide.png");
}
.top-slider ul li.slide_vps.new {
  background-image: url("../gfx/vps-slide.jpg");
}

.top-slider .slide_vps.new .expanded-content  h4 {
  font-family: "Dobra";
  line-height:22px;
}

.top-slider span.bull:first-child {
  margin-left:0px;
}

.top-slider .slide_vps.new h3 {
  margin: -5px 0 10px 0;
}

.top-slider .slide_vps.new h3 span.red {
  background-color: #bb4748;
    margin-bottom: 0;
    padding: 2px 6px;
    width: 247px;
}

.top-slider span.bull {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  width:7px;
  height:7px;
  background-color:#00a651;
  display:inline-block;
  margin:0 10px;
  vertical-align:middle;
}

.top-slider .slide_vps.new .expanded-content  h4 strong {
  font-family: "DobraBold";
}

.top-slider ul li.slide-anty {
  background-image: url("../gfx/slide-anty.png");
}
.top-slider.extended .bx-controls-direction {
  top: -785px;
}
.arrow-back-w {
  background-image: url("../gfx/w-arrow-back.png") !important;
}
.search {
  width: 100%;
  padding-top: 12px;
  font-family: "Dobra";
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  height: 70px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
.search h2 {
  display: block;
  color: #ffffff;
  margin: 0px 0 0px 0;
  font-family: "DobraBold";
  font-size: 22px;
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 10px;
}
.search form {
  padding: 5px;
  display: inline-block;
  width: 587px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  background-color: #fff;
}
.search form input {
  width: 536px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding-left: 10px;
  color: #a3a3a3;
  border: none;
  font-size: 22px;
  position: relative;
  top: 3px;
  outline: none;
}
.search form button span {
  display: block;
  width: 100%;
  background-image: url("../gfx/icon-lup.png");
  background-position: 8px 8px;
  background-repeat: no-repeat;
  height: 38px;
}
.btn-az-search {
  width: 38px;
  height: 38px;
  padding: 0;
}
.box-under-slider .short-desc {
  padding-top: 60px;
}
.box-under-slider .short-desc h1 {
  display: block;
  color: #00a651;
  margin: 5px 0 5px 0;
  font-family: "DobraBold";
  font-size: 32px;
}
.box-under-slider .short-desc h2 {
  display: block;
  color: #454952;
  margin: 0px 0 20px 0;
  font-family: "Dobra";
  font-size: 32px;
}
.box-under-slider .short-desc p {
  color: #454952;
  font-family: "Dobra";
  width: 680px;
  font-size: 16px;
}
.box-under-slider .desc {
  padding-top: 20px;
}
.box-under-slider .desc a {
  margin-top: 20px;
  margin-right: 16px;
}
.box-under-slider .desc .price {
  width: 160px;
  display: inline-block;
  float: left;
  font-family: "Dobra";
  color: #454952;
  position: relative;
}
.box-under-slider .desc .price.wide {
    width:190px;
}
.box-under-slider .desc .price span {
  font-size: 62px;
}
.box-under-slider .desc .price em {
  font-size: 31px;
  font-style: normal;
  position: absolute;
  top: 10px;
}
.box-under-slider .desc .price span.old-price,
.box-under-slider .desc .price small {
  font-size: 22px;
  position: absolute;
  bottom: 15px;
}
.box-under-slider .desc .price span.old-price {
  top: -10px;
  width:120px;
}
.box-under-slider .desc .price span.old-price i {
  color: #444444;
  font-size: 13px;
  font-style: normal;
}
.box-under-slider ul {
  float: left;
  padding: 0 0 47px 0;
  margin-top: 20px;
}
.box-under-slider ul li {
  padding-left: 0;
  margin-left: -5px;
  display: inline-block;
  list-style: none;
  margin-right: 25px;
  margin-left: 0px;
  width: 340px;
  padding-left: 68px;
  background-position: 12px 4px;
  background-repeat: no-repeat;
}
.box-under-slider ul li > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.box-under-slider ul li h3 {
  display: block;
  color: #454952;
  margin: 0px 0 5px 0;
  font-family: "DobraBold";
  font-size: 16px;
}
.box-under-slider ul li p {
  font-family: "Dobra";
  font-size: 16px;
  color: #454952;
  line-height: 18px;
}
.box-under-slider ul li:nth-of-type(1) {
  background-image: url("../gfx/icon-box.png");
}
.box-under-slider ul.webmaker li:nth-of-type(1) {
  background-image: url("../gfx/icon-one-click.png");
}
.box-under-slider ul.webmaker li:nth-of-type(4) {
  background-image: url("../gfx/icon-box-app.png");
}
.box-under-slider ul li:nth-of-type(2) {
  background-image: url("../gfx/icon-arrows.png");
}
.box-under-slider ul li:nth-of-type(3) {
  background-image: url("../gfx/icon-tablet.png");
}
.box-under-slider ul li:nth-of-type(4) {
  background-image: url("../gfx/icon-pen.png");
}
.desc-2 ul li:nth-of-type(2) {
  background-image: url("../gfx/icon-basket.png");
}
.desc-2.shop ul li:nth-of-type(2) {
  background-image: url("../gfx/icon-email.png");
}
.desc-2 ul li:nth-of-type(4) {
  background-image: url("../gfx/icon-rise.png");
}
.desc-3 ul li:nth-of-type(1) {
  background-image: url("../gfx/icon-option.png");
}
.desc-3 ul li:nth-of-type(2) {
  background-image: url("../gfx/icon-lr-arrow.png");
}
.desc-3 ul li:nth-of-type(3) {
  background-image: url("../gfx/icon-setting.png");
}
.desc-3 ul li:nth-of-type(4) {
  background-image: url("../gfx/icon-email.png");
}
.box-img-3,
.box-img-2,
.box-img-1 {
  background-image: url("../gfx/image-1.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 552px;
}
.box-img-2 {
  background-image: url("../gfx/image-2.png");
  float: right;
}

.box-img-2.webmaker {
  background-image: url("../gfx/webmaker_home.png");
  float: right;
}

 .box-img-2.webmaker.webmaker-home {
  bottom:0px;
}

.box-color {
  background-color: #eff0f2;
}


.box-img-3 {
  background-image: url("../gfx/image-3.png");
  height: 480px;
}
.box-start-img-1 {
    position: relative;
    bottom: -169px;
}

.box-img-1.bottom {
  bottom:-47px;
}

.box-start-img-1.webmaker-home {
  bottom: -122px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
  .box-start-img-1 {
    position: relative;
    bottom: -165px;
  }
}

.parallax {
  background-image: url("../gfx/image-parallax.jpg");
  background-repeat: no-repeat;
  height: 521px;
}
.parallax.offparallax{
  background-position:0 -500px!important;
}
.resume {
  height: 150px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 60px;
  text-align: center;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
.resume .resume-head h1,
.resume .resume-head h2 {
  display: block;
  color: #ffffff;
  margin: 0px 0 15px 0;
  font-family: "Dobra";
  font-size: 32px;
  line-height: 24px;
}
.resume .resume-head h2 {
  display: block;
  color: #ffffff;
  margin: 0px 0 5px 0;
  font-family: "Dobra";
  font-size: 22px;
}
.resume-info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.resume-info h2,
.resume-info h3 {
  display: block;
  color: #ffffff;
  margin: 0px 0 5px 0;
  font-family: "DobraBold";
  font-size: 22px;
}
.resume-info h3 {
  display: block;
  color: #ffffff;
  margin: 0px 0 0px 0;
  font-family: "Dobra";
  font-size: 16px;
}
.resume-info .resume-info-1,
.resume-info .resume-info-2,
.resume-info .resume-info-3 {
  margin-top: 30px;
  height: 96px;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 90px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
.resume-info .resume-info-1 {
  background-image: url("../gfx/icon-agreement.png");
}
.resume-info .resume-info-2 {
  background-image: url("../gfx/icon-basket-2.png");
}
.resume-info .resume-info-3 {
  background-image: url("../gfx/icon-tick.png");
}
.exp {
  padding-bottom: 20px;
}
.exp h2,
.exp p {
  display: block;
  color: #ffffff;
  margin: 25px 0 25px 0;
  font-family: "Dobra";
  font-size: 22px;
}
.exp p {
  font-size: 16px;
  line-height: 18px;
}
.exp .col-lg-8.exp {
  padding-bottom: 5px;
}
.exp .col-lg-8.exp ul {
  padding: 0;
}
.exp .col-lg-8.exp ul li {
  padding-left: 0;
  margin-left: -5px;
  display: inline-block;
  list-style: none;
  margin-right: 25px;
  margin-left: 0px;
  padding-left: 36px;
  background-repeat: no-repeat;
  background-position: left 3px;
  width: 340px;
  margin-bottom: 25px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
.exp .col-lg-8.exp ul li > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.exp .col-lg-8.exp ul li h2 {
  font-family: "DobraBold";
  margin: 0;
}
.exp .col-lg-8.exp ul li p {
  display: block;
  color: #ffffff;
  margin: 0px 0 0px 0;
  font-family: "Dobra";
  font-size: 16px;
}
.exp .col-lg-8.exp ul li:nth-of-type(1) {
  background-image: url("../gfx/icon-world.png");
}
.exp .col-lg-8.exp ul li:nth-of-type(2) {
  background-image: url("../gfx/icon-personal.png");
}
.exp .col-lg-8.exp ul li:nth-of-type(3) {
  background-image: url("../gfx/icon-serwer.png");
}
.exp .col-lg-8.exp ul li:nth-of-type(4) {
  background-image: url("../gfx/icon-king.png");
}
.exp .slider-small {
  position: relative;
}
.exp .slider-small ul.bx-slider-small li img {
  display: inline-block;
  float: left;
  margin-right: 25px;
}
.exp .slider-small ul.bx-slider-small li h4 {
  display: block;
  color: #ffffff;
  margin: 0px 0 0px 0;
  font-family: "DobraBold";
  font-size: 16px;
}
.exp .slider-small ul.bx-slider-small li p {
  display: block;
  color: #ffffff;
  margin: 0px 0 0px 0;
  font-family: "Dobra";
  font-size: 13px;
}

.exp .slider-small ul.bx-slider-small li p.user-opinion {
  display: block;
  color: #ffffff;
  margin: 0px 0 20px 0;
  font-family: "Dobra";
  font-size: 16px;
}

.slider-small .bx-pager.bx-default-pager {
  position: absolute;
  right: 0;
  bottom: 5px;
}
.slider-small .bx-pager.bx-default-pager .bx-pager-item {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 5px;
}
.slider-small .bx-pager.bx-default-pager .bx-pager-item a {
  width: 7px;
  height: 7px;
  float: left;
  border: 1px solid #00a651;
  text-indent: -666666px;
  outline: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.slider-small .bx-pager.bx-default-pager .bx-pager-item a.active {
  background-color: #00a651;
}


@media screen and (-webkit-min-device-pixel-ratio:0) { 
  .parallax > div.wrapper.exp .col-lg-4 > div.bx-viewport{
    height:158px!important;
  }
}


.footer {
  font-family: "Dobra";
  background-color: #333333;
  margin-bottom:-20px;
}

.col-lg-8.contact-footer {
  text-align:right;
}

.footer h2,
.footer h3,
.footer p {
  display: block;
  color: #ffffff;
  margin: 60px 0 20px 0;
  font-family: "Dobra";
  font-size: 16px;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  text-decoration: none;
  opacity: 0.9;
}
.footer h3 {
  padding: 0 0 10px 57px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("../gfx/icon-pig.png");
  margin: 30px 0 0px 0;
  text-decoration: none;
}
.footer h3:hover {
  opacity: 0.8;
}
.footer p {
  margin: 0;
  color: #7a7a7a;
  line-height: 16px;
}
.footer p small {
  color: #858585;
  font-size: 11px;
}

.footer p.small-info small {
    display:block;
    margin-bottom:10px;
}

.footer p.footer-cp {
    display:block;
    margin-top:10px;
    line-height:20px;
}

.footer p.email a {
    font-size:12px;
    text-decoration:underline;
}

.footer ul {
  padding: 0 0 50px 0;
  margin: 10px 0 0 0;
}
.footer ul li {
  padding-left: 0;
  margin-left: -5px;
  display: inline-block;
  list-style: none;
  margin-right: 0px;
  margin-left: 0px;
  display: block;
}
.footer ul li > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.footer ul li a {
  font-size: 11px;
  color: #7a7a7a;
  text-decoration: none;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer .row.footer {
  padding: 8px 0px 0px 0;
  border-top: 1px solid #575757;
}
.footer .row.footer span {
  font-size: 11px;
  color: #515151;
}
.footer .row.footer ul {
  margin: 0;
  padding: 0 0 10px 0;
  float: right;
}
.footer .row.footer ul li {
  display: inline-block;
  list-style: none;
  margin-right: 0px;
  margin-left: 0px;
  width: 25px;
  height: 18px;
}
.footer .row.footer ul li a {
  display: block;
  background-repeat: no-repeat;
  background-position: left top;
  width: 25px;
  height: 18px;
  text-indent:-6666px;
}
.footer .row.footer ul li a:hover {
  opacity: 0.8;
}
.footer .row.footer ul li:nth-of-type(1) a {
  background-image: url("../gfx/icon-facebook.png");
}
.footer .row.footer ul li:nth-of-type(3) {
  margin-right: 8px;
}
.footer .row.footer ul li:nth-of-type(2) a {
  background-image: url("../gfx/icon-twitter.png");
  margin-right: 8px;
}
.footer .row.footer ul li:nth-of-type(3) a {
  background-image: url("../gfx/icon-google.png");
}

.footer .container div.row div.row.footer {
  padding-bottom:0px;
}

.anchor {
  z-index: 99999999999;
  position: fixed;
  top: 150px;
  right: 20px;
  display: block;
  font-size: 16px;
  color: #fff;
  font-family: "Dobra";
}
.anchor ul {
  float: right;
  padding: 0;
}
.anchor ul li {
  height: 30px;
  display: block;
  list-style: none;
}
.anchor ul li span {
  background-image: url("../gfx/bg-anchor.png");
  background-repeat: no-repeat;
  float: left;
  width: 165px;
  text-align: left;
  padding: 2px 0 2px 15px;
  display: none;
}
.anchor ul li span.active {
  display: inline-block;
}
.anchor ul li a {
  position: relative;
  margin-top: 8px;
  display: inline-block;
  width: 12px;
  height: 12px;
  float: right;
  border: 1px solid #00a651;
  text-indent: -666666px;
  outline: none;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.anchor ul li a:hover,
.anchor ul li a.active {
  background-color: #00a651;
}
.hidden-content-sub-menu {
  display: none;
}
.menu li .sub-menu-wrapper {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 80px;
  width: 846px;
  display: none;
  background-color: #fff;
  position: fixed;
  left: 50%;
  margin-left: -390px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding: 0 28px;
}
.menu li .sub-menu-wrapper ul {
  display: inline-block;
  float: left;
  width: 130px;
  border-right: 1px solid #d7d7d7;
  margin: 0;
  padding: 28px 20px 0 0;
  min-height: 242px;
}
.menu li .sub-menu-wrapper ul li {
  display: block;
  float: left;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 5px;
}
.menu li .sub-menu-wrapper ul li a {
  font-size: 16px;
  font-family: "Dobra";
  color: #454952;
  padding: 0;
  border: 0;
  height: 25px;
  text-transform: capitalize;
}
.menu li .sub-menu-wrapper ul li a:hover {
  font-family: "DobraBold";
}
.menu li .sub-menu-wrapper .sub-menu-content {
  margin: 28px 0 0 20px;
  position: relative;
  display: inline-block;
  float: right;
  width: 640px;
  min-height: 186px;
}
.menu li .sub-menu-wrapper .sub-menu-content h2 {
  display: block;
  color: #454952;
  margin: -1px 0 15px 0;
  font-family: "DobraBold";
  font-size: 16px;
  display: inline-block;
  width: 400px;
  text-transform: uppercase;
}
.menu li .sub-menu-wrapper .sub-menu-content p {
  display: inline-block;
  display: block;
  color: #454952;
  margin: 0px 0 0px 0;
  font-family: "Dobra";
  font-size: 16px;
  line-height: 20px;
  width: 400px;
}
.menu li .sub-menu-wrapper .sub-menu-content img {
  position: absolute;
  width: 186px;
  height: 186px;
  top: 0;
  right: 0;
}
.menu li .sub-menu-wrapper .sub-menu-content a {
  width: 120px;
  padding: 12px 30px;
  height: auto;
  border: 0;
  position: absolute;
  bottom: 0;
}
.menu li .sub-menu-wrapper .sub-menu-content a:hover {
  border: 0;
  font-family: "Dobra";
}
.menu li .sub-menu-wrapper.fixed {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 60px;
}
.menu ul li span.icon-top.fixed {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 57px;
}
ul.tabs {
  padding-left: 30px;
  height: 30px;
}
ul.tabs li {
  height: 30px;
  font-size: 16px;
  display: inline-block;
  list-style: none;
  margin-right: 25px;
  margin-left: 0px;
}
ul.tabs li.active {
  border-bottom: 3px solid #00a651;
  font-family: "DobraBold";
}
ul.tabs li a {
  outline: none;
  text-decoration: none;
  color: #454952;
}
ul.tabs li:hover {
  border-bottom: 3px solid #00a651;
}
.webmarker-box4 {
  padding: 30px 0 80px 0;
  font-family: "Dobra";
}
.webmarker-box4 ul.tabs {
  width: 260px;
  margin: 0 auto;
}
.webmarker-box4 h1, .webmarker-box4 .h1{
  display: block;
  color: #00a651;
  margin: 0px 0 10px 0;
  font-family: "DobraBold";
  font-size: 32px;
  text-align: center;
}
.webmarker-box4 h2, .webmarker-box4 p{
  display: block;
  color: #454952;
  margin: 0px 0 50px 0;
  font-family: "Dobra";
  font-size: 22px;
  text-align: center;
}
.webmarker-box4 #tabs-4 {
  padding-top: 35px;
}
.webmarker-box4 .webmar-box1,
.webmarker-box4 .webmar-box2,
.webmarker-box4 .webmar-box3 {
  height: 640px;
  position: relative;
  padding: 30px 20px;
}
.webmarker-box4.sliderCREATOR .webmar-box1,
.webmarker-box4.sliderCREATOR .webmar-box2,
.webmarker-box4.sliderCREATOR .webmar-box3 {
  height: 615px;
}
.webmarker-box4 .webmar-box1 ul,
.webmarker-box4 .webmar-box2 ul,
.webmarker-box4 .webmar-box3 ul {
  margin-top: 25px;
  padding-left: 95px;
}
.webmarker-box4 .webmar-box1 ul li,
.webmarker-box4 .webmar-box2 ul li,
.webmarker-box4 .webmar-box3 ul li {
  padding-left: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  list-style-type:circle \0/;
  line-height: 19px;
  color: #00a651;
}

.expanded-content div.col-lg-12 div.col-lg-4.box ul li {
  list-style-type:circle \0/;
}

:root .webmarker-box4 .webmar-box1 ul li,
:root .webmarker-box4 .webmar-box2 ul li,
:root .webmarker-box4 .webmar-box3 ul li,
:root .expanded-content div.col-lg-12 div.col-lg-4.box ul li {
  list-style-type:circle\0/IE8+9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .webmarker-box4 .webmar-box1 ul li,
  .webmarker-box4 .webmar-box2 ul li,
  .webmarker-box4 .webmar-box3 ul li,
  .expanded-content div.col-lg-12 div.col-lg-4.box ul li  {
    list-style-type:circle;
  }
  .webmarker-box4 .webmar-box1 ul li span,
  .webmarker-box4 .webmar-box2 ul li span,
  .webmarker-box4 .webmar-box3 ul li span {
    font-size: 16px;
  }
}

.webmarker-box4 .webmar-box1 ul li span,
.webmarker-box4 .webmar-box2 ul li span,
.webmarker-box4 .webmar-box3 ul li span {
  color: #454952;
}
.webmarker-box4 .webmar-box1 img,
.webmarker-box4 .webmar-box2 img,
.webmarker-box4 .webmar-box3 img {
  display: block;
  margin: 0 auto;
}
.webmarker-box4 .webmar-box1 h2,
.webmarker-box4 .webmar-box2 h2,
.webmarker-box4 .webmar-box3 h2 {
  display: block;
  color: #454952;
  margin: 25px 0 0px 0;
  font-family: "DobraBold";
  font-size: 22px;
  text-align: center;
}
.webmarker-box4 .webmar-box1 h2 strong,
.webmarker-box4 .webmar-box2 h2 strong,
.webmarker-box4 .webmar-box3 h2 strong {
  font-family: "Dobra";
  /*text-transform: uppercase;*/
}

.webmarker-box4 .webmar-box1 .main-price,
.webmarker-box4 .webmar-box2 .main-price,
.webmarker-box4 .webmar-box3 .main-price {
  bottom: 95px;
  left: 45%;
  margin-left: -105px;
  position: absolute;
  width: 250px;
}
.webmarker-box4 .webmar-box1 a.btn.btn-default,
.webmarker-box4 .webmar-box2 a.btn.btn-default,
.webmarker-box4 .webmar-box3 a.btn.btn-default {
  position: absolute;
  bottom: 44px;
  left: 50%;
  margin-left: -60px;
  font-size: 16px;
  padding: 6px 18px;
}
.webmarker-box4 .webmar-box3.shop-pro.vps-pack.rec a.btn.btn-default {
  bottom: 41px;
}
.webmarker-box4 .webmar-box1:hover,
.webmarker-box4 .webmar-box2:hover,
.webmarker-box4 .webmar-box3:hover {
  background-color: #eff0f2;
}
.webmarker-box4 .webmar-box1.rec,
.webmarker-box4 .webmar-box2.rec,
.webmarker-box4 .webmar-box3.rec {
  border: 3px solid #00a651;
}
.webmarker-box4 .webmar-box1.rec > span,
.webmarker-box4 .webmar-box2.rec > span,
.webmarker-box4 .webmar-box3.rec > span {
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  background-color: #bb4748;
  padding: 5px 20px;
  position: relative;
  top: -43px;
  text-align: center;
  margin-left: -50px;
  left: 50%;
  font-family: "DobraBold";
}
.webmarker-box4 div.container div#tabs-4.row div.col-lg-4.webmar-box3.shop-pro.rec img {
    margin-top: -8px;
}
.webmarker-box4 div.container div#tabs-4.row div.col-lg-4.col-lg-offset-2.webmar-box2 img {
    /*margin-top:30px;*/
}
.webmarker-box4 .webmar-box1.shop-pro img,
.webmarker-box4 .webmar-box2.shop-pro img,
.webmarker-box4 .webmar-box3.shop-pro img {
  margin-top: 15px;
}
.webmarker-box4 .webmar-box1.antivirus-box,
.webmarker-box4 .webmar-box2.antivirus-box,
.webmarker-box4 .webmar-box3.antivirus-box {
  background-color: #fff;
}
.webmarker-box4 .webmar-box1.antivirus-box ul,
.webmarker-box4 .webmar-box2.antivirus-box ul,
.webmarker-box4 .webmar-box3.antivirus-box ul {
  padding: 0 30px 0px 50px;
}
.webmarker-box4 .webmar-box1.antivirus-box ul li,
.webmarker-box4 .webmar-box2.antivirus-box ul li,
.webmarker-box4 .webmar-box3.antivirus-box ul li {
  list-style: none;
  background-image: url("../gfx/tick-green.png");
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: left 3px;
  margin-bottom: 7px;
}
.webmarker-box4.vps-bottom-slider .webmar-box2,
.webmarker-box4.vps-bottom-slider .webmar-box3 {
  height: 550px;
}
.main-price {
  display: block;
  position: relative;
  font-family: "Dobra";
  color: #454952;
}
.main-price span {
  font-family: "DobraBold";
  font-size: 37px;
  display: inline-block;
}
.main-price em,
.main-price small {
  font-size: 36px;
  position: absolute;
  font-style: normal;
  margin-left: 1px;
}

.main-price em {
  top: 9px;
  width:85px;
}
.main-price small {
   bottom: 10px;
   font-family: "Dobra";
   font-size: 14px;
   width: 110px;
   margin-left: 3px;
}

.resume .box-price div:first-child small {
  margin-left:-10px;
}

td.resume form.specification div.box-price .main-price.price2-box1 small,
td.resume form.specification div.box-price .main-price.price2-box2 small,
td.resume form.specification div.box-price .main-price.price2-box3 small,
td.resume form div.box-price div#price1-box1.main-price.hide-box small,
td.resume form div.box-price div#price1-box2.main-price.hide-box small,
td.resume form div.box-price div#price1-box3.main-price.hide-box small,
td.resume form div.box-price div#price2-box1.main-price small,
td.resume form div.box-price div#price2-box2.main-price small,
td.resume form div.box-price div#price2-box3.main-price small {
  margin-left:-17px;
  font-size:14px;
}

.main-price span.old-price-slide {
  position: relative;
  margin-right: 5px;
  top: -18px;
  font-size: 22px;
  font-family: "Dobra";
  color: #bb4848;
  opacity:0.8;
}
.main-price span.old-price-slide i {
  font-style: normal;
  font-size:12px;
  color:#444;
}
.webmarker-box3 {
  font-family: "Dobra";
  color: #454952;
  padding: 60px 0;
  background-color: #eff0f2;
}
.webmarker-box3 .home-pack {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding: 15px 15px 15px 115px;
  background-position: 20px 15px;
  background-repeat: no-repeat;
}
.webmarker-box3 .home-pack.google-ad-words {
  background-image: url("../gfx/icon-google-ad-words.png");
}
.webmarker-box3 .home-pack.position {
  background-image: url("../gfx/icon-disk.png");
}
.webmarker-box3 .home-pack.fotolia {
  background-image: url("../gfx/icon-fotolia.png");
}
.webmarker-box3 .home-pack.free-domen {
  background-image: url("../gfx/icon-world-domain.png");
}
.webmarker-box3 .home-pack.norton-anty {
  background-image: url("../gfx/icon-norton.png");
}
.webmarker-box3 .home-pack.certyfiact {
  background-image: url("../gfx/icon-padlock.png");
}
.webmarker-box3 .home-pack.accounting {
  background-image: url("../gfx/w-firma.pl.png");
}
.webmarker-box3 .home-pack.apaczka {
  background-image: url("../gfx/icon-apaczka.pl.png");
}
.webmarker-box3 .home-pack.inpost {
  background-image: url("../gfx/icon-inpost.png");
}
.webmarker-box3 .home-pack.payu {
  background-image: url("../gfx/icon-payu.png");
}
.webmarker-box3 .home-pack.tpl {
  background-image: url("../gfx/template-www.png");
}
.webmarker-box3 .home-pack.padlock {
  background-image: url("../gfx/icon-padlock.png");
}
.webmarker-box3 .home-pack.right {
  background-image: url("../gfx/icon-right.png");
}
.webmarker-box3 .home-pack:hover {
  background-color: #ffffff;
  cursor: pointer;
}

.webmarker-box3 h2, .webmarker-box3 h4 {
  display: block;
  color: #454952;
  margin: 0px 0 35px 0;
  font-family: "Dobra";
  font-size: 22px;
  text-align: center;
  width: 700px;
  margin: 0 auto;
  margin-bottom: 35px;
}
.webmarker-box3 h1, .webmarker-box3 .h1{
  display: block;
  color: #00a651;
  margin: 30px 0 10px 0;
  font-family: "DobraBold";
  font-size: 32px;
  text-align: center;
}
.webmarker-box3 .h1{
  width: auto;
}
.webmarker-box3 h3 {
  display: block;
  color: #454952;
  margin: 0px 0 5px 0;
  font-family: "DobraBold";
  font-size: 22px;
}
.webmarker-box3 span {
  color: #bb4748;
  font-size: 16px;
}
.webmarker-box3 span strong {
  font-family: "DobraBold";
}
.webmarker-box3 p {
  margin-top: 5px;
  font-size: 16px;
}
.webmarker-box3 a.link {
  float: right;
}
.webmarker-box3 a.link span.arrow-green {
  padding-right: 25px;
  color: #00a651;
  background-repeat: no-repeat;
  background-image: url("../gfx/arrow-green.png");
  background-position: right 7px;
}
a.link {
  font-size: 16px;
  color: #00a651;
}
.webmarker-parallax {
  background-image: url("../gfx/parallax-2.jpg");
  font-family: "Dobra";
  color: #fff;
}
.webmarker-parallax h1 {
  display: block;
  color: #ffffff;
  margin: 35px 0 5px 0;
  font-family: "DobraBold";
  font-size: 32px;
  text-align: center;
}
.webmarker-parallax p {
  font-size: 19px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 35px
}
.webmarker-parallax .web-par-content {
  border-top: 1px solid #b2b2ae;
  border-bottom: 1px solid #b2b2ae;
}
.webmarker-parallax .web-par-content h2 {
  display: block;
  color: #ffffff;
  margin: 0px 0 10px 0;
  font-family: "DobraBold";
  font-size: 22px;
}
.webmarker-parallax .web-par-content p {
  font-size: 16px;
  text-align: left;
}
.webmarker-parallax .web-par-content .col-lg-4 {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding: 25px 0px 25px 100px;
  background-repeat: no-repeat;
  background-position: 17px 32px;
}
.webmarker-parallax .web-par-content .col-lg-4:nth-of-type(1) {
  background-image: url("../gfx/icon-free-register.png");
}
.webmarker-parallax .web-par-content .col-lg-4:nth-of-type(2) {
  background-image: url("../gfx/icon-d-a-d.png");
}
.webmarker-parallax .web-par-content .col-lg-4:nth-of-type(3) {
  background-image: url("../gfx/icon-ready.png");
}
.webmarker-parallax .web-par-footer {
  padding: 25px 0;
  text-align: center;
}
.webmarker-parallax .web-par-footer p {
  margin-top: 20px;
  display: block;
  font-size: 22px;
  text-transform: uppercase;
}
a.button-play {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("../gfx/play-button.png");
  width: 232px;
  margin-top:15px;
  padding: 18px 0 30px 57px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  text-decoration: none;
}
a.button-play-demo {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("../gfx/play-button-demo.png");
  width: 232px;
  margin-right:30px;
  margin-top:15px;
  padding: 18px 0 30px 52px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  text-decoration: none;
}
a.button-play span,
a.button-play-demo span {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
}
.webslider-desc {
  font-family: "Dobra";
  padding: 120px 0 60px 0;
}
.webslider-desc .wrapper-slider-web {
  height: 160px;
  padding: 0 100px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
.webslider-desc .wrapper-slider-web ul.webmarker-slider-desc li {
  height: 160px;
}
.webslider-desc .wrapper-slider-web ul.webmarker-slider-desc li img {
  display: inline-block;
  float: left;
  margin-right: 35px;
}
.webslider-desc .wrapper-slider-web ul.webmarker-slider-desc li h1 {
  display: block;
  color: #454952;
  margin: 0px 0 15px 0;
  font-family: "Dobra";
  font-size: 32px;
  line-height: 24px;
  display: inline-block;
  width: 700px;
}
.webslider-desc .wrapper-slider-web ul.webmarker-slider-desc li h2 {
  display: block;
  color: #454952;
  margin: 0px 0 40px 0;
  font-family: "Dobra";
  font-size: 22px;
  display: inline-block;
  width: 700px;
}
.webslider-desc .wrapper-slider-web ul.webmarker-slider-desc li h3 {
  display: block;
  color: #454952;
  margin: 0px 0 0px 0;
  font-family: "Dobra";
  font-size: 16px;
  padding-left: 55px;
  display: inline-block;
  float: left;
  width: 200px;
  margin-right: 20px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: left 3px;
}
.webslider-desc .wrapper-slider-web ul.webmarker-slider-desc li h3:nth-of-type(1) {
  background-image: url("../gfx/icon-device-2.png");
}
.webslider-desc .wrapper-slider-web ul.webmarker-slider-desc li h3:nth-of-type(2) {
  background-image: url("../gfx/icon-symbol-graf.png");
}
.webslider-desc .wrapper-slider-web ul.webmarker-slider-desc li h3:nth-of-type(3) {
  background-image: url("../gfx/icon-editor.png");
}
.webslider-desc .bx-controls-direction {
  top: 30px;
}

.subpage-slider .bx-controls {
    display:none;
}

.webslider-desc .bx-pager.bx-default-pager {
  position: absolute;
  top: -85px;
  left: 50%;
  margin-left: -160px;
}
.webslider-desc .bx-pager.bx-default-pager .bx-pager-item {
  width: 130px;
  margin-right: 25px;
  display: inline-block;
  float: left;
  font-size: 16px;
}
.webslider-desc .bx-pager.bx-default-pager .bx-pager-item a.bx-pager-link {
  color: #454952;
  text-decoration: none;
  padding-bottom: 10px;
}
.webslider-desc .bx-pager.bx-default-pager .bx-pager-item a.bx-pager-link:hover,
.webslider-desc .bx-pager.bx-default-pager .bx-pager-item a.bx-pager-link.active {
  font-family: "DobraBold";
  border-bottom: 3px solid #00a651;
}
.az-slider .bx-controls-direction {
  width: 1290px;
  position: absolute;
  left: -60px;
}
.az-slider .bx-controls-direction a {
  display: block;
  float: left;
  text-indent: -66666px;
  outline: none;
  width: 30px;
  height: 70px;
  background-repeat: no-repeat;
}
.az-slider .bx-controls-direction a.bx-prev {
  background-image: url("../gfx/slider-btn-prev.png");
}
.az-slider .bx-controls-direction a.bx-next {
  float: right;
  background-image: url("../gfx/slider-btn-next.png");
}
.subpage-slider .bx-controls.bx-has-pager.bx-has-controls-direction {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.5);
}
.subpage-slider .bx-controls.bx-has-pager.bx-has-controls-direction .bx-pager.bx-default-pager {
  width: 200px;
  position: relative;
  left: 50px;
  margin: 0 auto;
}
.subpage-slider .bx-controls.bx-has-pager.bx-has-controls-direction .bx-pager.bx-default-pager .bx-pager-item {
  display: inline-block;
  float: left;
  width: 30px;
  margin-top: 30px;
}
.subpage-slider .bx-controls.bx-has-pager.bx-has-controls-direction .bx-pager.bx-default-pager .bx-pager-item a {
  border: 1px solid #00a651;
  width: 12px;
  height: 12px;
  display: block;
  text-indent: -66666px;
  outline: none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.subpage-slider .bx-controls.bx-has-pager.bx-has-controls-direction .bx-pager.bx-default-pager .bx-pager-item a.active,
.subpage-slider .bx-controls.bx-has-pager.bx-has-controls-direction .bx-pager.bx-default-pager .bx-pager-item a:hover {
  background-color: #00a651;
}
.subpage-slider .bx-controls-direction {
  left: 50%;
  margin-left: -645px;
  top: -275px;
}
.subpage-slider .bx-controls-direction a.bx-prev {
  background-image: url("../gfx/slider-btn-prev-2.png");
}
.subpage-slider .bx-controls-direction a.bx-next {
  float: right;
  background-image: url("../gfx/slider-btn-next-2.png");
}

.popup-offert {
  display: none;
  width: 100%;
  /*height: 500px;*/
  position: absolute;
  z-index: 9999;
  color: #454952;
  font-family: "Dobra";
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding: 50px 30px 30px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 #aaa;
  box-shadow: 0 0 5px 0 #aaa;
}

.popup-offert  a.green {
  float:left;
  display:block;
  margin-top:20px;
}

.popup-offert a.close-popup-btn {
  display: block;
  float: right;
  text-indent: -6666px;
  outline: none;
  background-repeat: no-repeat;
  background-image: url("../gfx/btn-close.png");
  width: 18px;
  height: 16px;
  margin: -30px -10px 0 0;
  cursor: pointer;
}

.popup-offert.fixed-popup {
    position: fixed;
    width: 1170px;
    margin-left: -580px;
    left: 50%;
    top:140px;
    height:auto;
}

.popup-offert.fixed-popup.video {
    position: fixed;
    width: 800px;
    margin-left: -400px;
  height:auto;
    left: 50%;
    top:160px;
    height:450px;
  padding:0px;
  -webkit-box-shadow: 0 0 30px 0 #3B2E2E;
  box-shadow: 0 0 30px 0 #3B2E2E;
}

.popup-offert.fixed-popup.low-height .col-lg-12 {
    min-height:100px;
    height:150px;
}

.popup-offert.fixed-popup.low-height-vl.col-lg-12 {
    min-height:90px;
    height:90px;
}

.popup-offert.fixed-popup.low-height-integrations .col-lg-12 {
    min-height:200px;
    height:290px;
}

.popup-offert.fixed-popup.low-height-integrations img {
  margin-top:-35px;
}

.popup-offert.fixed-popup.low-height-integrations p {
  width:670px;
}

.popup-offert.fixed-popup.low-height-integrations .col-lg-12 h2 a {
    font-family: "Dobra";
    font-weight:400;
    text-decoration:underline;
    margin-top:10px;
    display:block;
}

.popup-offert.fixed-popup a.close-popup-btn{
    margin:-30px 20px 0 0;
}

.popup-offert.fixed-popup.video a.close-popup-btn{
    margin:-30px 0px 0 0;
  background-image: url("../gfx/btn-close-white.png");
}

.popup-offert img {
  display: inline-block;
  float: left;
  margin-right: 50px;
  margin-bottom: 200px;
}
.popup-offert h4, .popup-offert h1{
  display: block;
  color: #454952;
  margin: 0px 0 5px 0;
  font-family: "DobraBold";
  font-size: 22px;
  text-align: left;
  display: inline-block;
  float: left;
  width: 500px;
}
.popup-offert h5, .popup-offert h2{
  display: block;
  color: #454952;
  margin: 0px 0 5px 0;
  font-family: "DobraBold";
  font-size: 16px;
  display: inline-block;
  float: left;
  width: 800px;
  text-align: left;
}
.popup-offert p {
  display: inline-block;
  float: left;
  width: 800px;
}
.popup-offert ul {
  display: inline-block;
  float: left;
  padding-left: 20px;
  min-width:500px;
}
.popup-offert ul li {
  font-size: 16px;
  list-style: decimal;
}

.popup-offert ul.no-list {
  padding-left:0px;
}

.popup-offert ul.no-list li {
  list-style: none;
}

.popup-offert table {
  width: 750px;
  border: 1px solid #ddd;
}
.preview-slide {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -106px;
  bottom: 49px;
  font-family: "Dobra";
  text-shadow: none;
  background-color: #fff;
  padding: 12px 0 0 12px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  width: 184px;
  height: 184px;
}
.preview-slide h4 {
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
}
.preview-slide p {
  text-align: center;
  font-size: 16px;
}
.preview-slide img {
  top: 0!important;
  position: relative!important;
  width: 160px;
  display: block;
  float: left;
  margin-bottom: 10px;
}
.preview-slide small.arrow-preview {
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -13px;
  background-color: #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.webmarker-box4 .hosting-box1,
.webmarker-box4 .hosting-box2,
.webmarker-box4 .hosting-box3 {
    height: 666px;
}
.webmarker-box4 .hosting-box2 img {
  margin-top: 0px;
}
.webmarker-box4 .hosting-box1 img {
  margin-top: -13px;
}
.test-hosting-box {
  padding: 60px 0;
  font-family: "Dobra";
  color: #454952;
  text-align: center;
}
.test-hosting-box strong {
  font-family: "DobraBold";
}
.test-hosting-box h1, .test-hosting-box .h1{
  display: block;
  color: #00a651;
  margin: 0px 0 10px 0;
  font-family: "Dobra";
  font-size: 32px;
}
.test-hosting-box h2, .test-hosting-box h4{
  display: block;
  color: #454952;
  margin: 0px 0 40px 0;
  font-family: "Dobra";
  font-size: 22px;
}
.test-hosting-box p {
  margin-top: 25px;
  font-size: 16px;
}
.why-az-hosting {
  padding: 60px 0;
  font-family: "Dobra";
  color: #454952;
}

.why-az-hosting .head-why-az-hosting h2, .why-az-hosting .head-why-az-hosting p{
  display: block;
  color: #454952;
  margin: 0px 0 60px 0;
  font-family: "Dobra";
  font-size: 22px;
  text-align: center;
  line-height: 22px;
}
.why-az-hosting .head-why-az-hosting h2.h1,
.why-az-hosting .head-why-az-hosting h1 {
  display: block;
  color: #00a651;
  margin: 0px 0 15px 0;
  font-family: "DobraBold";
  font-size: 32px;
  text-align: center;
}
.why-az-hosting .box1,
.why-az-hosting .box2,
.why-az-hosting .box3,
.why-az-hosting .box4,
.why-az-hosting .box5,
.why-az-hosting .box6 {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding: 10px 0 0 100px;
  background-repeat: no-repeat;
  background-position: left 12px;
}
.why-az-hosting .box1 h3,
.why-az-hosting .box2 h3,
.why-az-hosting .box3 h3,
.why-az-hosting .box4 h3,
.why-az-hosting .box5 h3,
.why-az-hosting .box6 h3,
.why-az-hosting .box1 h1,
.why-az-hosting .box2 h1,
.why-az-hosting .box3 h1,
.why-az-hosting .box4 h1,
.why-az-hosting .box5 h1,
.why-az-hosting .box6 h1 {
  display: block;
  color: #454952;
  margin: 0px 0 15px 0;
  font-family: "DobraBold";
  font-size: 22px;
  text-align: left;
}
.why-az-hosting .box1 p,
.why-az-hosting .box2 p,
.why-az-hosting .box3 p,
.why-az-hosting .box4 p,
.why-az-hosting .box5 p,
.why-az-hosting .box6 p {
  text-align: left;
  font-size: 16px;
}
.why-az-hosting .box1 {
  background-image: url("../gfx/performance.png");
}
.why-az-hosting .box2 {
  background-image: url("../gfx/transfer.png");
}
.why-az-hosting .box3 {
  background-image: url("../gfx/cotrol-panel.png");
}
/*PROMOCJA EU*/
.why-az-hosting.eu .box1 {
  background-image: url("../gfx/ico_www.png");
}
.why-az-hosting.eu .box2 {
  background-image: url("../gfx/ico_webmaker.png");
}
.why-az-hosting.eu .box3 {
  background-image: url("../gfx/ico_shop.png");
}
/*KONIEC PROMOCJI EU*/
.promo-price {
  position: absolute;
  right: 200px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  border: 1px solid #bb4748;
  width: 111px;
  height: 111px;
  display: block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  font-family: "Dobra";
  -moz-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
}

.promo-price.shop {
    right: 220px;
}

.promo-price span {
  color: #fff;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  display: block;
  width: 109px;
  height: 109px;
  border: 1px solid #fff;
  background-color: #bb4748;
  font-size: 16px;
  padding: 25px 0 0 28px;
}

.promo-price span.small-price {
  font-size: 13px;
  padding: 32px 0 0 3px;
  text-align:center;
}

.promo-price span.small-price strong {
  margin: -5px 0 0 1px;
}

.promo-price.shop span {
    padding: 16px 0 0 29px;
}

.promo-price span strong {
  display: block;
  font-family: "DobraBold";
  font-size: 22px;
  margin: -5px 0 0 -8px;
}
.hosting-slider {
  padding: 120px 0 0 0;
  background-color: #eff0f2;
  font-family: "Dobra";
  color: #454952;
}
.hosting-slider h1, .hosting-slider .h1{
  display: block;
  color: #00a651;
  margin: 0px 0 15px 0;
  font-family: "DobraBold";
  font-size: 32px;
  text-align: center;
}
.hosting-slider h2, .hosting-slider li> p{
  display: block;
  color: #454952;
  margin: 0px 0 15px 0;
  font-family: "Dobra";
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
  width: 700px;
  margin-bottom: 55px;
}
.hosting-slider p{
  line-height:22px;
}
.hosting-slider ul.sub-host-slider > li {
  background-repeat: no-repeat;
  background-position: left bottom;
  background-image: url("../gfx/bg-img-slide-hosting.png");
  padding-bottom: 70px;
  height:390px;
}

.hosting-slider.helpaz ul.sub-host-slider > li {
  background-repeat: no-repeat;
  background-position: left bottom;
  background-image: none;
  padding-bottom: 70px;
  height:auto;
}

.hosting-slider ul.sub-host-slider li.email {
  background-image: url("../gfx/mailOX-img.png");
  background-position: left 110px;
}

.hosting-slider ul.sub-host-slider li .h1,
.hosting-slider ul.sub-host-slider li.email p,
.hosting-slider ul.sub-host-slider li.email h2{
  width: auto;
}

.hosting-slider ul.sub-host-slider li.email .box{
  display: block;
  float: right;
  width: 700px;
  padding-top: 20px;
}

.hosting-slider ul.sub-host-slider li.email ul{
  margin-right: 40px;
}

.textcenter{
  text-align:center;
}
.mb30{
  margin-bottom: 30px;
}

.hosting-slider ul.sub-host-slider li.functions {
  background-image: url("../gfx/image003.png");
}

.hosting-slider ul.sub-host-slider ul {
  float: right;
  margin-right: 150px;
}
.hosting-slider ul.sub-host-slider ul li {
  padding: 0 0 0 25px;
  background-repeat: no-repeat;
  background-position: left 5px;
  background-image: url("../gfx/tick-green.png");
  list-style: none;
  font-size: 16px;
  margin-bottom: 10px;
}
.hosting-slider ul.sub-host-slider ul li strong {
  font-family: "DobraBold";
}
.slider-hosting .bx-wrapper .bx-controls.bx-has-pager.bx-has-controls-direction {
  position: absolute;
}
.slider-hosting .bx-wrapper .bx-controls.bx-has-pager.bx-has-controls-direction .bx-pager.bx-default-pager {
  width: 600px;
  left: 395px;
  display: block;
  position: absolute;
  top: -435px;
}

.slider-hosting.help-az .bx-wrapper .bx-controls.bx-has-pager.bx-has-controls-direction {
  position:relative;
}

.slider-hosting.help-az .bx-wrapper .bx-controls.bx-has-pager.bx-has-controls-direction .bx-pager.bx-default-pager {
  width: 600px;
  left: 285px;
  display: block;
  position: relative!important;
  top: -435px;
}

.slider-hosting .bx-wrapper .bx-controls.bx-has-pager.bx-has-controls-direction .bx-pager.bx-default-pager .bx-pager-item {
  display: inline-block;
  float: left;
  width: 150px;
}

.slider-hosting.help-az .bx-wrapper .bx-controls.bx-has-pager.bx-has-controls-direction .bx-pager.bx-default-pager .bx-pager-item {
  display: inline-block;
  float: left;
  width: 200px;
}

.slider-hosting .bx-wrapper .bx-controls.bx-has-pager.bx-has-controls-direction .bx-pager.bx-default-pager .bx-pager-item a {
  color: #454952;
  font-size: 16px;
  font-family: "Dobra";
}
.slider-hosting .bx-wrapper .bx-controls.bx-has-pager.bx-has-controls-direction .bx-pager.bx-default-pager .bx-pager-item a.active,
.slider-hosting .bx-wrapper .bx-controls.bx-has-pager.bx-has-controls-direction .bx-pager.bx-default-pager .bx-pager-item a:hover {
  font-family: "DobraBold";
  padding-bottom: 5px;
  border-bottom: 3px solid #00a651;
  text-decoration: none;
}
.slider-hosting .bx-wrapper .bx-controls.bx-has-pager.bx-has-controls-direction .bx-controls-direction {
  width: 1290px;
  position: absolute;
  top: -210px;
  left: -70px;
}
.slider-hosting .bx-wrapper .bx-controls.bx-has-pager.bx-has-controls-direction .bx-controls-direction a {
  outline: none;
  text-indent: -6666px;
  display: block;
  width: 30px;
  height: 70px;
  background-repeat: no-repeat;
}
.slider-hosting .bx-wrapper .bx-controls.bx-has-pager.bx-has-controls-direction .bx-controls-direction a.bx-prev {
  float: left;
  background-image: url("../gfx/slider-btn-prev.png");
}
.slider-hosting .bx-wrapper .bx-controls.bx-has-pager.bx-has-controls-direction .bx-controls-direction a.bx-next {
  float: right;
  background-image: url("../gfx/slider-btn-next.png");
}

.slider-hosting .box p strong {
  font-family: "DobraBold";
}

.az-shop .box1 {
  background-image: url("../gfx/icon-quick-start.png");
}
.az-shop .box2 {
  background-image: url("../gfx/icon-simple-managment.png");
}
.az-shop .box3 {
  background-image: url("../gfx/icon-marketing.png");
}
.az-shop .box4 {
  background-image: url("../gfx/icon-mobil.png");
}
.az-shop .box5 {
  background-image: url("../gfx/icon-quick-shoping.png");
}
.az-shop .box6 {
  background-image: url("../gfx/icon-analiz.png");
}
.az-shop-make h1 {
  display: block;
  color: #00a651;
  margin: 0px 0 15px 0;
  font-family: "DobraBold";
  font-size: 32px;
  text-align: center;
}
.az-shop-make h2 {
  display: block;
  color: #454952;
  margin: 0px 0 15px 0;
  font-family: "Dobra";
  font-size: 22px;
  text-align: center;
}
.az-shop-make h2 strong {
  font-family: "DobraBold";
}
.az-shop-make {
  padding: 60px 0;
}
.az-shop-make h4 {
  display: block;
  color: #454952;
  margin: 70px 0 15px 0;
  font-family: "Dobra";
  font-size: 22px;
  text-align: center;
}
.az-shop-make a {
  margin-left: 60px;
}

.box-shop-user {
    color: #454952;
    font-family: "Dobra";
    font-size:14px;
    text-align:center;
    line-height:18px;
    margin-top:15px;
    opacity:0.9;
}

.last-box {
  background-color: #eff0f2;
  padding: 40px 0;
  font-family: "Dobra";
  text-align: center;
  color: #454952;
}
.last-box.bg-white {
  padding: 96px 0 40px 0;
  background-color: #fff;
}
.last-box span {
  text-transform: uppercase;
  font-size: 22px;
}
.last-box span strong {
  font-family: "DobraBold";
}
.last-box a {
  position: relative;
  top: -5px;
  margin-left: 30px;
}
.last-box a span {
  font-size: 16px;
}
.ready-inte {
  padding: 60px 0 40px 0;
  font-family: "Dobra";
  color: #454952;
  background-color: #eff0f2;
}
.ready-inte h1 {
  display: block;
  color: #00a651;
  margin: 0px 0 15px 0;
  font-family: "DobraBold";
  font-size: 32px;
  text-align: center;
}
.ready-inte h2 {
  display: block;
  color: #454952;
  margin: 0px 0 25px 0;
  font-family: "Dobra";
  font-size: 22px;
  text-align: center;
}
.ready-inte .box {
  cursor: pointer;
  position: relative;
  height: 300px;
  padding-bottom: 30px;
}
.ready-inte .box h2 {
  display: block;
  color: #454952;
  margin: 0px 0 15px 0;
  font-family: "DobraBold";
  font-size: 16px;
  text-align: center;
}
.ready-inte .box p {
  text-align: center;
}
.ready-inte .box a {
  position: absolute;
  bottom: 10px;
  margin-left: 55px;
}
.ready-inte .box a.link span.arrow-green {
  background-repeat: no-repeat;
  background-position: right 7px;
  background-image: url("../gfx/arrow-green.png");
  padding-right: 25px;
}
.ready-inte .box img {
  margin-left: 15px;
}
.ready-inte .box:hover {
  background-color: #fff;
}
ul.tick-list {
  padding: 0;
}
ul.tick-list li {
  list-style: none;
  padding-left: 25px;
  display: block;
  background-repeat: no-repeat;
  font-size: 16px;
  background-position: left 5px;
  background-image: url("../gfx/tick-green.png");
}
.popup-ready-shop {
  height: 390px;
  font-family: "Dobra";
  color: #454952;
}
.popup-ready-shop h1 {
  display: block;
  color: #454952;
  margin: 60px 0 15px 0;
  font-family: "DobraBold";
  font-size: 22px;
  text-align: left;
}
.popup-ready-shop p {
  width: 700px;
}
.popup-ready-shop img {
  margin: 70px 50px 0 40px;
}
.full-spec {
  font-size: 16px;
  font-family: "Dobra";
  color: #454952;
}
#tabs-5.row.full-spec {
  height:1220px;
}
#tabs-5.row.full-spec div.col-lg-3.box3.promo {
  height:1151px;
}
#pakiety.wrapper.webmarker-box4 div.container div#tabs-5.row.full-spec {
  height:1605px;
}
#pakiety.wrapper.webmarker-box4 div.container div#tabs-5.row.full-spec div.col-lg-3.box3.promo {
    height: 1697px;
}
.rec img.promo-web {
  margin-top:-23px;
}
.full-spec.webmaker div.col-lg-3.box4 img.background-box.last-web {
  margin-top:-5px;
}

.webmaker div.col-lg-3.box2 img.background-box {
  margin-top:-6px;
}

.full-spec .box1,
.full-spec .box2,
.full-spec .box3,
.full-spec .box4 {
  padding-top: 30px;
  height: 1055px;
}

.webmarker-box4 div.container div#tabs-5.row.full-spec div.col-lg-3.box1, 
.webmarker-box4 div.container div#tabs-5.row.full-spec div.col-lg-3.box2, 
.webmarker-box4 div.container div#tabs-5.row.full-spec div.col-lg-3.box3, 
.webmarker-box4 div.container div#tabs-5.row.full-spec div.col-lg-3.box4 {
    /*height: 1500px;*/
    padding-top: 30px;
}

.webmarker-box4 div.container div#tabs-5.row.full-spec div.col-lg-3.box1.vps-page, 
.webmarker-box4 div.container div#tabs-5.row.full-spec div.col-lg-3.box2.vps-page,
.webmarker-box4 div.container div#tabs-5.row.full-spec div.col-lg-3.box3.vps-page, 
.webmarker-box4 div.container div#tabs-5.row.full-spec div.col-lg-3.box4.vps-page {
    height: 1625px;
}

.webmarker-box4 div.container div#tabs-5.row.full-spec div.col-lg-3.box1.hosting-page, 
.webmarker-box4 div.container div#tabs-5.row.full-spec div.col-lg-3.box2.hosting-page,
.webmarker-box4 div.container div#tabs-5.row.full-spec div.col-lg-3.box3.hosting-page, 
.webmarker-box4 div.container div#tabs-5.row.full-spec div.col-lg-3.box4.hosting-page {
    height: 1548px;
}

.webmarker-box4 div.container div#tabs-5.row.full-spec div.col-lg-3.box3.promo.vps-page {
    height: 1739px;
}
.box3.promo.hosting-page {
    height: 1575px !important;
}
.webmarker-box4 div.container div#tabs-5.row.full-spec div.col-lg-3.box3.vps-page > span {
    margin-left:-30px;
}

.webmarker-box4 div.container div#tabs-5.row.full-spec div.col-lg-3.box3.hosting-page > span {
    margin-left:-20px;
}

.webmarker-box4 div.container div#tabs-5.row.full-spec div.col-lg-3.box2.vps-page img.background-box {
    margin-top:42px;
}

.webmarker-box4 div.container div#tabs-5.row.full-spec div.col-lg-3.box2.hosting-page img {
    margin-top:0px;
}

.webmarker-box4 div.container div#tabs-5.row.full-spec div.col-lg-3.box3.hosting-page > img.background-box {
    margin-top:-7px;
}

#pakiety.wrapper.webmarker-box4 div.container div#tabs-5.row.full-spec div.col-lg-3.box2 img.background-box {
  /*margin-top:-4px;*/
}

.webmarker-box4 div.container div#tabs-5.row.full-spec div.col-lg-3.box4.hosting-page > img.background-box {
    margin-top:-7px;
  margin-bottom:0px;
}
.full-spec .box1 h3,
.full-spec .box2 h3,
.full-spec .box3 h3,
.full-spec .box4 h3 {
  text-align: center;
  font-size: 22px;
  font-family: "Dobra";
}
.full-spec .box1 h3 strong,
.full-spec .box2 h3 strong,
.full-spec .box3 h3 strong,
.full-spec .box4 h3 strong {
  font-family: "DobraBold";
}
.full-spec .box1.promo,
.full-spec .box2.promo,
.full-spec .box3.promo,
.full-spec .box4.promo {
  border: 3px solid #00a651;
}
.full-spec .box1.promo span.label,
.full-spec .box2.promo span.label,
.full-spec .box3.promo span.label,
.full-spec .box4.promo span.label {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  width: 128px;
  background-color: #bb4748;
  color: #fff;
  padding: 5px 0;
  position: absolute;
  top: -16px;
  left:0;
  right:0;
  margin:0 auto;
}
.full-spec h2 {
  text-align: center;
  margin-bottom: 35px;
}
.full-spec .box1 table {
  margin-top: 151px;
}
.full-spec .box1.vps-page table {
    margin-top: 173px;
}
.full-spec .box1 table tr td {
  height: 36px;
  padding-right: 10px;
  text-align: right;
}
.full-spec .box1 table tr td.small-line {
    line-height: .95;
}
.full-spec .box1 table tr td small {
    font-size: 80%;
}
.full-spec td.header-tab {
  background-color: #d5eaf1;
}

.full-spec div.col-lg-3.box3.promo.box-hosting-site {
    height:1053px!important;
}

.full-spec .box2,
.full-spec .box3,
.full-spec .box4 {
  text-align: center;
}
.full-spec .box2 table,
.full-spec .box3 table,
.full-spec .box4 table {
  width: 100%;
}
.full-spec .box2 table tr td,
.full-spec .box3 table tr td,
.full-spec .box4 table tr td {
  border-top: 1px solid #e9e9e9;
  height: 36px;
  text-align: center;
}
.full-spec .box2 table tr td.resume,
.full-spec .box3 table tr td.resume,
.full-spec .box4 table tr td.resume {
  border: none;
  padding: 5px 5px 25px 5px;
}
.full-spec .box2 table tr td.resume form .main-price,
.full-spec .box3 table tr td.resume form .main-price,
.full-spec .box4 table tr td.resume form .main-price {
  width: 100%;
  margin: 15px 0;
}
.full-spec .box2 table tr td.resume form .main-price span.ml,
.full-spec .box3 table tr td.resume form .main-price span.ml,
.full-spec .box4 table tr td.resume form .main-price span.ml {
  margin-left: -70px;
}
.full-spec .box2 table tr td.resume form .main-price span.old-price-slide,
.full-spec .box3 table tr td.resume form .main-price span.old-price-slide,
.full-spec .box4 table tr td.resume form .main-price span.old-price-slide {
  left: -70px;
}
.full-spec .box2 table tr td.resume form .hide-box,
.full-spec .box3 table tr td.resume form .hide-box,
.full-spec .box4 table tr td.resume form .hide-box {
  display: none;
}
.full-spec .box2 table tr td.resume form fieldset,
.full-spec .box3 table tr td.resume form fieldset,
.full-spec .box4 table tr td.resume form fieldset {
  padding: 3px 0;
  background-color: #fff;
  border: 0;
  margin-bottom: 2px;
}

.specification div.box-price div#price_ECOMM_STD_1M.main-price.hide-box.price1-box2 {
  margin-left:-20px;
  width:260px;
}

.full-spec .box2 table tr td.resume form fieldset label,
.full-spec .box3 table tr td.resume form fieldset label,
.full-spec .box4 table tr td.resume form fieldset label {
  text-align: left;
  width: 100px;
  margin-left: 5px;
  font-size: 13px;
  font-family: "Dobra";
}
.full-spec .box2 table tr td.resume form fieldset input,
.full-spec .box3 table tr td.resume form fieldset input,
.full-spec .box4 table tr td.resume form fieldset input {
  outline: none;
  position: relative;
  top: 2px;
  cursor: pointer;
}
.full-spec .box2 table tr td.resume form button,
.full-spec .box3 table tr td.resume form button,
.full-spec .box4 table tr td.resume form button {
    padding: 6px 12px;
}
.full-spec .box2 table .blue-bg,
.full-spec .box3 table .blue-bg,
.full-spec .box4 table .blue-bg,
.full-spec .resume:hover {
  background-color: #d5eaf1;
}
.full-spec .box3 .background-box {
  /*margin-top: -8px;*/
  margin-top:3px;
}

.webmarker-box4 .box3.promo img.background-box {
  margin-top:7px; 
}

.full-spec .box4 .background-box {
  margin-bottom: 0;
}
.full-spec .box4.vps-page .background-box {
    margin-top: 10px;
}
.full-spec div.col-lg-3.box4.hosting-page img.background-box {
  margin-bottom:20px;
}

#tabs-5 {
  padding-top: 35px;
}

div.wrapper.list-price div.container div#tabs-5 {
    padding-top:0px;
}
.help-header {
  font-family: "Dobra";
  background-repeat: no-repeat;
  background-image: url("../gfx/bg-top-help.png");
  height: 280px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding-top: 131px;
}
.help-header .search-help {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 0;
}
.help-header .search-help form {
  position: relative;
  top: -5px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  width: 855px;
  background-color: #fff;
  padding: 5px 0;
}
.help-header .search-help form input {
  width: 808px;
  padding-left: 20px;
  font-size: 22px;
  color: #454952;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  border: none;
  position: relative;
  top: 4px;
  outline: none;
}
.help-header .search-help form button > span {
  background-image: url("../gfx/icon-lup.png");
  background-repeat: no-repeat;
  display: block;
  width: 21px;
  height: 21px;
  position: relative;
  left: 9px;
}
.help-header .search-help > span {
  display: inline-block;
  font-size: 36px;
  font-family: "DobraBold";
  color: #fff;
  margin: 0 60px 0 40px;
}
.breadcrumb {
  height: 40px;
  font-family: "Dobra";
  background-color: #eff0f2;
}
.breadcrumb ul {
  margin: 0 0;
  padding: 0;
}
.breadcrumb ul li {
  padding-left: 0;
  margin-left: -5px;
  display: inline-block;
  list-style: none;
  margin-right: 25px;
  margin-left: 0px;
  margin-right: 5px;
}
.breadcrumb ul li > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.breadcrumb ul li a {
  font-size: 13px;
  color: #676767;
  padding-right: 25px;
  background-image: url("../gfx/arrow-green.png");
  background-repeat: no-repeat;
  background-position: right 4px;
}
.breadcrumb ul li:last-of-type a {
  background: none;
}
.help-page-content-5 {
  font-family: "Dobra";
}
.help-page-content-5 .header h1,
.help-page-content-5 h3 {
  display: block;
  color: #454952;
  margin: 20px 0 20px 0;
  font-family: "Dobra";
  font-size: 22px;
}
.help-page-content-5 .content {
  padding-bottom: 100px;
}
.help-page-content-5 .content ul.main-category {
  padding: 0;
}
.help-page-content-5 .content ul.main-category li {
  list-style: none;
  margin-bottom: 8px;
}
.help-page-content-5 .content ul.main-category li a {
  padding-left: 30px;
  background-image: url("../gfx/arrow-green.png");
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 16px;
  font-family: "DobraBold";
  color: #454952;
}
.help-page-content-5 .content ul.main-category li ul {
  margin-top: 8px;
  padding-left: 40px;
}
.help-page-content-5 .content ul.main-category li ul li {
  list-style: none;
  margin-bottom: 8px;
}
.help-page-content-5 .content ul.main-category li ul li a {
  background: none;
  font-family: "Dobra";
  padding-bottom: 3px;
  padding: 0;
}
.help-page-content-5 .content ul.main-category li ul li a:hover,
.help-page-content-5 .content ul.main-category li ul li a.active {
  border-bottom: 3px solid #00a651;
  text-decoration: none;
}
.help-page-content-5 .content h1 {
  display: block;
  color: #454952;
  margin: 0px 0 35px 0;
  font-family: "Dobra";
  font-size: 32px;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: 15px 6px;
  background-image: url("../gfx/icon-doc.png");
}
.help-page-content-5 .content h1 span {
  color: #a0a0a0;
  font-size: 16px;
  display: block;
}
.help-page-content-5 .content h2 {
  display: block;
  color: #454952;
  margin: 20px 0 20px 0;
  font-family: "Dobra";
  font-size: 22px;
}
.help-page-content-5 .content p {
  font-size: 16px;
  color: #454952;
  text-align: justify;
  margin: 20px 0px;
}
.help-header-content-1 {
  background-color: #eff0f2;
}
.help-header-content-1 h1 {
  display: block;
  color: #454952;
  margin: 0px 0 5px 0;
  font-family: "Dobra";
  font-size: 32px;
  width: 380px;
  display: inline-block;
  float: left;
}
.help-header-content-1 h2 {
  display: block;
  color: #454952;
  margin: 0px 0 20px 0;
  font-family: "Dobra";
  font-size: 16px;
  width: 380px;
  display: inline-block;
  float: left;
}
.help-header-content-1 img {
  display: inline-block;
  float: left;
  margin-right: 40px;
}
.help-header-content-1 .col-lg-6 {
  padding: 50px 0;
}
.content-3,
.help-content-2,
.help-content-1 {
  padding-bottom: 100px;
}
.content-3 h1,
.help-content-2 h1,
.help-content-1 h1 {
  display: block;
  color: #454952;
  margin: 50px 0 20px 0;
  font-family: "DobraBold";
  font-size: 22px;
}
.content-3 ul,
.help-content-2 ul,
.help-content-1 ul {
  padding: 0;
}
.content-3 ul li,
.help-content-2 ul li,
.help-content-1 ul li {
  list-style: none;
  padding-left: 25px;
  background-image: url("../gfx/list-icon-doc.png");
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 10px;
}
.content-3 ul li a,
.help-content-2 ul li a,
.help-content-1 ul li a {
  font-family: "Dobra";
  font-size: 16px;
  color: #454952;
}
.content-3,
.help-content-2 {
  font-family: "Dobra";
  position: relative;
}
.content-3 .col-lg-6,
.help-content-2 .col-lg-6 {
  margin-bottom: 30px;
  padding: 10px 0px 10px 10px ;
  position: relative;
}
.content-3 .col-lg-6:hover,
.help-content-2 .col-lg-6:hover {
  background-color: #eff0f2;
}
.content-3 .col-lg-6 a:hover,
.help-content-2 .col-lg-6 a:hover {
  text-decoration: none;
  border-bottom: 3px solid #00a651;
}
.content-3 .col-lg-6 h1,
.help-content-2 .col-lg-6 h1 {
  margin-top: 0;
}
.content-3 span,
.help-content-2 span {
  position: absolute;
  right: 15px;
  top: 11px;
  color: #585b62;
}
.content-3 .small-row {
  display: inline-block;
  float: left;
  width: 75%;
}
.content-3 .small-row:first-of-type {
  margin-top: 10px;
}
.resume-help-list h2 {
  display: block;
  color: #454952;
  margin: 20px 0 20px 0;
  font-family: "Dobra";
  font-size: 22px;
}
.resume-help-list a {
  text-decoration: none;
}
.resume-help-list h1 {
  display: block;
  color: #454952;
  margin: 0px 0 10px 0;
  font-family: "Dobra";
  font-size: 22px;
  padding: 15px 0 15px  60px;
  background-repeat: no-repeat;
  background-position: 15px 19px;
  background-image: url("../gfx/icon-doc.png");
}
.resume-help-list h1 span {
  color: #a0a0a0;
  font-size: 16px;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}
.resume-help-list h1:hover {
  background-color: #eff0f2;
}
.page-navi {
  padding: 20px 0 100px 0;
}
.page-navi ul {
  padding: 0;
}
.page-navi ul li {
  padding-left: 0;
  margin-left: -5px;
  display: inline-block;
  list-style: none;
  margin-right: 25px;
  margin-left: 0px;
  margin-right: 10px;
}
.page-navi ul li > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.page-navi ul li a {
  color: #00a651;
  width: 38px;
  height: 38px;
  position: relative;
}
.page-navi ul li a span.arrow-green {
  background-position: center center;
  background-image: url("../gfx/arrow-green-left.png");
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  left: -6px;
}
.page-navi ul li a.active {
  border: 3px solid #00a651;
}
.page-navi ul li a.last span {
  background-image: url("../gfx/arrow-green.png");
}
.search-domains {
  font-family: "Dobra";
  position: relative;
  height: 0px;
  z-index:667;
}

.search-domains.hosting {
  margin-top:215px;
}

.search-domains.homepage {
    margin-top:65px;
}

.search-domains.homepage h4 > strong.red-color {
    color:#bb4748;
}

.col-lg-8.first-item-homepage {
    margin-top:0px;
    padding-top:0px;
}

.indexpage .search-domains .col-lg-12 {
  top: -180px;
}

.search-domains .col-lg-12 {
  position: absolute;
  top: -165px;
  height:100px;
  width: 1170px;
}
.search-domains .col-lg-12 .wrapper-search {
  padding: 20px 0 60px 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 7px;
}
.search-domains .col-lg-12 .wrapper-search > span {
  font-size: 22px;
  color: #fff;
  font-family: "DobraBold";
  float: left;
  margin: 0 20px;
  position: relative;
  top: 4px;
}
.search-domains .col-lg-12 .wrapper-search form {
  padding: 4px 0;
  display: inline-block;
  float: left;
  width: 890px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  position: relative;
}
.search-domains .col-lg-12 .wrapper-search form input {
  width: 750px;
  top: 3px;
  border: none;
  padding: 0 0 0 20px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  font-size: 22px;
  color: #b1b3b5;
  position: relative;
}
.search-domains .col-lg-12 .wrapper-search form button {
  padding: 6px 20px;
}
.search-domains .col-lg-12 h4 {
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.search-domains .col-lg-12 h4.bigger {
  font-size: 20px;
  margin-top:-2px;
}


.search-domains .col-lg-12 h4 strong {
  font-family: "DobraBold";
}
.search-domains .col-lg-12 h4 a {
    color: #fff;
}

a.anchor {
    position:relative;
    text-indent:-6666px;
}

.why-reg-in-domains {
  padding-bottom: 60px;
}
.why-reg-in-domains h1 {
  display: block;
  color: #00a651;
  margin: 60px 0 25px 0;
  font-family: "Dobra";
  font-size: 32px;
  text-align: center;
}
.why-reg-in-domains h1 strong {
  font-family: "DobraBold";
}
.why-reg-in-domains h2 {
  display: block;
  color: #454952;
  margin: 0px 0 50px 0;
  font-family: "Dobra";
  font-size: 22px;
  text-align: center;
}
.why-reg-in-domains h2 strong {
  font-family: "DobraBold";
}
.why-reg-in-domains .box1,
.why-reg-in-domains .box2,
.why-reg-in-domains .box3 {
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 100px;
}
.why-reg-in-domains .box1 h1,
.why-reg-in-domains .box2 h1,
.why-reg-in-domains .box3 h1 {
  display: block;
  color: #454952;
  margin: 0px 0 15px 0;
  font-family: "DobraBold";
  font-size: 22px;
  text-align: left;
}
.why-reg-in-domains .box1 p,
.why-reg-in-domains .box2 p,
.why-reg-in-domains .box3 p {
  font-size: 16px;
  font-family: "Dobra";
}
.why-reg-in-domains .box1 {
  background-image: url("../gfx/img1-domains.png");
}
.why-reg-in-domains .box2 {
  background-image: url("../gfx/img2-domains.png");
}
.why-reg-in-domains .box3 {
  background-image: url("../gfx/img3-domains.png");
}
.free-reg-domains {
  padding: 60px 0 0 0;
  background-color: #eff0f2;
}
.free-reg-domains h1 {
  display: block;
  color: #00a651;
  margin: 0px 0 25px 0;
  font-family: "Dobra";
  font-size: 32px;
  text-align: center;
}
.free-reg-domains h1 strong {
  font-family: "DobraBold";
}
.free-reg-domains h2 {
  color: #454952;
  margin: 25px 0 25px 0;
  font-family: "Dobra";
  font-size: 22px;
  text-align: center;
  width: 770px;
  display: block;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
}
.free-reg-domains h2 strong {
  font-family: "DobraBold";
}
.free-reg-domains h4 {
  display: block;
  color: #b1b3b5;
  margin: 0px 0 0px 0;
  font-family: "Dobra";
  font-size: 12px;
  text-align: right;
}
.free-reg-domains span.price {
  display: block;
  margin: 0 auto;
  margin: 15px 0 20px 0;
  font-size: 22px;
  color: #c0595a;
  text-align: center;
}
.free-reg-domains span.price strong {
  font-family: "DobraBold";
}
.free-reg-domains .buttons {
  margin: 0 auto;
  display: block;
  width: 300px;
}
.price-list {
  background-color: #fff;
  padding: 30px 5px;
}
.price-list table {
  border: 1px solid #ddd;
}
.price-list table td {
  text-align: center;
}
.price-list table td strong {
  font-family: "DobraBold";
}
.price-list table td.info {
  background-color: #e5f1f6!important;
}
.price-list table.first {
  margin-top: 51px;
}
.price-list img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.price-list.first {
  padding-bottom: 0;
}
.price-list.last {
  padding-top: 0;
}
.free-reg-domains-footer {
  padding-top: 45px;
  font-family: "Dobra";
}
.free-reg-domains-footer ul {
  margin: 20px 0 30px 0;
  padding: 0;
}
.free-reg-domains-footer ul li {
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: left 2px;
  font-size: 16px;
  margin-bottom: 10px;
  list-style: none;
}
.free-reg-domains-footer ul li:nth-of-type(1) {
  background-image: url("../gfx/heart.png");
}
.free-reg-domains-footer ul li:nth-of-type(2) {
  background-image: url("../gfx/small-world.png");
}
.free-reg-domains-footer ul li:nth-of-type(3) {
  background-image: url("../gfx/arrows.png");
}
.free-reg-domains-footer ul li strong {
  font-family: "DobraBold";
}
.free-reg-domains-footer a {
  margin-left: 70px;
}
.free-package {
  font-family: "Dobra";
  padding: 30px 0;
}
.free-package h1 {
  display: block;
  color: #00a651;
  margin: 20px 0 0px 0;
  font-family: "DobraBold";
  font-size: 32px;
  text-align: center;
}
.free-package h2 {
  width: 630px;
  text-align: center;
  display: block;
  color: #454952;
  margin: 10px 0 30px 0;
  font-size: 22px;
  font-family: "Dobra";
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 45px;
}
.free-package h2 strong {
  font-family: "DobraBold";
}
.free-package h3 {
  display: block;
  color: #454952;
  margin: 0px 0 0px 0;
  font-family: "DobraBold";
  font-size: 22px;
}
.free-package span.value {
  font-family: "Dobra";
  font-size: 22px;
  color: #bb4748;
}
.free-package span.value strong {
  font-family: "DobraBold";
}
.free-package p {
  color: #454952;
  font-family: 16px;
}
.free-package .box1,
.free-package .box2,
.free-package .box3 {
  height: 130px;
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 80px;
}
.free-package .box1 {
  background-image: url("../gfx/google-add-words-color.png");
}
.free-package .box2 {
  background-image: url("../gfx/icon-disk.png");
}
.free-package .box3 {
  background-image: url("../gfx/icon-fotolia.png");
}
.free-package a.link {
  position: absolute;
  bottom: 0;
  right: 20px;
}
.free-package a.link span.arrow-green {
  background-repeat: no-repeat;
  background-image: url("../gfx/arrow-green.png");
  background-position: right;
  padding-right: 25px;
}
span.netto-price {
    padding:15px;
    font-size:12px;
    text-align:right;
    float:right;
    display:block;
    font-family: "Dobra";
    color: #a2a2a2;
}
.list-price {
  font-family: "Dobra";
  background-color: #eff0f2;
  font-size: 16px;
}
.list-price h1,
.list-price h2 {
  text-align: center;
}
.list-price h1 {
  display: block;
  color: #00a651;
  margin: 45px 0 20px 0;
  font-family: "DobraBold";
  font-size: 32px;
}
.list-price h2 {
  display: block;
  color: #454952;
  margin: 0px 0 20px 0;
  font-family: "Dobra";
  font-size: 22px;
}
.list-price ul.tabs {
  margin: 20px 0 30px -25px;
}
.list-price .resume h2 {
  display: block;
  color: #454952;
  margin: 6px 0 20px 0;
  font-family: "DobraBold";
  font-size: 22px;
  display: inline-block;
  float: left;
  width: 480px;
  margin-left: -5px;
  margin-right: 60px;
}
.list-price .resume h2 span {
  color: #bb4748;
}
.list-price .resume a {
  float: left;
}
.list-price .resume p {
  float: left;
  display: block;
  font-size: 16px!important;
  font-family: "Dobra";
  color: #454952;
  text-align: left;
}
.list-price .resume img {
  display: block;
  margin: 0 auto;
  margin-bottom: 60px;
}
.box-table {
  font-family: "Dobra";
  background-color: #fff;
  padding: 20px 112px 20px 112px;
  border-bottom: 3px solid #eff0f2;
}
.box-table table tr td {
  border: 0;
  padding-left: 20px;
}
.box-table table tr td.center {
  border-left: 1px solid #ddd;
  text-align: center;
  width: 180px;
}
.box-table table tr td.rowspan {
  padding-top: 115px;
}
.box-table table tr td span.old-price {
  color: #444444;
  font-size: 11px;
  /*text-decoration: line-through;*/
  margin-right: 2px;
  margin-top:4px;
  display: inline-block;
  width: 70px;
  float: left;
  text-align: right;

}
.box-table table tr td span.new-price-promo {
  padding: 3px 5px;
  background-color: #bb4748;
  font-family: "DobraBold";
  color: #fff;
  font-size: 16px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: left;
  white-space: nowrap;
}
.box-table table tr td span.new-price-promo.last {
  margin-left: 19px;
}
.box-table table tr td span.new-price {
  font-family: "DobraBold";
  font-size: 16px;
  color: #454952;
}
.box-table table tr.silver {
  background-color: #eff0f2;
}
.box-table a.btn-center {
  width: 160px;
  display: block;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 20px;
}
.box-table .buttons {
  display: block;
  width: 300px;
  margin: 0 auto;
}
a.btn-help {
  margin-left: 10px;
  position: relative;
  top: 5px;
  display: inline-block;
  width: 22px;
  height: 21px;
  background-repeat: no-repeat;
  background-image: url("../gfx/help-icon.png");
}
a.btn-help .prompt {
  top:-155px;
  right: -260px;
  background-color: #fff;
  display: none;
  position: absolute;
  width: 540px;
  height: 145px;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  font-size: 16px;
  color: #555555;
  font-family: "Dobra";
  -webkit-box-shadow: 0 0 3px 1px #ccc;
  box-shadow: 0 0 3px 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
a.btn-help .prompt span {
  width: 10px;
  height: 10px;
  display: block;
  background-color: #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -6px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.why-ssl {
  padding: 60px 0;
  font-family: "Dobra";
  color: #454952;
}
.why-ssl h1 {
  display: block;
  color: #00a651;
  margin: 0px 0 15px 0;
  font-family: "DobraBold";
  font-size: 32px;
  text-align: center;
}
.why-ssl h2 {
  display: block;
  color: #454952;
  margin: 0px 0 35px 0;
  font-family: "Dobra";
  font-size: 22px;
  text-align: center;
}
.why-ssl .box1,
.why-ssl .box2,
.why-ssl .box3 {
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 100px;
}
.why-ssl .box1 h1,
.why-ssl .box2 h1,
.why-ssl .box3 h1 {
  display: block;
  color: #454952;
  margin: 0px 0 10px 0;
  font-family: "DobraBold";
  font-size: 22px;
  text-align: left;
}
.why-ssl .box1 p,
.why-ssl .box2 p,
.why-ssl .box3 p {
  font-size: 16px;
}
.why-ssl .box1 {
  background-image: url("../gfx/ssl-box1-bg.png");
}
.why-ssl .box2 {
  background-image: url("../gfx/ssl-box2-bg.png");
}
.why-ssl .box3 {
  background-image: url("../gfx/ssl-box3-bg.png");
}

/*
.ssl-package {
  background-color: #eff0f2;
  padding: 60px 0;
  font-family: "Dobra";
  color: #454952;
}
.ssl-package h1 {
  display: block;
  color: #00a651;
  margin: 0px 0 15px 0;
  font-family: "DobraBold";
  font-size: 32px;
  text-align: center;
}
.ssl-package h2 {
  display: block;
  color: #454952;
  margin: 0px 0 100px 0;
  font-family: "Dobra";
  font-size: 22px;
  text-align: center;
}
.ssl-package ul.ssl-pack-slider li {
  margin-right: 20px;
}
.ssl-package .main-price {
  margin-right: 70px;
}
.ssl-package .alpha-ssl,
.ssl-package .repid-ssl,
.ssl-package .true-business-id,
.ssl-package .true-business-id-ev {
  padding: 25px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;

  box-sizing: border-box;
  width: 440px;
  background-color: #fff;
  text-align: center;
}
.ssl-package .alpha-ssl h1,
.ssl-package .repid-ssl h1,
.ssl-package .true-business-id h1,
.ssl-package .true-business-id-ev h1 {
  display: block;
  color: #454952;
  margin: 0px 0 15px 0;
  font-family: "DobraBold";
  font-size: 22px;
}
.ssl-package .alpha-ssl h2,
.ssl-package .repid-ssl h2,
.ssl-package .true-business-id h2,
.ssl-package .true-business-id-ev h2 {
  display: block;
  color: #454952;
  margin: 0px 0 30px 0;
  font-family: "DobraBold";
  font-size: 16px;
}
.ssl-package .alpha-ssl p,
.ssl-package .repid-ssl p,
.ssl-package .true-business-id p,
.ssl-package .true-business-id-ev p {
  font-size: 16px;
  margin-bottom: 40px;
}
.ssl-package .alpha-ssl h4,
.ssl-package .repid-ssl h4,
.ssl-package .true-business-id h4,
.ssl-package .true-business-id-ev h4 {
  padding-right: 20px;
  background-position: right 6px;
  background-image: url("../gfx/arrow-green.png");
  background-repeat: no-repeat;
}
.ssl-package .alpha-ssl img.bg {
  margin-bottom: 25px;
}
.ssl-package .true-business-id td.address-img,
.ssl-package .true-business-id-ev td.address-img {
  padding: 5px 8px;
}
.ssl-package .true-business-id-ev p {
  margin-bottom: 23px;
}
.ssl-package .true-business-id img.bg,
.ssl-package .true-business-id-ev img.bg,
.ssl-package .repid-ssl img.bg {
  margin-bottom: 17px;
}
.ssl-package .true-business-id h2,
.ssl-package .true-business-id-ev h2,
.ssl-package .repid-ssl h2 {
  margin-bottom: 11px;
}
.ssl-package .true-business-id td.silver,
.ssl-package .true-business-id-ev td.silver,
.ssl-package .repid-ssl td.silver,
.alpha-ssl table.table tbody tr td.silver {
  background-color: #eff0f2;
}
.ssl-package table.tab-info {
  margin-top: 324px;
}
.ssl-package table.tab-info tr td {
  border-top: 1px solid #eff0f2;
  text-align: right;
}
.ssl-package table.tab-info tr td.img-td {
  padding: 11px 8px 11px 8px;
}
.ssl-package .bx-controls.bx-has-pager.bx-has-controls-direction {
  position: absolute;
  top: 0px;
}
.ssl-package .bx-controls.bx-has-pager.bx-has-controls-direction .bx-pager.bx-default-pager {
  width: 550px;
  display: block;
  position: absolute;
  top: -70px;
  left: 130px;
}
.ssl-package .bx-controls.bx-has-pager.bx-has-controls-direction .bx-pager.bx-default-pager a {
  font-size: 16px;
  color: #454952;
  padding-bottom: 6px;
}
.ssl-package .bx-controls.bx-has-pager.bx-has-controls-direction .bx-pager.bx-default-pager a.active,
.ssl-package .bx-controls.bx-has-pager.bx-has-controls-direction .bx-pager.bx-default-pager a:hover {
  font-family: "DobraBold";
  border-bottom: 3px solid #00a651;
  text-decoration: none;
}
.ssl-package .bx-controls.bx-has-pager.bx-has-controls-direction .bx-pager.bx-default-pager .bx-pager-item {
  display: inline-block;
  float: left;
  margin-right: 40px;
}
.ssl-package .bx-controls.bx-has-pager.bx-has-controls-direction .bx-controls-direction {
  left: -240px;
  position: absolute;
  top: 390px;
  width: 1250px;
}
.ssl-package .bx-controls.bx-has-pager.bx-has-controls-direction .bx-controls-direction a {
  background-repeat: no-repeat;
  width: 30px;
  height: 70px;
  display: block;
  text-indent: -666666px;
  outline: none;
}
.ssl-package .bx-controls.bx-has-pager.bx-has-controls-direction .bx-controls-direction a.bx-prev {
  float: left;
  background-image: url("../gfx/slider-btn-prev.png");
}
.ssl-package .bx-controls.bx-has-pager.bx-has-controls-direction .bx-controls-direction a.bx-next {
  float: right;
  background-image: url("../gfx/slider-btn-next.png");
}
.ssl-package span.more-info {
  font-size: 22px;
}
.ssl-package span.more-info strong {
  font-family: "DobraBold";
}
.ssl-package .ssl-footer {
  margin-top: 45px;
}
.ssl-package .ssl-footer a {
  margin: -12px 0 -10px 15px;
}



/*Zmiany 11.08.2014*/
.ssl-package {
  background-color: #eff0f2;
  padding: 60px 0 30px 0;
  font-family: "Dobra";
  color: #454952;
}
.ssl-package .white-ssl {
  margin-top: 60px;
  background-color: #fff;
}
.ssl-package .white-ssl .ssl-footer span {
  margin-left: 360px;
  text-align: center;
}
.ssl-package .white-ssl .ssl-footer h6 {
  font-size: 13px;
  font-family: "Dobra";
  text-align: center;
  color: #454952;
  opacity: 0.5;
  margin: 25px 0 15px 0;
}
.ssl-package .white-ssl .ssl-footer a {
  margin: -8px 0 0 15px;
}
.ssl-package .white-ssl .ssl-footer a span {
  margin-left: 0;
}
.ssl-package .col-lg-2 {
  margin-right: 20px;
  padding: 0;
  widows: 18%;
}
.ssl-package h1 {
  display: block;
  color: #00a651;
  margin: 0px 0 15px 0;
  font-family: "DobraBold";
  font-size: 32px;
  text-align: center;
}
.ssl-package h2 {
  display: block;
  color: #454952;
  margin: 0px 0 30px 0;
  font-family: "Dobra";
  font-size: 22px;
  text-align: center;
}
.ssl-package ul.ssl-pack-slider li {
  margin-right: 20px;
}
.ssl-package .main-price {
  margin-right: 70px;
}
.ssl-package .alpha-ssl,
.ssl-package .repid-ssl,
.ssl-package .true-business-id,
.ssl-package .true-business-id-ev {
  padding: 45px 9px 0 9px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  text-align: center;
}
.ssl-package .alpha-ssl table > tr > td,
.ssl-package .repid-ssl table > tr > td,
.ssl-package .true-business-id table > tr > td,
.ssl-package .true-business-id-ev table > tr > td {
  font-size: 16px;
}
.ssl-package .alpha-ssl h1,
.ssl-package .repid-ssl h1,
.ssl-package .true-business-id h1,
.ssl-package .true-business-id-ev h1 {
  display: block;
  color: #454952;
  margin: 0px 0 15px 0;
  font-family: "DobraBold";
  font-size: 22px;
}
.ssl-package .alpha-ssl h2,
.ssl-package .repid-ssl h2,
.ssl-package .true-business-id h2,
.ssl-package .true-business-id-ev h2 {
  display: block;
  color: #454952;
  margin: 0px 0 30px 0;
  font-family: "DobraBold";
  font-size: 14px;
}
.ssl-package .alpha-ssl p,
.ssl-package .repid-ssl p,
.ssl-package .true-business-id p,
.ssl-package .true-business-id-ev p {
  font-size: 14px;
  /*margin-bottom: 40px;*/
  line-height: 18px;
  height:118px;
}
.ssl-package .alpha-ssl h4,
.ssl-package .repid-ssl h4,
.ssl-package .true-business-id h4,
.ssl-package .true-business-id-ev h4 {
  font-size: 13px;
  padding-right: 20px;
  background-position: right 3px;
  background-image: url("../gfx/arrow-green.png");
  background-repeat: no-repeat;
  position: absolute;
  bottom: -35px;
  left: 38px;
}
.ssl-package .alpha-ssl.rec,
.ssl-package .repid-ssl.rec,
.ssl-package .true-business-id.rec,
.ssl-package .true-business-id-ev.rec {
  padding-top: 35px;
  padding-bottom: 41px;
  border: 3px solid #00a651;
}
.ssl-package .alpha-ssl.rec > span.label,
.ssl-package .repid-ssl.rec > span.label,
.ssl-package .true-business-id.rec > span.label,
.ssl-package .true-business-id-ev.rec > span.label {
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  background-color: #bb4748;
  padding: 5px 20px;
  position: absolute;
  top: -15px;
  text-align: center;
  left: 46px;
  font-family: "DobraBold";
}
.ssl-package .alpha-ssl.rec img.bg,
.ssl-package .repid-ssl.rec img.bg,
.ssl-package .true-business-id.rec img.bg,
.ssl-package .true-business-id-ev.rec img.bg {
  margin: 7px 0 25px 0;
}
.ssl-package .alpha-ssl.rec p,
.ssl-package .repid-ssl.rec p,
.ssl-package .true-business-id.rec p,
.ssl-package .true-business-id-ev.rec p {
  /*margin-bottom: 29px;*/
}
.ssl-package .alpha-ssl.rec h4,
.ssl-package .repid-ssl.rec h4,
.ssl-package .true-business-id.rec h4,
.ssl-package .true-business-id-ev.rec h4 {
  bottom: -39px;
}
.ssl-package .alpha-ssl,
.ssl-package .repid-ssl,
.ssl-package .true-business-id,
.ssl-package .true-business-id-ev {
    padding-bottom: 41px;
}
.ssl-package .alpha-ssl .main-price,
.ssl-package .repid-ssl .main-price,
.ssl-package .true-business-id .main-price,
.ssl-package .true-business-id-ev .main-price {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  position: relative;
  margin-right: 0;
  width: 100%;
  top: 0;
}
.ssl-package .alpha-ssl .main-price span,
.ssl-package .repid-ssl .main-price span,
.ssl-package .true-business-id .main-price span,
.ssl-package .true-business-id-ev .main-price span {
  font-size: 53px;
  margin-left: -70px;
  right: 38px;
}
.ssl-package .alpha-ssl .main-price small,
.ssl-package .repid-ssl .main-price small,
.ssl-package .true-business-id .main-price small,
.ssl-package .true-business-id-ev .main-price small,
.ssl-package .alpha-ssl .main-price em,
.ssl-package .repid-ssl .main-price em,
.ssl-package .true-business-id .main-price em,
.ssl-package .true-business-id-ev .main-price em {
  font-size: 30px;
  width: 80px;
}
.ssl-package .alpha-ssl .main-price em,
.ssl-package .repid-ssl .main-price em,
.ssl-package .true-business-id .main-price em,
.ssl-package .true-business-id-ev .main-price em {
  top: 6px;
}
.ssl-package .alpha-ssl .main-price small,
.ssl-package .repid-ssl .main-price small,
.ssl-package .true-business-id .main-price small,
.ssl-package .true-business-id-ev .main-price small {
  top: 29px;
  font-size: 26px;
}
.ssl-package .alpha-ssl .main-price span.old-price-slide,
.ssl-package .repid-ssl .main-price span.old-price-slide,
.ssl-package .true-business-id .main-price span.old-price-slide,
.ssl-package .true-business-id-ev .main-price span.old-price-slide {
  margin-left: 0px;
  position: absolute;
  top: -41px;
}
.ssl-package .alpha-ssl .main-price span.old-price-slide i,
.ssl-package .repid-ssl .main-price span.old-price-slide i,
.ssl-package .true-business-id .main-price span.old-price-slide i,
.ssl-package .true-business-id-ev .main-price span.old-price-slide i {
  font-size: 14px;
  margin-left:100px;
}
.ssl-package .repid-ssl span.old-price-slide,
.ssl-package .true-business-id span.old-price-slide,
.ssl-package .true-business-id-ev span.old-price-slide {
  right: 18px;
}
.ssl-package .true-business-id-ev span.old-price-slide {
  right: 13px;
}
.ssl-package .true-business-id span.old-price-slide {
  right: 21px;
}
.ssl-package .alpha-ssl img.bg {
  margin-bottom: 25px;
}
.ssl-package .repid-ssl img {
  margin-left: 17px;
}
.ssl-package .true-business-id td.address-img,
.ssl-package .true-business-id-ev td.address-img {
  padding: 5px 8px;
}
.ssl-package .true-business-id-ev p {
  /*margin-bottom: 23px;*/
}
.ssl-package .true-business-id p {
  /*margin-bottom: 46px;*/
  height: 120px;
}
.ssl-package .true-business-id-ev p {
  /*margin-bottom: 34px;*/
  height: 120px;
}
.ssl-package .true-business-id-ev img.bg,
.ssl-package .repid-ssl img.bg {
  margin-bottom: 16px;
}
.ssl-package .true-business-id img.bg {
  margin-bottom: 19px;  
}
.ssl-package .true-business-id h2,
.ssl-package .true-business-id-ev h2,
.ssl-package .repid-ssl h2 {
  /*margin-bottom: 11px;*/
}
.ssl-package .true-business-id td.silver,
.ssl-package .true-business-id-ev td.silver,
.ssl-package .repid-ssl td.silver {
  background-color: #eff0f2;
}
.ssl-package table.tab-info {
  margin-top: 330px;
}
.ssl-package table.tab-info tr td {
  border-top: 1px solid #eff0f2;
  text-align: right;
}
.ssl-package table.tab-info tr td.img-td {
  padding: 11px 8px 11px 8px;
}
.ssl-package .bx-controls.bx-has-pager.bx-has-controls-direction {
  position: absolute;
  top: 0px;
}
.ssl-package .bx-controls.bx-has-pager.bx-has-controls-direction .bx-pager.bx-default-pager {
  width: 550px;
  display: block;
  position: absolute;
  top: -70px;
  left: 130px;
}
.ssl-package .bx-controls.bx-has-pager.bx-has-controls-direction .bx-pager.bx-default-pager a {
  font-size: 16px;
  color: #454952;
  padding-bottom: 6px;
}
.ssl-package .bx-controls.bx-has-pager.bx-has-controls-direction .bx-pager.bx-default-pager a.active,
.ssl-package .bx-controls.bx-has-pager.bx-has-controls-direction .bx-pager.bx-default-pager a:hover {
  font-family: "DobraBold";
  border-bottom: 3px solid #00a651;
  text-decoration: none;
}
.ssl-package .bx-controls.bx-has-pager.bx-has-controls-direction .bx-pager.bx-default-pager .bx-pager-item {
  display: inline-block;
  float: left;
  margin-right: 40px;
}
.ssl-package .bx-controls.bx-has-pager.bx-has-controls-direction .bx-controls-direction {
  left: -240px;
  position: absolute;
  top: 390px;
  width: 1250px;
}
.ssl-package .bx-controls.bx-has-pager.bx-has-controls-direction .bx-controls-direction a {
  background-repeat: no-repeat;
  width: 30px;
  height: 70px;
  display: block;
  text-indent: -666666px;
  outline: none;
}
.ssl-package .bx-controls.bx-has-pager.bx-has-controls-direction .bx-controls-direction a.bx-prev {
  float: left;
  background-image: url("../gfx/slider-btn-prev.png");
}
.ssl-package .bx-controls.bx-has-pager.bx-has-controls-direction .bx-controls-direction a.bx-next {
  float: right;
  background-image: url("../gfx/slider-btn-next.png");
}
.ssl-package span.more-info {
  font-size: 22px;
}
.ssl-package span.more-info strong {
  font-family: "DobraBold";
}
.ssl-package .ssl-footer {
  margin-top: 30px;
}
.ssl-package .ssl-footer a {
  margin: 0 0 -10px 15px;
}

/*Koniec zmian*/


.professional-solution {
  font-family: "Dobra";
  color: #454952;
  padding: 60px 0;
}
.professional-solution h1 {
  display: block;
  color: #00a651;
  margin: 0px 0 15px 0;
  font-family: "DobraBold";
  font-size: 32px;
  text-align: center;
}
.professional-solution h2 {
  display: block;
  color: #454952;
  margin: 0px 0 35px 0;
  font-family: "Dobra";
  font-size: 22px;
  text-align: center;
}
.professional-solution .box1,
.professional-solution .box2,
.professional-solution .box3,
.professional-solution .box4,
.professional-solution .box5,
.professional-solution .box6 {
  padding: 0 0 25px 100px;
  background-repeat: no-repeat;
  background-position: left top;
}
.professional-solution .box1 h1,
.professional-solution .box2 h1,
.professional-solution .box3 h1,
.professional-solution .box4 h1,
.professional-solution .box5 h1,
.professional-solution .box6 h1 {
  display: block;
  color: #454952;
  margin: 0px 0 10px 0;
  font-family: "DobraBold";
  font-size: 22px;
  text-align: left;
}
.professional-solution .box1 p,
.professional-solution .box2 p,
.professional-solution .box3 p,
.professional-solution .box4 p,
.professional-solution .box5 p,
.professional-solution .box6 p {
  font-size: 16px;
}
.professional-solution .box1 {
  background-image: url("../gfx/pro-box1.png");
}
.professional-solution .box2 {
  background-image: url("../gfx/pro-box2.png");
}
.professional-solution .box3 {
  background-image: url("../gfx/pro-box3.png");
}
.professional-solution .box4 {
  background-image: url("../gfx/pro-box4.png");
}
.professional-solution .box5 {
  background-image: url("../gfx/pro-box5.png");
}
.professional-solution .box6 {
  background-image: url("../gfx/pro-box6.png");
}
.parallels-plask {
  font-family: "Dobra";
  padding: 60px 0 45px 0;
  background-color: #eff0f2;
}
.parallels-plask h1 {
  display: block;
  color: #00a651;
  margin: 0px 0 15px 0;
  font-family: "DobraBold";
  font-size: 32px;
  text-align: center;
}
.parallels-plask h2 {
  display: block;
  color: #454952;
  margin: 0px 0 10px 0;
  font-family: "Dobra";
  font-size: 22px;
  text-align: center;
}
.parallels-plask .box1,
.parallels-plask .box2,
.parallels-plask .box3,
.parallels-plask .box4,
.parallels-plask .box5,
.parallels-plask .box6 {
  height: 330px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  text-align: center;
  position: relative;
  padding: 170px 0px 35px 0px;
  background-repeat: no-repeat;
  background-position: center 40px;
}
.parallels-plask .box1 h2,
.parallels-plask .box2 h2,
.parallels-plask .box3 h2,
.parallels-plask .box4 h2,
.parallels-plask .box5 h2,
.parallels-plask .box6 h2 {
  display: block;
  color: #454952;
  margin: 0px 0 10px 0;
  font-family: "DobraBold";
  font-size: 16px;
}
.parallels-plask .box1 p,
.parallels-plask .box2 p,
.parallels-plask .box3 p,
.parallels-plask .box4 p,
.parallels-plask .box5 p,
.parallels-plask .box6 p {
  font-size: 16px;
}
.parallels-plask .box1:hover,
.parallels-plask .box2:hover,
.parallels-plask .box3:hover,
.parallels-plask .box4:hover,
.parallels-plask .box5:hover,
.parallels-plask .box6:hover {
  background-color: #fff;
}
.parallels-plask .box1 a,
.parallels-plask .box2 a,
.parallels-plask .box3 a,
.parallels-plask .box4 a,
.parallels-plask .box5 a,
.parallels-plask .box6 a {
  margin-left: -20px;
  margin-left: 75px\0;
  position: absolute;
  bottom: 15px;
}

.parallels-plask .box1 a span.arrow-green,
.parallels-plask .box2 a span.arrow-green,
.parallels-plask .box3 a span.arrow-green,
.parallels-plask .box4 a span.arrow-green,
.parallels-plask .box5 a span.arrow-green,
.parallels-plask .box6 a span.arrow-green {
  padding-right: 25px;
  background-image: url("../gfx/arrow-green.png");
  background-repeat: no-repeat;
  background-position: right 6px;
}
.parallels-plask .box1 {
  background-image: url("../gfx/plesk-img1.png");
}
.parallels-plask .box2 {
  background-image: url("../gfx/plesk-img2.png");
}
.parallels-plask .box3 {
  background-image: url("../gfx/plesk-img3.png");
}
.parallels-plask .box4 {
  background-image: url("../gfx/plesk-img4.png");
}
.parallels-plask .box5 {
  background-image: url("../gfx/plesk-img5.png");
}
.parallels-plask .box6 {
  background-image: url("../gfx/plesk-img6.png");
}
.package-vps {
  padding: 60px 0;
}
.package-vps ul.tabs {
  margin-left: -32px;
  margin-bottom: 35px;
}
.package-vps h1 {
  display: block;
  color: #00a651;
  margin: 0px 0 10px 0;
  font-family: "DobraBold";
  font-size: 32px;
  text-align: center;
}
.package-vps h2 {
  display: block;
  color: #454952;
  margin: 0px 0 10px 0;
  font-family: "Dobra";
  font-size: 22px;
  text-align: center;
}
/*.vps-pack img {
  margin-top: -8px !important;
}*/

.vps-box > img {
    margin-top:47px!important;
}

.vps-pack.vps-box > img {
    margin-top:15px !important;
}

.antivirus {
  font-family: "Dobra";
  color: #454952;
  padding: 50px 0;
}
.antivirus h1 {
  display: block;
  color: #00a651;
  margin: 0px 0 10px 0;
  font-family: "Dobra";
  font-size: 32px;
  text-align: center;
}
.antivirus h1 strong {
  font-family: "DobraBold";
}
.antivirus h2 {
  display: block;
  color: #454952;
  margin: 0px 0 50px 0;
  font-family: "Dobra";
  font-size: 22px;
  text-align: center;
}
.antivirus .box1,
.antivirus .box2,
.antivirus .box3 {
  padding-left: 100px;
  background-position: left 10px;
  background-repeat: no-repeat;
}
.antivirus .box1 h1,
.antivirus .box2 h1,
.antivirus .box3 h1 {
  display: block;
  color: #454952;
  margin: 0px 0 5px 0;
  font-family: "DobraBold";
  font-size: 22px;
  text-align: left;
}
.antivirus .box1 p,
.antivirus .box2 p,
.antivirus .box3 p {
  font-size: 16px;
}
.antivirus .box1 {
  background-image: url("../gfx/anti-box1.png");
}
.antivirus .box2 {
  background-image: url("../gfx/anti-box2.png");
}
.antivirus .box3 {
  background-image: url("../gfx/anti-box3.png");
}
.antivirus_package {
  background-color: #eff0f2;
}
.antivirus_package table {
  margin-bottom: 0;
}
.antivirus_package .antivirus-box {
  height: 500px;
  width: 360px;
  margin-right: 20px;
  padding: 30px 10px;
}
.antivirus_package .antivirus-box ul {
  padding-left: 20px!important;
}
.antivirus_package .webmar-box2.antivirus-box img,
.antivirus_package .webmar-box3.antivirus-box img {
  margin-top: 15px;
}
.antivirus_package .text {
  padding-top: 187px;
}
.antivirus_package .text td {
  border-top: 1px solid #eff0f2;
}
.antivirus-detal .antivir-tab {
  padding: 7px;
  margin-left: 25px;
  background-color: #fff;
  text-align: center;
  width: 170px;
}
.antivirus-detal .antivir-tab .td-package {
  padding-top: 20px;
  border: none;
  height: 192px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
.antivirus-detal .antivir-tab h2,
.antivirus-detal .antivir-tab img.icon-pack {
  margin-bottom: 15px;
}
.antivirus-detal .antivir-tab .primary-security {
  padding: 18px 8px;
}
.antivirus-detal .antivir-tab .primary-security2 {
  padding: 28px 8px;
}
.antivirus-detal .antivir-tab td.box-pr {
  background-color: #d9edf7;
}
.antivirus-detal .antivir-tab span.pr {
  color: #454952;
  font-family: "Dobra";
  display: block;
  font-size: 62px;
  position: relative;
}
.antivirus-detal .antivir-tab span.pr small {
  position: relative;
  top: -23px;
  left: 5px;
  font-size: 30px;
}
.antivir-f2,
.antivir-f {
  color: #454952;
  font-size: 22px;
  font-family: "Dobra";
  text-align: center;
}
.antivir-f2 strong,
.antivir-f strong {
  font-family: "DobraBold";
}
.antivir-f2 a,
.antivir-f a {
  margin-left: 10px;
}
.antivir-f {
  padding: 35px 0;
}
.antivir-f p {
  font-size: 16px;
  margin-top: 15px;
}
.antivir-f p span {
  color: #00a651;
}
.statement {
  font-family: "Dobra";
  text-align: center;
  padding-top: 100px;
}
.statement .col-lg-6 {
  padding: 0;
  width: 47%;
}
.statement .border-top {
  background-color: #465aa5;
  width: 47%;
  height: 5px;
  display: block;
  margin: 0 auto;
}
.statement .logo {
  padding: 20px 0;
  background-color: #465aa5;
  background-image: url("../gfx/small-logo-az.png");
  background-position: 80% center;
  background-repeat: no-repeat;
}
.statement .logo h1 {
  color: #fff;
  margin: 0;
  font-size: 16px;
  width: 450px;
}
.statement .border-left {
  border-left: 1px solid #d7d7d7;
}
.statement .border-right {
  border-right: 1px solid #d7d7d7;
}
.statement h1 {
  display: block;
  color: #454952;
  margin: 40px 0 0px 0;
  font-family: "Dobra";
  font-size: 42px;
}
.statement img.bg-suspended {
  float: right;
  margin: 15px 0 0 0;
}
.statement img.bg-construction {
  float: left;
  text-align: left;
  margin: 15px 0 0 0;
}
.statement h2 {
  display: block;
  color: #454952;
  margin: 30px 0 20px 0;
  font-family: "Dobra";
  font-size: 16px;
}
.statement ul {
  padding-left: 25px;
}
.statement ul li {
  padding-left: 0;
  margin-left: -5px;
  display: inline-block;
  list-style: none;
  margin-right: 25px;
  margin-left: 0px;
  font-size: 13px;
  margin-left: 25px;
  margin-bottom: 20px;
}
.statement ul li > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.statement .footer-statement ul {
  padding: 0;
  margin-top: 10px;
}
.statement .footer-statement ul li {
  margin: 0 10px 0 0;
}
.statement .footer-statement ul li a {
  font-size: 11px;
  color: #454952;
}
.statement .footer-statement ul li a:hover {
  text-decoration: underline;
}


.login-page.login-user {
  display: block;
  font-family: "Dobra";
  padding: 95px 0 330px 0;
  height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #EFF0F2;
  background-image: url("../gfx/background-log.jpg");
  background-repeat: no-repeat;
}

.login-page.login-user .login-banner {
  position:relative;
  float:none;
  width:748px;
  display:block;
  margin:15px auto;
}

.login-page.login-user {
    background-image: url("../gfx/background-login.jpg");
    background-size: 100%;
    background-color: #EFF0F2;
}



.login-page.login-user a.login-logo {
    background-image: url("../gfx/logo.png");
    background-repeat: no-repeat;
    display: block;
    text-indent: -666666px;
    margin:-65px 0 0 -50px;
    left:50%;
    border:0px solid;
    position:absolute;
    width:100px;
    height:38px;
}
.login-page.login-user .row {
  margin: 0;
}
.login-page.login-user .panel-log {
  margin: 0 auto;
  width: 812px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  padding: 20px 30px;
}
.login-page.login-user .panel-log h1 {
  display: block;
  color: #454952;
  margin: 0 0 17px 0;
  font-family: "Dobra";
  font-size: 32px;
  text-align: center;
}

.login-page.login-user .panel-log h1.panel-h1 {
  background-image: url("../gfx/ico-panel.png");
  background-position: 5px 0px;
  background-repeat: no-repeat;
  padding-left:30px;
  width:431px;
  padding-top:5px;
  margin-left:177px;
}

.login-page.login-user .panel-log h1.webmail-h1 {
  background-image: url("../gfx/ico-webmail.png");
  background-position: 5px 0px;
  background-repeat: no-repeat;
  padding-left:30px;
  width:370px;
  height:50px;
  padding-top:5px;
  margin-left:210px;
}

.login-page.login-user .panel-log h2 {
  display: block;
  color: #454952;
  margin: 0px 0 10px 0;
  font-family: "DobraBold";
  font-size: 22px;
}

.login-page.login-user .panel-log h2 span {
  font-weight:400; 
  font-size:14px;
}

.login-page.login-user div.container div.row div.panel-log div.row div.col-lg-6.box p a
.login-page.login-user div.container div.row div.panel-log div.row div.col-lg-6.box.old-panel p a {
  color:#333333;
  text-decoration:underline;
}

.login-page.login-user .panel-log form input {
  margin-bottom: 8px;
}
.login-page.login-user .panel-log form button {
  margin-top: 15px;
  float: right;
}
.login-page.login-user .panel-log form .link-arrow-black {
  position: relative;
  top: 23px;
}
.login-page.login-user .panel-log p {
  margin-bottom: 30px;
}
.login-page.login-user .box {
  border: 0;
  padding: 30px;
}
.login-page.login-user .box:last-of-type {
  padding: 30px;
}
.login-page.login-user .new-panel {
  border: 3px solid #0cae00;
  background-color: #eff0f2;
}
.login-page.login-user .new-panel span.red-label {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  background-color: #bb4748;
  font-family: "DobraBold";
  font-size: 13px;
  padding: 4px 12px 3px 12px;
  left: 50%;
  margin-left: -45px;
  top: -14px;
}
.login-page.login-user h3 {
  text-align: center;
  display: block;
  color: #ffffff;
  margin: 15px 0 10px 0;
  font-family: "Dobra";
  font-size: 11px;
}


/*NOWE*/
.login-page
{ display: block; font-family: "Dobra"; padding: 95px 0 330px 0; position: relative; -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; background-color: #465aa5; background-image: url("../gfx/login-bkg.jpg"); background-repeat: no-repeat; background-size: 100%;
    background-color: #24b266; }

.login-page .bottom-baner
{ padding: 0; border: 1px solid rgba(255, 255, 255, 0.4); width: 748px; height: 98px; display: block; float: none; margin: 30px auto 10px; }

.login-page .bottom-baner a
{ width: 100%; height: 100%; display: block; float: left; background-image: url("../gfx/banner-bottom-2.jpg"); background-repeat: no-repeat; }

.login-page a.login-logo
{ background-image: url("../gfx/logo.png"); background-repeat: no-repeat; border: 0 solid; display: block; height: 38px; left: 50%; margin: -65px 0 0 -50px; position: absolute; text-indent: -666666px; width: 100px; }

.login-page .row
{ margin: 0; }

.login-page .panel-log
{ margin: 0 auto; width: 470px; -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; background-color: #fff; padding: 35px 15px 10px 15px; }

.login-page .panel-log .link-old-panel
{ margin-top: 35px; display: block; float: left; background-color: #eff0f2; padding: 15px 20px; font-size: 13px; line-height: 18px; text-align: center; }

.login-page .panel-log .link-old-panel span.arrow-green
{ padding-right: 24px; margin-left: 24px; background-position: right center; background-image: url("https://static.az.pl/gfx/arrow-green.png"); background-repeat: no-repeat; }

.login-page .panel-log h1
{ display: block; color: #454952; margin: 0px 0 25px 0; font-family: "Dobra"; font-size: 32px; text-align: left; padding: 8px 0 8px 65px; background-repeat: no-repeat; background-image: url("https://static.az.pl/gfx/ico-webmail.png"); background-position: left center; margin-left: 30px; }

.login-page .panel-log h2
{ display: block; color: #454952; margin: 0px 0 10px 0; font-family: "DobraBold"; font-size: 22px; }

.login-page .panel-log form input
{ margin-bottom: 8px; }

.login-page .panel-log form button
{ margin-top: 15px; float: right; }

.login-page .panel-log form .link-arrow-black
{ position: relative; top: 23px; }

.login-page .panel-log p
{ margin-bottom: 30px; }

.login-page .box
{ border: 3px solid #fff; padding: 30px 30px 30px 40px; }

.login-page .box:last-of-type
{ padding: 30px; padding-top: 0; }

.login-page .new-panel
{ padding-top: 0; }

.login-page h3
{ text-align: center; display: block; color: #ffffff; margin: 15px 0 10px 0; font-family: "Dobra"; font-size: 11px; } 

.link-arrow-black {
  padding-right: 20px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url("../gfx/arrow-black.png");
  color: #454952;
}
.landing-page-box1 {
  padding-top: 172px;
  font-family: "Dobra";
  color: #fff;
  height: 848px;
  background-image: url("../gfx/bg-landing-page.png");
}
.landing-page-box1 strong {
  font-family: "DobraBold";
}
.landing-page-box1 ul {
  margin-bottom: 110px;
  padding: 0;
}
.landing-page-box1 ul li {
  list-style: none;
  font-size: 29px;
  background-image: url("../gfx/tick-in-list.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 3px 0px 3px 50px;
}
.landing-page-box1 h1 {
  font-size: 60px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.landing-page-box1 img {
  position: relative;
  left: -130px;
}
.landing-page-box1 a.btn.btn-default.radius-corner {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 11px 20px;
}
.landing-page-box1 a.btn.btn-default.radius-corner span {
  font-size: 22px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../gfx/btn-arrow-down.png");
  padding: 15px 35px 15px 0;
}
.why-landing-page {
  font-family: "Dobra";
  color: #454952;
  padding: 60px 0;
}
.why-landing-page h1 {
  display: block;
  color: #00a651;
  margin: 0px 0 15px 0;
  font-family: "DobraBold";
  font-size: 32px;
  text-align: center;
}
.why-landing-page h2 {
  display: block;
  color: #454952;
  margin: 0px 0 60px 0;
  font-family: "Dobra";
  font-size: 22px;
  text-align: center;
}
.why-landing-page strong {
  font-family: "DobraBold";
}
.why-landing-page .box-1,
.why-landing-page .box-2,
.why-landing-page .box-3,
.why-landing-page .box-4,
.why-landing-page .box-5,
.why-landing-page .box-6 {
  padding-left: 100px;
  background-position: left 5px;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}
.why-landing-page .box-1 h1,
.why-landing-page .box-2 h1,
.why-landing-page .box-3 h1,
.why-landing-page .box-4 h1,
.why-landing-page .box-5 h1,
.why-landing-page .box-6 h1 {
  color: #454952;
  font-size: 22px;
  text-align: left;
}
.why-landing-page .box-1 p,
.why-landing-page .box-2 p,
.why-landing-page .box-3 p,
.why-landing-page .box-4 p,
.why-landing-page .box-5 p,
.why-landing-page .box-6 p {
  font-size: 16px;
}
.why-landing-page .box-1 {
  background-image: url("../gfx/icon-quick-start.png");
}
.why-landing-page .box-2 {
  background-image: url("../gfx/icon-simple-managment.png");
}
.why-landing-page .box-3 {
  background-image: url("../gfx/icon-disk.png");
}
.why-landing-page .box-4 {
  background-image: url("../gfx/icon-mobil.png");
}
.why-landing-page .box-5 {
  background-image: url("../gfx/icon-quick-shoping.png");
}
.why-landing-page .box-6 {
  background-image: url("../gfx/icon-analiz.png");
}
.show-our-product {
  font-family: "Dobra";
  color: #fff;
  background-color: #465aa5;
  background-repeat: no-repeat;
  background-image: url("../gfx/blur-menu.png");
  background-position: top;
  padding: 130px 0 100px 0;
}
.show-our-product strong {
  font-family: "DobraBold";
}
.show-our-product h1 {
  display: block;
  color: #ffffff;
  margin: 0px 0 40px 0;
  font-family: "Dobra";
  font-size: 32px;
  text-align: center;
}
.show-our-product ul {
  padding: 0;
}
.show-our-product ul li {
  text-align: center;
  padding-left: 0;
  margin-left: -5px;
  display: inline-block;
  list-style: none;
  margin-right: 25px;
  margin-left: 0px;
  height: 140px;
  position: relative;
  margin-right: 100px;
  float: left;
}
.show-our-product ul li > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.show-our-product ul li a {
  margin: 0 auto;
  display: block;
  width: 65px;
  height: 65px;
  -webkit-border-radius: 64px;
  -moz-border-radius: 64px;
  -ms-border-radius: 64px;
  -o-border-radius: 64px;
  border-radius: 64px;
  background-repeat: no-repeat;
}
.show-our-product ul li a:hover {
  background-color: #00a651;
}
.show-our-product ul li p {
  margin: 10px 0 0 0;
  line-height: auto;
  font-size: 16px;
}
.show-our-product ul li span {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  background-color: #465aa5;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.show-our-product ul li:nth-of-type(1) a {
  background-image: url("../gfx/w-domain.png");
}
.show-our-product ul li:nth-of-type(2) a {
  background-image: url("../gfx/w-hosting.png");
}
.show-our-product ul li:nth-of-type(3) a {
  background-image: url("../gfx/w-kreator.png");
}
.show-our-product ul li:nth-of-type(4) a {
  background-image: url("../gfx/w-esklep.png");
}
.show-our-product ul li:nth-of-type(5) a {
  background-image: url("../gfx/w-vps.png");
}
.show-our-product ul li:nth-of-type(6) a {
  background-image: url("../gfx/w-ssl.png");
}
.show-our-product ul li:nth-of-type(7) a {
  background-image: url("../gfx/w-anti.png");
}
.show-our-product ul li:last-of-type {
  margin-right: 0;
}
.show-our-product ul li.active a {
  background-color: #00a651;
}
.show-our-product ul li.active span {
  display: block;
}
.show-our-product .information {
  display: none;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  border: 1px solid #fff;
  padding: 40px 0;
  text-align: center;
}
.show-our-product .information h2 {
  font-size: 32px;
}
.show-our-product .information p {
  font-size: 16px;
}
.show-our-product .information.active {
  display: block;
}
.contact-box {
  font-family: "Dobra";
  color: #454952;
  padding: 60px 0;
}
.contact-box h1 {
  display: block;
  color: #00a651;
  margin: 0px 0 20px 0;
  font-family: "DobraBold";
  font-size: 32px;
  text-align: center;
}
.contact-box h2 {
  display: block;
  color: #454952;
  margin: 0px 0 45px 0;
  font-family: "Dobra";
  font-size: 22px;
  text-align: center;
}
.contact-box .col-lg-5 {
  text-align: right;
  font-size: 22px;
}
.contact-box .col-lg-1 {
  text-align: center;
  font-size: 22px;
}
.contact-box .col-lg-6 {
  text-align: left;
  font-size: 22px;
}
.contact-box .col-lg-6 strong.strong-relative {
  position: relative;
  top: -7px;
}
.contact-box .col-lg-6 small {
  font-size: 11px;
  position: absolute;
  left: 15px;
  top: 18px;
}
.contact-box h3 {
  margin: 50px 0 0 0;
  text-align: center;
  font-size: 22px;
  font-family: "Dobra";
}
.contact-box h3 strong.green-color {
  color: #00a651;
  font-family: "DobraBold";
}
.slider-landing-page {
  font-family: "Dobra";
  color: #fff;
  background-color: #465aa5;
}
.slider-landing-page h2 {
  font-family: "DobraBold";
  font-size: 32px;
  margin: 195px 0 15px 0;
}
.slider-landing-page p {
  font-size: 22px;
  line-height: 25px;
}
.slider-landing-page .bx-controls-direction {
  top: 240px;
}
.slider-landing-page .bx-pager.bx-default-pager {
  position: absolute;
  bottom: 140px;
  left: 50%;
  margin-left: -55px;
}
.slider-landing-page .bx-pager.bx-default-pager .bx-pager-item {
  margin-right: 15px;
  display: inline-block;
  float: left;
}
.slider-landing-page .bx-pager.bx-default-pager .bx-pager-item a.bx-pager-link {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  width: 12px;
  height: 12px;
  display: block;
  border: 1px solid #00a651;
  text-decoration: none;
  outline: none;
  float: left;
  text-indent: -66666px;
}
.slider-landing-page .bx-pager.bx-default-pager .bx-pager-item a.bx-pager-link:hover,
.slider-landing-page .bx-pager.bx-default-pager .bx-pager-item a.bx-pager-link.active {
  background-color: #00a651;
}
.slider-landing-page .bx-controls-direction {
  width: 1290px;
  position: absolute;
  left: -60px;
}
.slider-landing-page .bx-controls-direction a {
  display: block;
  float: left;
  text-indent: -66666px;
  outline: none;
  width: 30px;
  height: 70px;
  background-repeat: no-repeat;
}
.slider-landing-page .bx-controls-direction a.bx-prev {
  background-image: url("../gfx/slider-btn-prev-2.png");
}
.slider-landing-page .bx-controls-direction a.bx-next {
  float: right;
  background-image: url("../gfx/slider-btn-next-2.png");
}
.migration-box-lg {
  padding: 60px 0 0 0;
}
.migration-box-lg strong {
  fonr-family: "DobraBold";
}
.migration-box-lg h1 {
  display: block;
  color: #00a651;
  margin: 0px 0 20px 0;
  font-family: "DobraBold";
  font-size: 32px;
  text-align: center;
}
.migration-box-lg h2 {
  display: block;
  color: #454952;
  margin: 0px 0 0px 0;
  font-family: "Dobra";
  font-size: 22px;
  text-align: center;
}
.migration-box-lg h3 {
  display: block;
  color: #454952;
  margin: 50px 0 65px 0;
  font-family: "Dobra";
  font-size: 16px;
  text-align: center;
}
.migration-box-lg span.green-text {
  color: #00a651;
}
.migration-box-lg .promo-price {
  -moz-transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  transform: rotate(25deg);
}
.migration-box-lg .promo-price span {
  padding: 22px 0 0 6px;
  text-align: center;
  border: 1px solid #bb4748;
}
.migration-box-lg .box-information {
  text-align: center;
  background-color: #eff0f2;
  padding: 55px 0;
}
.migration-box-lg .box-information h1 {
  display: block;
  color: #454952;
  margin: 0px 0 40px 0;
  font-family: "Dobra";
  font-size: 32px;
}
.migration-box-lg .box-information h2 {
  display: block;
  color: #454952;
  margin: 20px 0 15px 0;
  font-family: "DobraBold";
  font-size: 22px;
}
.migration-box-lg .box-information p {
  font-family: "Dobra";
  font-size: 16px;
}
.migration-box-lg a.btn.btn-default.btn-up {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.migration-box-lg a.btn.btn-default.btn-up span {
  font-size: 22px;
  padding: 3px 50px 3px 30px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url("../gfx/arrow-up.png");
}
.migration-box-lg .button-box {
  text-align: center;
  padding: 35px 0;
}

.reg-baner {
  background-color: #384a90;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url("../gfx/reg-baner-top.jpg");
  height: 280px;
}
.reg-baner h1 {
  display: block;
  color: #ffffff;
  margin: 0px 0 0px 0;
  font-family: "DobraBold";
  font-size: 44px;
  margin-top: 155px;
}
.menu-reg ul.main-category {
  padding: 0;
}
.menu-reg ul.main-category li {
  list-style: none;
  margin-bottom: 8px;
}
.menu-reg ul.main-category li a {
  display: block;
  padding-left: 30px;
  background-image: url("../gfx/arrow-green.png");
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 16px;
  font-family: "DobraBold";
  color: #454952;
}
.menu-reg ul.main-category li ul {
  margin-top: 8px;
  padding-left: 40px;
}
.menu-reg ul.main-category li ul li {
  list-style: none;
  margin-bottom: 8px;
}
.menu-reg ul.main-category li ul li a {
  background: none;
  font-family: "Dobra";
  padding-bottom: 3px;
  padding: 0;
}
.menu-reg ul.main-category li ul li a:hover,
.menu-reg ul.main-category li ul li a.active {
  border-bottom: 3px solid #00a651;
  text-decoration: none;
}
.reg-content {
  font-family: "Dobra";
  padding: 45px 0 20px 0;
}
.reg-content h2 {
  display: block;
  color: #454952;
  margin: 0px 0 25px 0;
  font-family: "Dobra";
  font-size: 22px;
}
.reg-content p {
  font-size: 16px;
  color: #454952;
  line-height: 22px;
  margin-bottom: 25px;
  display: block;
  float: left;
}
.reg-content p.lightcolor {
  color: #585b62;
}
.reg-content h6 {
  display: block;
  color: #b7b8bb;
  margin: 25px 0 0px 0;
  font-family: "Dobra";
  font-size: 13px;
  line-height: 16px;
}
.reg-content table tr td a {
  background-image: url("../gfx/list-icon-pdf-2.png");
  display: block;
  background-repeat: no-repeat;
  width: 20px;
  height: 25px;
  margin: 0 auto;
}
.reg-content table tr td {
  font-size: 16px;
  width: 23%;
  padding: 15px 8px;
  vertical-align: middle;
  line-height: auto;
}
.reg-content table tr td:first-of-type {
  width: 30%;
}
.reg-content table {
  margin: 15px 0 30px 0;
  display: block;
  float: left;
  text-align: center;
  border-bottom: 1px solid #dddddd;
}
.reg-content .color1-1 {
  background-color: #e8f4f7;
}
.reg-content .color2-1 {
  background-color: #fdebeb;
}
.reg-content .color3 {
  background-color: #f5f5f5;
}
.reg-content .color1-2 {
  background-color: #e7eef0;
}
.reg-content .color2-2 {
  background-color: #f3e9e9;
}


/*New domains*/
.top-slider ul.main-slider-subpage .slide_domains_new{
  padding-top: 85px;
  background:url("../gfx/baner_new_az.jpg")no-repeat center top;
}
.top-slider ul.main-slider-subpage .slide_domains_new h3{
  font-size: 28px;
}
.top-slider ul.main-slider-subpage .slide_domains_new h3>strong{
  font-family:'DobraBold';
  background:url("../gfx/border_bottom_new.png")no-repeat left bottom;
  padding-bottom: 4px;
}
.top-slider ul.main-slider-subpage .slide_domains_new h1{
  font-family: 'DobraBold';
  font-size:90px;
  margin:10px 0;
}
.top-slider ul.main-slider-subpage .slide_domains_new h4{
  font-size: 84px;
  color: #fff;
  background-color:#bb4748;
  width:430px;
  display:block;
  padding:0 25px;
  font-family:'Dobra';
  font-weight: normal;
}

.top-slider ul.main-slider-subpage .slide_domains_new h4>strong{
  font-family: 'DobraBold';
}
.search-domains .col-lg-12{
  top:auto;
  bottom: 15px;
}
.box_package_domains{
  padding: 50px 0 25px 0;
}
.box_package_domains .box{
  display: inline-block;
  float: left;
  width: 270px;
  margin-right: 30px;
  padding: 20px 15px;
  text-align: center;
  color:#454952;
  border:3px solid #ffa86e;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box; 
  height:245px;
}
.box_package_domains .box.box2{
  border-color: #53d793;
}
.box_package_domains .box.box3{
  border-color: #81cce5;
}
.box_package_domains .box.box4{
  border-color: #aae261;
}
.box_package_domains .box:last-of-type{
  margin-right:0;
}
.box_package_domains .box h2{
  margin:0 0 5px 0;
  font-weight: normal;
  color:#00a651;
  font-size: 36px;
  font-family:'DobraBold';
}
.box_package_domains .box p{
  font-family:'Dobra';
  font-size: 16px;
  line-height: 19px;
}
.box_package_domains .box p strong {
  font-family:'DobraBold';
}
.box_package_domains .box h3{
  font-weight: normal;
  font-size: 36px;
  font-family:'DobraBold';
  position: relative;
  margin:15px 0 10px;
  width: 250px;
}
.box_package_domains .box.box3 h3{
  left:30px;
}
.box_package_domains .box.box4 h3{
  left:15px;
}
.box_package_domains .box h3>small{
  font-size: 16px;
  color:#454952;
  position: relative;
  top:-14px;
  left: 5px;
}
.box_package_domains .box h3>em{
  font-size: 14px;
  font-family:'Dobra';
  color:#454952;
  font-weight: normal;
  font-style:normal;
  position: relative;
  left: -39px;
}
.box_package_domains .box a{
  font-family:'DobraBold';
  padding:6px 12px 4px;
  font-size: 14px;
}
.box_package_domains .box span{
  color:#bb4748;
  font-size: 14px;
  float: left;
  text-align: center;
  width: 100%;
  margin-top: 8px;
}
.box_package_domains .box span>strong{
  font-family:'DobraBold';
  background:url("../gfx/border_bottom_new.png")no-repeat left bottom;
  background-size: 100% 15%;
}
.transfer_domians .container,
.privacy .container{
  font-family: 'Dobra';
  padding-top:30px;
  border-top: 1px solid #e5e5e5;
  color:#454952;
}
.privacy .col-lg-4{
  text-align: center;
}
.transfer_domians h1, .no_domains_lonely h1,
.privacy h1{
  margin:0;
  font-size: 32px;
  font-weight: normal;
  font-family: 'DobraBold';
  color: #00a651;
  line-height: 31px;
}
.privacy img{
  position: relative;
  bottom: -23px;
}
.privacy .col-lg-8{
  padding-bottom: 30px
}
.transfer_domians h2, .no_domains_lonely h2,
.privacy h2{
  font-size: 22px;
  margin: 15px 0 25px; 
}
.transfer_domians h2{
  font-size: 16px;
}
.transfer_domians ul,
.privacy ul{
  padding:0;
}
.privacy ul li:first-of-type{
  background:url("../gfx/privacy_li1.png")no-repeat left 5px;
}
.privacy ul li:last-of-type{
  background:url("../gfx/privacy_li2.png")no-repeat left 5px;
}
.transfer_domians ul li:nth-of-type(1){
  background:url("../gfx/transfer_li1.png")no-repeat left 5px;
}
.transfer_domians ul li:nth-of-type(2){
  background:url("../gfx/transfer_li2.png")no-repeat left 5px;
}
.transfer_domians ul li:nth-of-type(3){
  background:url("../gfx/transfer_li3.png")no-repeat left 5px;
}
.transfer_domians ul li,
.privacy ul li{
  padding-left: 34px;
  font-size: 16px;
  list-style: none;
  margin-bottom: 5px;
}
.transfer_domians ul li{
  padding:3px 0 3px 34px;
}
.transfer_domians ul li>strong,
.privacy ul li>strong{
  font-family:'DobraBold';
}
.privacy a.link{
  font-size: 16px;
  text-decoration:underline;
}
.link .arrow-green{
  background-image: url("../gfx/arrow-green.png");
  background-repeat: no-repeat;
  background-position: right 7px;
  padding-right: 25px;
}
.domians_new_free_package{
  background-color: #f6f6f6;
}
.domians_new_free_package h2, .domians_new_free_package h3{
  width: 850px;
}

.domians_new_free_package .free-pack-rwd  h2, .domians_new_free_package .free-pack-rwd  h3{
  width: auto;
}
.domians_new_free_package .promo-price.shop{
  right: 125px;
}
.free_register_domains{
  font-family:'Dobra';
  padding: 0 0 60px 0;
  color: #454952;
}
.domains_offer .h1,
.free_register_domains .h1,
.domains_offer h1,
.free_register_domains h1{
  text-align: center;
  color:#00a651;
  font-family:'Dobra';
  font-size: 32px;
}
.free_register_domains .h1>strong,
.free_register_domains h1>strong{
  font-family:'DobraBold';
}
.domains_offer .h1,
.free_register_domains .h1{
  margin-bottom: 0;
}
.domains_offer h3,
.free_register_domains h3,
.domains_offer h2,
.free_register_domains h2{
  font-size: 22px;
  text-align: center;
  margin-bottom: 60px;
}
.free_register_domains .box{
  display: inline-block;
  float: left;
  width: 360px;
  text-align: center;  
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box; 
}
.free_register_domains .box .col-lg-6{
  text-align: left;
}
.free_register_domains .box>.col-lg-6:last-of-type{
  border-left: 1px solid #cdcdcd;
}
.free_register_domains .box>.col-lg-6{
  margin-top: 15px;
}
.free_register_domains .box h5{
  font-size: 16px;
  margin: 0;
}
.free_register_domains .box h4{
  font-size: 26px;
  margin: 0;
}
.free_register_domains .box h4.az-green {
  color: #00a651;
}

.free_register_domains .box h4.az-green strong {
  font-family:'DobraBold';
}

.free_register_domains .box p{
  font-size: 13px;
}
.free_register_domains .box p>strong{
  font-family: 'DobraBold';
}
.free_register_domains .box.box1{
  background-color: #f6f6f6;
  padding: 24px 15px;
}
.free_register_domains .box.box2{
  position: relative;
  border:3px solid #00a651;
  padding:32px 15px;
  margin:0 34px;
  top:-10px;
}
.free_register_domains .price_lable .label{
  padding-top: 10px;
  width:520px;
  display: block;
  float:none;
  margin:0 auto; 
}

small.small-info {
  text-align:right;
  margin:0 auto;
  display: block;
  opacity:0.6;
}

small.tooltip-info {
  margin:20px 0 20px 20px;
  opacity:0.8;
  float:left;
}

.free_register_domains .price_lable .label h3{
  color:#bb4748;
  font-size: 22px;
  font-family:'DobraBold';
  text-align:right;
  width: 253px;
  display: inline-block;
  float:left;
  line-height: 19px;
}

small.regulations {
  width:100%;
  margin: 30px 0 -20px 0;
  float:left;
  display:block;
  text-align:center;
}

small.regulations a {
  color:#444;
  opacity:0.7;
}

.free_register_domains .price_lable .label>span{
  color:#fff;
  background-color: #bb4748;
  font-size: 46px;
  font-family:'DobraBold';
  width: 81px;
  height: 81px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
    display: inline-block;
  float:left;
  line-height: 81px;
  margin:0 5px 0 14px;
}
.free_register_domains .price_lable .label small{
  display: inline-block;
  float: left;
  font-size: 17px;
  color: #bb4748;
  font-family:'DobraBold';
  margin-top: 30px;
}
.free_register_domains .price_lable .label a{
  margin-top: 21px;
}
.transfer_domians a.link{
  text-decoration: underline;
  margin-left:30px
}
.transfer_domians .container{
  padding-bottom: 30px;
}
.transfer_domians img{
  position: relative;
  bottom:-44px;
}
.transfer_domians ul{
  margin-bottom: 20px;
}
.no_domains_lonely{
  font-family: 'Dobra';
  color:#454952;
  padding: 60px 0;
  background-color:#f6f6f6;
}
.domains_offer h1, .domains_offer h2,
.no_domains_lonely h1, .no_domains_lonely h2{
  text-align: center;
}
.no_domains_lonely .box{
  display: inline-block;
  float: left;
  background-color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box; 
  width:360px;
  height: 409px;
  padding: 0 20px;
}
.no_domains_lonely .box .content{
  padding-top: 23px;
  height: 392px;
}
.no_domains_lonely .box.box1 .content{
  border-top:3px solid #a6005a;
}
.no_domains_lonely .box.box2 .content{
  border-top:3px solid #3179da;
}
.no_domains_lonely .box.box3 .content{
  border-top:3px solid #6431da;
  width: 100%;
}
.no_domains_lonely .box.box2{
  border:3px solid #00a651;
  margin: 0 32px;
}
.no_domains_lonely .box.box2 .content{
  position: relative;
  top:-3px;
}
.no_domains_lonely .box h2{
  color:#00a651;
  font-size:22px;
  font-family:'Dobra';
  margin:15px 0;
}
.no_domains_lonely .box h2>strong{
  font-family:'DobraBold';
}
.no_domains_lonely .box p{
  font-family:'Dobra';
  font-size: 16px;
  line-height: 20px;
}
.no_domains_lonely .box h3.price{
  font-family:'Dobra';
  position: relative;
}
.no_domains_lonely .box h3.price>small{
  font-size: 13px;
  position: relative;
  top:-20px;
}
.no_domains_lonely .box h3.price>span{
  font-family:'DobraBold';
  font-size:40px;
  margin:0 4px;
}
.no_domains_lonely .box h3.price>em{
  font-size:16px;
  font-style: normal;
}
.no_domains_lonely .box .content>span{
  float:left;
  width: 100%;
  color:#c15757;
  font-size: 16px;
  text-align: center; 
  margin-bottom: 18px;
}
.no_domains_lonely .box .content>span>strong{
  font-family:'DobraBold';
}
.box_package_domains .box,
.no_domains_lonely .box{
  position:relative;
}
.box_package_domains span.label_new,
.no_domains_lonely .box span.label_promo{
  text-align:center;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  font-family: 'DobraBold';
  position: absolute;
  z-index: 5;
  background-color: #bb4748;
  display:block;
  width:128px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top:-11px;
  padding:0 5px;
}
.no_domains_lonely h2{
  margin-bottom: 40px;
}
.box_package_domains span.label_new{
  padding:4px 0;
  width: 105px;
  top: -27px;
}
.search-domains .col-lg-12{
  padding: 0;
}
.domains_offer{
  padding: 20px 0;
  font-family:'Dobra';
  color:#454952;
}
.domains_offer h1{
  font-family:'DobraBold';
  margin: 0;
}
.domains_offer h2{
  margin: 5px 0 30px 0;
}
.domains_offer .navi_domains_offer{
  position: relative;
}
.domains_offer .navi_domains_offer h3{
  font-size: 22px;
  font-family: 'Dobra';
  padding: 18px 0px 17px 20px;
  border-top:1px solid #e7e7e7;
  border-bottom:1px solid #e7e7e7;
  display: block;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box; 
  margin: 15px 0;
}
.domains_offer .navi_domains_offer h3:first-of-type{
  margin-top: 0;
}
.domains_offer .navi_domains_offer h3:last-of-type{
  position: absolute;
  top:150px;
  width:263px;
}
.domains_offer .navi_domains_offer ul{
  display: inline;
  float: left;
  padding-left:20px;
  list-style: none;
  height: auto;
  margin: 0;
}
.domains_offer .navi_domains_offer ul li{
  display: block;
  float: left;
  font-size: 13px;
  height: auto;
  line-height: 24px;
  width: 100%;
}
.domains_offer .navi_domains_offer ul li span{
  color:#00a651;
}
.domains_offer .navi_domains_offer ul li a{
  color:#454952;
  text-decoration: none;
}
.domains_offer .navi_domains_offer ul li.active a, .domains_offer .navi_domains_offer ul li.active,
.domains_offer .navi_domains_offer ul li:hover,
.domains_offer .navi_domains_offer ul li a:hover{
  border: none;
  color:#00a651;
  font-family:'Dobra';
}
.domains_offer .navi_domains_offer ul li strong{
  font-family:'DobraBold';
}

.domains_offer .navi_domains_offer ul>li:nth-of-type(4){
  padding-left: 35px;
  margin-top: 90px;
  background: url("../gfx/sub_nav_domains_1.png")no-repeat 2px center;
}
.domains_offer .navi_domains_offer ul>li:nth-of-type(5){
  padding-left: 35px;
  background: url("../gfx/sub_nav_domains_2.png")no-repeat 4px center;
}
.domains_offer .navi_domains_offer ul>li:nth-of-type(6){
  padding-left: 35px;
  background: url("../gfx/sub_nav_domains_3.png")no-repeat left center;
}
.domains_offer .wrap_table{
  display: block;
  float: left;
  width:100%;
}
.domains_offer .wrap_table table{
  width: 100%;
}
.domains_offer .wrap_table table td,
.domains_offer .wrap_table table th{
  vertical-align: middle;
  padding: 8px 20px;
  border-top:1px solid #e8e8e8; 
}
.domains_offer .wrap_table table th h2{
  font-size:22px;
  margin: 0;
  text-align: left;
}
.domains_offer .wrap_table table th h3{
  text-align: center;
  font-size: 13px;
}
.domains_offer .wrap_table table td h2{
  font-size: 18px;
  font-family:'DobraBold';
  text-align: left;
  color:#00a651;
  margin: 0;
  font-weight: normal;
}
.domains_offer .wrap_table table td h3{
  margin: 0;
  font-size:14px;
  font-family:'Dobra';
  text-align: center;
}
.domains_offer .wrap_table table tr:nth-of-type(2n){
  background-color:#f6f6f6;
}
.domains_offer .wrap_table table td.reg h3{
  font-size: 19px;
  font-family: 'DobraBold';
  color: #bb4748;
}
.domains_offer .wrap_table table tr td.reg{
  background-color: #f5faff;
}
.domains_offer .wrap_table table tr:nth-of-type(2n) td.reg{
  background-color: #e3f0fe;
}
.domains_offer .wrap_table table td.name{
  width:550px;
}

.domains_offer .wrap_table table td p{
  margin: 0;
  font-size:11px;
  font-family:'Dobra';
  text-align: center;
  color:#b1b2b5;
}
.domains_offer .wrap_table{
  height: 550px;
  overflow-y: scroll;
}
.domains_offer .wrap_table.sub_wrap{
  height: auto;
  overflow: hidden;
}
.domains_offer .button_box{
  padding-top: 20px;
  text-align: center;
}
.privacy{
  position: relative;
}

.popup_anoniumous a.close-popup-btn{
  display: block;
  float: right;
  text-indent: -6666px;
  outline: none;
  background-repeat: no-repeat;
  background-image: url("../gfx/btn-close.png");
  width: 18px;
  height: 16px;
  margin: -30px -10px 0 0;
  cursor: pointer;
}
.popup_anoniumous{
  -webkit-box-shadow: 0 0 5px 0 #eaeaea;
  box-shadow: 0 0 5px 0 #eaeaea;
  padding: 60px 30px 30px 30px;
  background-color: #fff;
  position: absolute;
  width: 1170px;
  z-index: 6666;
  top: 60px;
  display: none;
}
.popup_anoniumous h2, .popup_anoniumous p{
  text-align: center;
}
.popup_anoniumous h2{
  font-size:22px;
}
.popup_anoniumous p{
  font-size:16px;
  margin-bottom: 35px;
}
.popup_anoniumous .box2{
  border:3px solid #00a651;
}
.popup_anoniumous table{
  width: 100%;
  font-size: 16px;
  margin-bottom: 15px;
}
.popup_anoniumous table tr>td{
  vertical-align: top;
  padding:4px;
}
.popup_anoniumous table tr>td:first-of-type{
  text-align: right;
  padding-right: 20px;
  width: 200px;
}
.popup_anoniumous strong{
  font-family:'DobraBold';
}
.popup_anoniumous h3{
  padding:15px 0 15px 50px;
  font-family: 'DobraBold';
  margin:15px 0 15px 80px;
  font-size: 16px;
}
.popup_anoniumous .box1 h3{
  color:#bb4748;
  background:url("../gfx/no_anoniumous_img.png")no-repeat left center;
}
.popup_anoniumous .box2 h3{
  color:#00a651;
  background:url("../gfx/yes_anoniumous_img.png")no-repeat left center;
}
#ascrail2000.nicescroll-rails div, #ascrail2001.nicescroll-rails div, #ascrail2002.nicescroll-rails div, #ascrail2003.nicescroll-rails div,
#ascrail2004.nicescroll-rails div{
  width:3px !important;
  opacity:1 !important;
  background-image:url("../gfx/scroll.png");
  z-index:20 !important;
  border:none !important; 
  -webkit-border-radius: 0!important;
  border-radius: 0!important;
  left:1px;
  background-color:#cbcbcb!important;
  cursor: pointer!important;
}
#ascrail2000-hr.nicescroll-rails div, #ascrail2001-hr.nicescroll-rails div, #ascrail2002-hr.nicescroll-rails div,
#ascrail2003-hr.nicescroll-rails div, #ascrail2004-hr.nicescroll-rails div{
  height:3px !important;
  opacity:1 !important;
  background-image:url("../gfx/scroll.png");
  z-index:20 !important;
  border:none !important; 
  -webkit-border-radius: 0!important;
  border-radius: 0!important;
  top:-1px!important;
  background-color:#cbcbcb!important;
  cursor: pointer!important;
}


#ascrail2000.nicescroll-rails, #ascrail2001.nicescroll-rails, #ascrail2002.nicescroll-rails, #ascrail2003.nicescroll-rails, #ascrail2004.nicescroll-rails{
  /*overflow: hidden;*/
  background-color:#cbcbcb;
  width: 1px!important;
  opacity:1 !important;
  z-index:40 !important;
  /*left:1255px!important;*/
  margin-left:17px!important;
}
#ascrail2000-hr.nicescroll-rails, #ascrail2001-hr.nicescroll-rails, #ascrail2002-hr.nicescroll-rails,
#ascrail2003-hr.nicescroll-rails, #ascrail2004-hr.nicescroll-rails{
  /*overflow: hidden;*/
  background-color:#cbcbcb;
  height: 1px!important;
  opacity:1 !important;
  z-index:40 !important;
  margin-top:17px!important;
  /*left:1255px!important;*/
}

/*POPUP*/
#cboxContent {

}

/*NEW PRICES SCHEMA*/

.main-slider-subpage li.slide_third.slide_autumn.santa.new-prices-schema .col-lg-12 {
  margin-top:-15px;
}

.main-slider-subpage li.slide_third.slide_autumn.new-prices-schema .price-slide {
  margin-top:0px;
}

.main-slider-subpage li.slide_third.slide_autumn.new-prices-schema .h1,
.main-slider-subpage li.slide_third.slide_autumn.new-prices-schema h1 {
  display:block;
}

.main-slider-subpage li.slide_third.slide_autumn.new-prices-schema h3.premiere {
  background-color: #bb4748;
    clear: both;
  display:block;
    font-family: "DobraBold";
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 0px;
  margin-bottom:0px;
    padding: 2px 6px;
  width:350px;
}

.santa.new-prices-schema.homepage h3.premiere {
  background-color: #bb4748;
    clear: both;
  display:block;
    font-family: "DobraBold";
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: -35px;
  margin-bottom:0px;
    padding: 2px 6px;
  width:247px;
}

.santa.new-prices-schema.homepage a {
  margin-top:-20px;
}

.main-slider-subpage li.slide_third.slide_autumn.new-prices-schema .price-slide.hosting-price span.old-price-slide { 
  /*background-color: #ba4647;
  padding:5px 10px;
  height:auto;
  line-height:38px;*/
}

@-moz-document url-prefix() {
    .main-slider-subpage li.slide_third.slide_autumn.new-prices-schema .price-slide.hosting-price span.old-price-slide {
        
    }
}

.main-slider-subpage li.slide_third.slide_autumn.new-prices-schema .price-slide.hosting-price span.red {
  font-size:60px;
  line-height:60px;
  margin-left:10px;
  padding:2px 10px;
  border-radius: 5px 5px 5px 5px;
}

.main-slider-subpage li.slide_third.slide_autumn.new-prices-schema .price-slide.hosting-price em.red {
  left:170px;
  font-size:42px;
  line-height:44px;
  height:auto;
  padding:2px 10px;
}


.main-slider-subpage li.slide_third.slide_autumn.new-prices-schema .price-slide.hosting-price em.red span{
  font-size:36px;
  line-height:38px;
  font-family: "Dobra";
  font-weight:normal;
  height:auto;
  padding:5px 10px;
}

.main-slider-subpage li.slide_third.slide_autumn.new-prices-schema .price-slide.hosting-price small {
  /*margin-top:-10px;
  margin-left:10px;
    font-size:18px;*/
  margin-top:0px;
  margin-left:95px;
  font-size:14px;
}

.top-slider.az-slider.subpage-slider .price-slide.hosting-price.price-ox span.color-red {
  background-color: #ba4647;
    margin-bottom: 40px;
    padding: 0 10px;
}

.main-slider-subpage li.slide_third.slide_autumn.new-prices-schema .price-slide.hosting-price em.red-netto {
  font-size:20px;
  background-color: #ba4647;
  padding:5px 15px;
  height:33px;
  line-height:22px;
  position:absolute;
  top:40px;
  margin-left:-10px;
}



/* #cboxContent div#cboxLoadedContent div#order_popup.orderpopup div.row div.col-lg-offset-1.col-lg-6 {
    margin-left: 24px;
    margin-top: -30px;
    width: 735px;
} */

/* #cboxLoadedContent div#order_popup.orderpopup div.row div.col-lg-offset-1.col-lg-6 form button#submit.btn.btn-default {
    width:200px;
    float:right;
    display:block;
    clear:both;
    margin-top:10px;
}

#cboxLoadedContent div#order_popup.orderpopup div.row div.col-lg-offset-1.col-lg-6 form fieldset div.box-this-price {
    margin-top:6px;
}

#colorbox div#cboxWrapper div div#cboxContent div#cboxTitle {
    color: #454952;
    font-family: "Dobra";
    font-size: 32px;
    margin: 0 0 20px;
}

#cboxContent div#cboxLoadedContent div#order_popup.orderpopup div.row div.col-lg-offset-1.col-lg-6 form,
#colorbox div#cboxWrapper div div#cboxContent button#cboxClose {
    font-family: "Dobra";
}

#cboxContent div#cboxLoadedContent div#order_popup.orderpopup div.row div.col-lg-offset-1.col-lg-6 form select {
    padding:4px;
} */

#colorbox.colorbox-pacman {
  margin-top:2%;
  z-index:777777!important;
}

/*PROMOCJA PACMAN*/
a#pacman {
  font-family: "DobraBold";
  font-size:28px;
  color: #444;
  text-decoration:none;
  text-shadow:none;
  position:relative;
  top:5px;
  padding:6px 10px;
  background-color:#fff;
  border-radius:5px;
  margin-left:5px;
}
a#pacman span {
  color: #bb4748;
  text-decoration:underline;
  font-size:28px;
  text-transform:none;
}
a#pacman img {
  position: static;
  margin-left:5px;
  margin-top:-4px;
}
/*KONIEC PROMOCJI PACMAN*/

.popup-order-screen {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 1000000;
}
.orderpopup {
  padding: 0;
  background-color: #fff;
  height: 100%;
  font-family: "Dobra";
}
.orderpopup .row {
    margin: 0;
    height: 100%;
}
.orderpopup .product-desc {
    padding: 30px;
    background: #eff0f2;
    height: 100%;
}
.orderpopup .product-desc img {
    display: block;
    margin: 10px auto 20px auto;
}
.orderpopup h2 {
  font-family: "DobraBold";
  font-size: 22px;
  text-align: center;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
.orderpopup h2 strong {
  font-family: "Dobra";
}
.orderpopup ul {
  margin: 0 auto;
  width: 80%;
}
.orderpopup ul li {
  color: #00a651;
  font-size: 16px;
}
.orderpopup ul li span {
  color: #454952;
}
.orderpopup .product-order {
    padding: 30px;
    height: 100%;
}
.orderpopup .product-order h3 {
  margin: 0 0 10px 0;
}
.orderpopup a.close-popuop {
  position: absolute;
  right: 15px;
  top: -10px;
  background-image: url("../gfx/x-icon.png");
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  cursor: pointer;
}
.orderpopup ul.list {
  padding-left: 20px;
}
.orderpopup ul.list li {
  padding-left: 10px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 19px;
  color: #00a651;
}
.orderpopup ul.list li span {
  color: #454952;
}
.orderpopup form fieldset {
  padding: 0 0 12px 0;
  height: 60px;
}
.orderpopup form fieldset label {
  display: block;
  margin-bottom: 2px;
}
.orderpopup form fieldset select {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: inline-block;
  float: left;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  width: 80%;
  font-size: 16px;
  padding: 3px 5px 3px 10px ;
  font-family: Arial, Helvetica, sans-serif
}
.orderpopup form fieldset .box-this-price {
  padding-top: 3px;
  display: inline-block;
  width: 20%;
  text-align: right;
  font-size: 14px;
}
.orderpopup form fieldset .price_holder {
  display: block;
}
.orderpopup form fieldset .old_price {
  font-size: 12px;
  margin-top: -10px;
  text-decoration: line-through;
  color: #bb4848;
}
.orderpopup form fieldset .new_price {
}
/*
.orderpopup form fieldset:last-of-type {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
} */
.orderpopup form table {
  float: right;
  text-align: right;
  font-size: 14px;
  width: 60%;
  margin-bottom: 10px;
}
.orderpopup form table td {
  text-align: right;
  width: 50%;
  padding: 1px 0;
}
.orderpopup form table .summary_total td {
  padding: 5px 0;
}
.orderpopup form table .summary_total td #totalfinal_totalwtax {
  font-family: "DobraBold";
  font-size: 16px;
}
.orderpopup form button {
  display: block;
  width: 100%;
  padding: 10px 12px;
  width: 200px;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
/*END POPUP*/

.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 2px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 3px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 2px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 1px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 2px) and (max-width: 2px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 3px) and (max-width: 9998px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 9999px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 1px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 2px) and (max-width: 2px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 3px) and (max-width: 9998px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 9999px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
#waitdiv, div.waitdiv {
  background: #465aa5;
  opacity: 0.9;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#waitdiv span, div.waitdiv span  {
  color: #fff;
  display: block;
  text-align: center;
  top: 50%;
  position: absolute;
  width: 100%;
  height: 20px;
  line-height: 20px;
  padding-top: 60px;
  margin-top: -40px;
  background: url(../gfx/loading-waitdiv.gif) 50% 0 no-repeat;
  font-family: "DobraBold";
  font-size: 14px;
  text-transform: uppercase;
}
#waitdiv-preload {
  background: url(../gfx/loading-waitdiv.gif) -9999px -9999px no-repeat;
}
.payments {
  color: #454952;
  font-family: "Dobra";
  padding: 25px 0;
}
.payments .col-lg-6 {
  padding-right: 10px;
}
.payments img {
  margin: 100px auto;
  display: block;
  width: 256px;
}
.payments h1 {
  display: block;
  color: #454952;
  margin: 0px 0 20px 0;
  font-family: "Dobra";
  font-size: 32px;
}
.payments p {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 25px;
}
.payments p.in {
  margin-bottom: 10px;
}
.payments .bank {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  width: 100%;
  padding: 0px 20px;
  background-color: #eef1fa;
  margin-bottom: 25px;
}
.payments .bank h2,
.payments .bank h3 {
  font-size: 18px;
}
.payments .bank h2 {
  display: inline-block;
  padding-right: 5px;
  border-right: 1px solid;
  width: auto;
  float: left;
}
.payments .bank h3 {
  display: inline-block;
  float: left;
  width: auto;
  padding-left: 5px;
  color: #465aa5;
  font-family: "DobraBold";
}
.payments .bank p {
  display: block;
  float: left;
  width: 100%;
  font-size: 13px;
}
.payments .footer-payment img {
  float: right;
  width: auto;
}
.reg-content .terms p {
    float: none;
}

.panel-log.wide {
    margin: 0px auto;
    width: 810px;
    box-sizing: border-box;
    background-color: #FFF;
    padding: 20px 30px;
}
.login-page .panel-log-head {
    text-align: center;
}
.login-page .panel-log-head h1 {
    display: inline-block;
    margin: 0 auto 16px auto;
}
.login-page .box.bg-gray {
    background: #ececec;
    height: 344px;
    text-align: center;
    border: 0;
}
.login-page .panel-log.wide  h2 {
    margin-top: 39px;
}
.login-page .box.bg-gray h2 {
    font-size: 18px;
    text-align: center;
    margin: 13px 0 10px 0;
}
.login-page .box.bg-gray img {
    margin: 13px 0 23px 0;
}
.login-page .panel-log form button {
    margin-top: 30px;
}
.login-page.login-user .box.old-panel {
    background: #ececec;
    border: 0;
}
.btn-shop {
    padding: 10px 0 55px 0;
}
.az-shop-make a.m0 {
    margin: 0;
}
.link-green {
    color: #00A651;
    font-family: "DobraBold";
    font-weight: bold;
    text-transform: none;
}
.link-slider {
    color: #fff;
    font-size: 16px;
  font-family: "Dobra";
  margin-top:2px;
  
}
.link-slider:hover,
.link-slider:focus {
    color: #fff;
}

.link-slider > span {
  padding:4px 10px;
  margin-right:5px;
  border: 1px solid #fff;
}

.link-slider  strong {
  font-family: "DobraBold";
  font-weight: bold;
}

/* Landing Page */
div.background {
  font-family: "Dobra";
  background: url("../gfx/background-landing-new.jpg") no-repeat top center #41649a;
}
.wrapper-menu.fixed-menu .link-old-az img {
  /*-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 52px;
  height: 56px;*/
}
.h-landing-new {
  color: #fff;
  font-family: "Dobra";
  padding-top: 80px;
}
.h-landing-new h1 {
  display: block;
  color: #ffffff;
  margin: 45px 0 20px 0;
  font-family: "Dobra";
  font-size: 53px;
  text-transform: uppercase;
}
.h-landing-new h1 strong {
  font-family: "DobraBold";
}
.h-landing-new ul {
  padding: 0;
}
.h-landing-new ul li {
  display: inline-block;
  float: left;
  font-size: 24px;
  margin-right: 7px;
}
.h-landing-new img {
  position: relative;
  left: -160px;
  top: 15px;
}

@media screen and (max-width: 1400px) {
  .h-landing-new img {
    left: -20px;
  }
}

@media screen and (max-width: 1100px) {
  #menu-narzedzia{
    margin-left: -100px;
  }
}

.landing-tiles {
  vertical-align: middle;
  text-align: center;
}
.landing-tiles #more-off p,
.landing-tiles #more-ssl p,
.landing-tiles #new-mail p {
  line-height: 25px;
}
.landing-tiles #more-off .white-color ul,
.landing-tiles #more-ssl .white-color ul,
.landing-tiles #new-mail .white-color ul {
  padding: 0;
}
.landing-tiles #more-off .white-color ul li,
.landing-tiles #more-ssl .white-color ul li,
.landing-tiles #new-mail .white-color ul li {
  line-height: 27px;
  font-family: "Dobra";
  padding-left: 35px;
  background: url("../gfx/tick-green.png") left 5px no-repeat;
}
.landing-tiles #free-service p,
.landing-tiles #free-service ul li {
  line-height: 24px;
}
.landing-tiles .pop-up-landign {
  font-family: "Dobra";
  text-align: left;
  display: block;
  position: absolute;
  width: 1155px;
  z-index: 100;
}
.landing-tiles .pop-up-landign .col-lg-7 {
  padding-left: 40px;
}
.landing-tiles .pop-up-landign ul li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
  display: block;
}
.landing-tiles .pop-up-landign h1 {
  margin-top: 70px;
  font-family: "DobraBold";
  font-size: 37px;
  margin-bottom: 30px;
}
.landing-tiles .pop-up-landign a {
  position: absolute;
  top: 30px;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.landing-tiles .pop-up-landign a.btn {
  width: auto;
  height: auto;
  position: relative;
  font-size: 22px;
  margin: 0 auto;
}
.landing-tiles .pop-up-landign .white-color {
  padding-left: 30px;
  background-color: #fff;
  color: #515151;
}
.landing-tiles .pop-up-landign .white-color h1 {
  color: #0d9f5a;
}
.landing-tiles .pop-up-landign .white-color ul {
  padding: 0;
}
.landing-tiles .pop-up-landign .white-color ul li {
  background: url("../gfx/tick-green.png") no-repeat scroll left 5px rgba(0, 0, 0, 0);
  font-family: "Dobra";
  line-height: 27px;
  padding-left: 35px;
}

.landing-tiles .pop-up-landign .white-color.shop ul li {
  line-height:17px;
  background-position: 0px 1px;
}

.landing-tiles div.container div.row div#stor.pop-up-landign.row div.col-lg-7.white-color p,
.landing-tiles div.container div.row div#stor.pop-up-landign.row div.col-lg-7.white-color h2,
.landing-tiles div.container div.row div#vps-pop.pop-up-landign.row div.col-lg-7.white-color h2 {
  line-height:25px;
}

.landing-tiles div.container div.row div#vps-pop.pop-up-landign.row div.col-lg-7.white-color a.btn.btn-default {
  margin-top:-20px;
}

.landing-tiles div.container div.row div#vps-pop.pop-up-landign.row div.col-lg-7.white-color ul li {
  line-height:22px;
}

.landing-tiles .pop-up-landign .white-color a.close-popup-btn {
  background: url("../gfx/close-white-pop.png") no-repeat;
  left: 600px;
  top: 30px;
}
.landing-tiles .pop-up-landign .white-color a span {
  font-style: normal;
  font-size: 22px;
  padding-right: 30px;
  background-position: right 10px;
}
.landing-tiles .pop-up-landign h2 {
  text-transform: none;
  font-size: 16px;
  font-family: "Dobra";
}
.landing-tiles .pop-up-landign h2 strong {
  font-family: "DobraBold";
}
.landing-tiles .pop-up-landign p {
  font-size: 16px;
}
.landing-tiles .pop-up-landign .green-color {
  position: relative;
  background-color: #0d9f5a;
  color: #fff;
  height: 457px;
}
.landing-tiles .pop-up-landign .green-color a.close-popup-btn {
  background: url("../gfx/close-green-pop.png") no-repeat;
  left: 600px;
  top: 30px;
}
.landing-tiles .pop-up-landign .green-color h1 {
  color: #fff;
}
.landing-tiles .pop-up-landign .green-color ul {
  padding: 0;
}
.landing-tiles .pop-up-landign .green-color ul li {
  font-family: "Dobra";
  padding-left: 35px;
  background: url("../gfx/pop-tic.png") left 5px no-repeat;
}
.landing-tiles .pop-up-landign #free-service ul li {
  background: url("../gfx/point-green.png") left center no-repeat;
}
.landing-tiles .col-lg-3 {
  padding-top: 70px;
  height: 285px;
}
.landing-tiles span,
.landing-tiles p {
  font-size: 13px;
  line-height: 16px;
}
.landing-tiles h2 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 15px 0;
  font-family: "DobraBold";
}
.landing-tiles span {
  font-style: italic;
}
.landing-tiles .col-lg-3.lp {
  width: 277px;
}
.landing-tiles .col-lg-3.lnp {
  width: 293px;
}
.landing-tiles .green-box {
  background-color: #0d9f5a;
  color: #fff;
}
.landing-tiles .white-box {
  background-color: #fff;
  color: #454952;
}
.landing-tiles .white-box span.new-service {
  background: url("../gfx/new-service.png") no-repeat top center;
  position: absolute;
  top: 0;
  right: 0;
  width: 92px;
  height: 93px;
}
.landing-tiles .white-box span,
.landing-tiles .white-box p.green-color {
  color: #0d9f5a;
}
.landing-tiles .tiles3 {
  background: url("../gfx/tiles-bg-1.jpg") no-repeat top center;
}
.landing-tiles .tiles6 {
  background: url("../gfx/tiles-bg-2.jpg") no-repeat top center;
}
.landing-tiles .tiles7 {
  background: url("../gfx/tiles-bg-3.jpg") no-repeat top center;
}
.landing-tiles .tiles9 {
  background: url("../gfx/tiles-bg-4.jpg") no-repeat top center;
}
.landing-tiles .tiles11 {
  background: url("../gfx/tiles-bg-5.jpg") no-repeat top center;
}
.landing-tiles .tiles16 {
  background: url("../gfx/tiles-bg-6.jpg") no-repeat top center;
}

.showLandingPOPUP {
  position:relative;
  margin-top-50px;
}

#stor,
#stor .white-color {
  height: 698px;
}
#vps-pop,
#vps-pop .white-color {
  height: 475px;
}
#abon,
#abon .green-color {
  height: 424px;
}
#abon,
#vps-pop {
  top: 1034px;
}
#more-off,
#more-off .white-color {
  height: 649px;
}
#more-off,
#more-ssl {
  top: 1319px;
}
#more-ssl,
#more-ssl .white-color {
  height: 583px;
}
#new-mail,
#free-service {
  top: 1604px;
}
#new-mail,
#new-mail .white-color {
  height: 471px;
}
#free-service,
#free-service .green-color {
  height: 580px;
}
.contact-information {
  text-align: center;
  color: #fff;
  padding: 60px 0;
}
.contact-information strong {
  font-family: "DobraBold";
}
.contact-information h1 {
  display: block;
  color: #ffffff;
  margin: 0px 0 40px 0;
  font-family: "Dobra";
  font-size: 37px;
  line-height: 39px;
  text-transform: uppercase;
}
.contact-information p {
  font-size: 18px;
}
.contact-information span {
  font-size: 24px;
}
.contact-information a {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 8px 25px;
  margin: 25px 0 40px 0;
}
.contact-information a.btn > span {
  padding-right: 50px;
  background: url("../gfx/arrow-w-ring.png") no-repeat right center;
}
.contact-information p.span {
  float: left;
  display: block;
}
#stab,
#stor {
  top: 749px;
}
#stab,
#stor,
#vps-pop,
#abon,
#more-off,
#more-ssl,
#new-mail,
#free-service {
  display: none;
}
/* Koniec Landing Page */

/* WebMaker 09.2014 */
.why-webcreator {
  padding: 55px 0;
  font-family: "Dobra";
}
.why-webcreator h1 {
  display: block;
  color: #00a651;
  margin: 0px 0 15px 0;
  font-family: "DobraBold";
  font-size: 32px;
  text-align: center;
}
.why-webcreator h2 {
  display: block;
  color: #454952;
  margin: 0px 0 30px 0;
  font-family: "Dobra";
  font-size: 22px;
  text-align: center;
}
.why-webcreator .box {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  padding-left: 90px;
  background-position: left 5px;
  background-repeat: no-repeat;
  color: #454952;
}
.why-webcreator .box h2 {
  margin-bottom: 10px;
  font-family: "DobraBold";
  text-align: left;
}
.why-webcreator .box p {
  font-size: 16px;
}
.why-webcreator .box1 {
  background-image: url("../gfx/icon-quick-start.png");
}
.why-webcreator .box2 {
  background-image: url("../gfx/icon-mobil.png");
}
.why-webcreator .box3 {
  background-image: url("../gfx/icon-free-creator.png");
}
.why-webcreator .box4 {
  background-image: url("../gfx/icon-function-creator.png");
}
.webslider-desc {
  padding: 0;
  height: 370px;
  font-family: "Dobra";
  background-color: #eff0f2;
}
.webslider-desc .pagers {
  margin: 47px 0 35px 0;
}
.webslider-desc .pagers ul {
  display: block;
  margin: 0 auto;
  width: 575px;
}
.webslider-desc .pagers ul li {
  width: 130px;
  margin-right: 25px;
  display: inline-block;
  float: left;
}
.webslider-desc .pagers ul li a {
  outline: none;
  text-decoration: none;
  color: #454952;
  font-size: 15px;
  padding-bottom: 5px;
  border-bottom: 3px solid #eff0f2;
}
.webslider-desc .pagers ul li a.active,
.webslider-desc .pagers ul li a:hover {
  font-family: "DobraBold";
  border-bottom: 3px solid #00a651;
}
.webslider-desc .pagers ul li:nth-of-type(1) {
  width: 126px;
}
.webslider-desc .pagers ul li:nth-of-type(2) {
  width: 107px;
}
.webslider-desc .pagers ul li:nth-of-type(3) {
  width: 70px;
}
.webslider-desc .pagers ul li:nth-of-type(4) {
  width: 130px;
}
.webslider-desc ul.webmarker-slider-desc li {
  height: 260px;
  padding-left: 280px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}
.webslider-desc ul.webmarker-slider-desc li ul {
  padding: 0;
}
.webslider-desc ul.webmarker-slider-desc li ul > li {
  height: auto!important;
  padding-left: 40px;
  display: block;
  float: left;
  color: #454952;
  background: url("../gfx/tick-green.png") no-repeat left 10px;
  font-size: 16px;
  margin-bottom: 10px;
}
.webslider-desc ul.webmarker-slider-desc li ul > li strong {
  font-size: 22px;
  font-family: "DobraBold";
}
.webslider-desc ul.webmarker-slider-desc li.box1 {
  background: url("../gfx/icon-wk-fast-create.png") no-repeat left 20px;
}
.webslider-desc ul.webmarker-slider-desc li.box2 {
  background: url("../gfx/icon-wk-comfortable.png") no-repeat left 20px;
}
.webslider-desc ul.webmarker-slider-desc li.box3 {
  background: url("../gfx/icon-wk-mobile.png") no-repeat left 20px;
}
.webslider-desc ul.webmarker-slider-desc li.box4 {
  background: url("../gfx/icon-wk-add.png") no-repeat left 20px;
}
.webslider-desc .bx-pager.bx-default-pager {
  display: none;
}
.webslider-desc .wrapper-slider-web ul.webmarker-slider-desc li {
  height: 260px;
}
.webslider-desc .wrapper-slider-web ul.webmarker-slider-desc li h1 {
  font-family: "DobraBold";
  color: #00a651;
  font-size: 32px;
  margin-bottom: 25px;
}
.show-insp-page {
  padding: 55px 0;
  font-family: "Dobra";
}
.show-insp-page h1 {
  display: block;
  color: #00a651;
  margin: 0px 0 15px 0;
  font-family: "DobraBold";
  font-size: 32px;
  text-align: center;
}
.show-insp-page h2 {
  display: block;
  color: #454952;
  margin: 0px 0 50px 0;
  font-family: "Dobra";
  font-size: 22px;
  text-align: center;
}
.show-insp-page img {
  border: 3px solid #eff0f2;
  display: block;
  float: left;
}
.show-insp-page img.hover-box {
  border: none;
  display: none;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 666;
}
.show-insp-page .col-lg-3 {
  cursor: pointer;
  margin-bottom: 30px;
  position: relative;
}
.show-insp-page .col-lg-3:hover img.hover-box {
  display: block;
}
.show-insp-page p {
  text-align: right;
  margin-top: 20px;
  display: block;
  font-size: 22px;
  text-transform: uppercase;
}

.show-insp-page p.web-lowercase {
  text-transform: none;
  font-size:19px;
}
.show-insp-page p strong {
  font-family: "DobraBold";
}
.web-creator-test a {
  display: block;
  text-align: center;
  margin: 30px auto;
  width: 270px;
}
/* END WebMaker 09.2014 */

.controls-main-sldier{
  display: block;
  position: absolute;
  width: 93%;
  z-index: 666;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 30%;
}

.subpage-slider .controls-main-sldier {
  top:35%;
}

.controls-main-sldier a{
  text-indent: -66666px;
  display: block;
  width: 30px;
  height: 70px;
  background:url("../gfx/slider-btn-next-2.png");
}
.controls-main-sldier .slider-prev a:last-of-type,
.controls-main-sldier .slider-next a:last-of-type{
  /*display: none;*/
}
.controls-main-sldier .slider-next a{
  float: right;
}
.controls-main-sldier .slider-prev a{
  float: left;
  background:url("../gfx/slider-btn-prev-2.png");
}


/*New hosting OX*/
.last-box.bg-white2{
  background-color: #fff;
  padding:0px 0 40px 0;
}
.btn span.arrow-green.arrow-down{
  background-image: url("../gfx/arrow-green-down.png");
  background-position: right 2px;
}
.ox-business{
  display: none;
  position: relative;
}
.ox-business>.popup-offert{
  position: absolute;
  top:10px;
}
.ox-business>.popup-offert.fixed-popup a.close-popup-btn{
  margin-right: -20px;
}
.ox-business h1, .ox-business .h1{
  display: block;
  color: #00a651;
  margin: 30px 0 10px 0;
  font-family: "Dobra";
  font-size: 32px;
  text-align: center;
}
.ox-business .h1>strong,
.ox-business h1>strong{
  font-family: "DobraBold";
}
.ox-business .box h4,
.ox-business h2, .ox-business h5 {
  display: block;
  color: #454952;
  margin: 0px 0 35px 0;
  font-family: "Dobra";
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 35px;
}
.ox-business .box{
  padding:80px 15px 40px 15px;
  background-position: center top;
  background-repeat: no-repeat;
}
.ox-business .box p, .ox-business .box h4,
.ox-business .box h2{
  font-family: "DobraBold";
  font-size: 16px;
  color:#454952;
  text-align:center;
}
.ox-business .box h4,
.ox-business .box h2{
  margin: 10px 0;
}
.ox-business .box p{
  font-family: "Dobra";
}
.ox-business .box.box1{
  background-image: url("../gfx/ox-box1.png");
}
.ox-business .box.box2{
  background-image: url("../gfx/ox-box2.png");
}
.ox-business .box.box3{
  background-image: url("../gfx/ox-box3.png");
}
.ox-business .box.box4{
  background-image: url("../gfx/ox-box4.png");
}
.ox-business .box.box5{
  background-image: url("../gfx/ox-box5.png");
}
.ox-business .box.box6{
  background-image: url("../gfx/ox-box6.png");
}
.ox-business .box.box7{
  background-image: url("../gfx/ox-box7.png");
}
.ox-info{
  background-color: #f0f6fc;
  padding: 15px 0;
  height: 100px;
  margin: 30px 0;
}
.ox-info .col-lg-4{
  text-align: center;
  margin-top: -55px;
}
.content-ox-price-popup .ox-info h2,
.ox-info h2{
  float: left;
  font-size: 16px;
  font-family: "Dobra";
  color: #454952;
  text-align:left;
  margin-bottom: 15px;
}
a.question{
  position: relative;
  width: 18px;
  height: 18px;
  display:block;
  background:url("../gfx/question.png") no-repeat left top;
  float: right;
  /*margin-left: 10px;*/
  text-decoration: none;
}
a.question>span{
  display: none;
  background-color: #fff;
  font-size: 13px;
  color: #585b62;
  width: 490px;
  -webkit-box-shadow: 0 0 5px 2px #efefef;
  box-shadow: 0 0 5px 2px #efefef;
  -webkit-border-radius: 10px 10px 0 10px;
  border-radius: 10px 10px 0 10px;
  padding: 34px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  position: absolute;
  text-decoration: none;
  margin-left: -478px;
  top: -100px;
}
a.question.ans>span{
  display: block;
}
a.question>span::after{
  position:absolute;
  content:'';
  background: url("../gfx/tick-answer.png") no-repeat left top;
  width: 16px;
  height: 12px;
  right: 0;
  bottom:-10px;
}
.ox-info h3{
  clear: both;
  font-size: 13px;
  font-family: "Dobra";
  color: #454952;
}
.ox-links{
  padding:0 0 30px 0;
  text-align: center;
}
.ox-links a{
  color:#00a651;
  font-size: 16px;
  text-decoration:none;
  padding-left:25px;
  background: url("../gfx/arrow-green.png") left center no-repeat;
  margin-right:25px;
}
.ox-links a:last-of-type{
  margin-right: 0px;
}
.content-ox-price-popup{
  font-family: "Dobra";
  width: 750px;
  display: block;
  margin:0 auto;
}
.content-ox-price-popup h2{
  font-size: 22px;
  color:#454952;
  font-family: "DobraBold";
  text-align: left;
}
.content-ox-price-popup .ox-info h2{
  width: 87%;
}
.content-ox-price-popup table{
  width:750px;
  border:none;
  clear: both;
}
.content-ox-compare-popup table th,
.content-ox-price-popup table th{
  text-transform: uppercase;
  font-family: "Dobra";
  background-color:#eff0f2;
  padding: 8px 15px;
  font-size: 13px;
}
.content-ox-price-popup table tr>th:last-of-type{
  text-align: center;
}
.content-ox-price-popup table td{
  padding: 4px 15px;
  font-size: 16px;
  border-bottom: 1px solid #dddddd;
  width:460px;
  line-height: 20px;
}
.content-ox-price-popup table td.space{
  width: 30px;
  border: none;
}
.content-ox-price-popup table tr>td:last-of-type{
  width:260px;
  margin-left: 30px;
}
.content-ox-price-popup table td>div{
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  display: inline-block;
  float: left;
  width: 50%;
  padding: 0 10px;
}
.content-ox-price-popup table td>div.old-price{
  padding-top: 5px;
  text-align:right;
  color:#bb4748;
  text-decoration: line-through; 
}
.content-ox-price-popup table td>div.new-price{
  font-size: 18px;
  font-family: "DobraBold";
  color: #fff;
  padding: 3px;
}
.content-ox-price-popup table td>div.new-price>span{
  width: auto;
  background-color: #bb4748;
  padding:1px 5px;
}
.content-ox-compare-popup{
  width: 750px;
  display: block;
  margin:0 auto;
}

.content-ox-compare-popup table{
  border: none;
  width: 750px;
}
.content-ox-compare-popup table td{
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  border-bottom: 1px solid #dddddd;
}
.content-ox-compare-popup table td.text{
  text-align: left;
  width:360px;
  vertical-align: top;
  font-size: 13px;
  line-height: 16px;
  padding: 5px 15px;
}
.content-ox-compare-popup table th>span{
  display: block;
  width: 190px;
}
.content-ox-compare-popup table th>span>a>span{
  font-size: 13px;
  font-family: "Dobra";
  text-transform: none;
  width: 590px;
  font-weight: 500;
  margin-left: 0px;
  top: -120px;
  -webkit-border-radius: 10px 10px 10px 0px;
  border-radius: 10px 10px 10px 0px;
}
.content-ox-compare-popup table th>span>a>span::after{
  left: 0;
}
.content-ox-compare-popup table td.text>span
.content-ox-compare-popup table td.space{
  border-bottom: 0;
  width:30px;
}
.content-ox-compare-popup table td>p,
.content-ox-compare-popup table td>h2{
  width: auto;
}
.content-ox-compare-popup table td.img{
  text-align:center;
  width:165px;
}
.content-ox-compare-popup table td.img img{
  margin:0 auto;
  float: none;
}
.content-ox-compare-popup table td>h2{
  font-size: 22px;
  font-family: "DobraBold";
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
}
.content-ox-compare-popup table td>p{
  font-size: 13px;
}
.content-ox-compare-popup table td.img>h2{
  text-align: center;
  width: 100%;
}
.content-ox-compare-popup table tr.noborder>td{
  border: none;
}

/*SEKCJA WYKLIKIWANIE*/
.click-promotion{
  font-family: "Dobra";
  background: url("../gfx/background-click-promotion.jpg")no-repeat left top;
  padding:60px 0;
  color: #fff;
}
.click-promotion .box-top h1, .click-promotion strong{
  font-family: "DobraBold";
}
.click-promotion .box-bottom, .click-promotion .box-top{
  text-align: center;
}
.click-promotion .box-top h1{
  font-size: 32px;
  margin:0
}
.click-promotion .box-top h2{
  font-size:20px;
  margin:10px 0 40px 0;
}
.click-promotion .box-center{
  padding: 30px 0;
  border-top:1px solid rgba(255,255,255, 0.3);
  border-bottom:1px solid rgba(255,255,255, 0.3);    
}
.click-promotion .box-center .box{
  padding:0 15px 0 90px;
}
.click-promotion .box-center .box h2{
  font-family: "DobraBold";
  font-size: 22px;
  margin:0;
}
.click-promotion .box-center .box1{
  background:url("../gfx/click-icon1.png")no-repeat left top;
}
.click-promotion .box-center .box2{
  background:url("../gfx/click-icon2.png")no-repeat left top;
}
.click-promotion .box-center .box3{
  background:url("../gfx/click-icon3.png")no-repeat left top;
}
.click-promotion .box-bottom{
  padding:45px 0;
  text-align: center;
}
.click-promotion .box-bottom ul{
  font-size:17px;
  list-style: none;
  padding-left: 0;
}
.click-promotion .box-bottom .relative-information-box{
  width: 875px;
  position: relative;
  display:block;
  float: none;
  margin: 0 auto;
  height: 120px;
}
.click-promotion .box-bottom .relative-information-box>*{
  position: absolute;
}
.click-promotion .box-bottom .relative-information-box p, .click-promotion .box-bottom .relative-information-box>small{
  font-size: 18px;
}
.click-promotion .box-bottom .relative-information-box>small{
  left: 300px;
  background-color:#b94242;
  padding:0px 5px;
}
.click-promotion .box-bottom .relative-information-box p{
  top: 15px;
  left: 0;
  margin-left:-70px;
}
.click-promotion .box-bottom .relative-information-box .price{
  right: 230px;
}
.click-promotion .box-bottom .relative-information-box img{
  bottom: -15px;
  right: 80px;   
}
.click-promotion .box-bottom .relative-information-box .btn{
  right:15px;
  font-size: 24px;
  padding:7px 40px;
}
.click-promotion .box-bottom .relative-information-box .btn>span{
  background-position:right 10px;
}
.click-promotion .box-bottom .relative-information-box .price span{
  font-size:62px;
  line-height: 60px;
}
.click-promotion .box-bottom .relative-information-box .price span, .click-promotion .box-bottom .relative-information-box .price small{
  background-color:#b94242;
  padding:0px 5px;
  display: inline-block;
  position: relative;
  font-family: "DobraBold";
}
.click-promotion .box-bottom .relative-information-box .price small{
  font-size: 30px;
  line-height: 34px;
  top:-24px;
}

*OX OFFICE*/
.red{
  background-color: #bb4748;
}
.ox-slide .color-red{
  background-color: #bb4748;
  padding: 2px 3px;
}
.ox-slide span.color-red{
  line-height:67px;
}
.ox-slide em.color-red{
  line-height:45px;
  margin-left: 0!important;
  top: 0!important;
  font-family: "DobraBold";
}
.ox-slide small.desc{
  font-size: 16px!important;  
  bottom: 0!important;
}
.price-ox{
  margin-bottom: 16px;
}


.top-slider ul li.ox-slide{
  background-image: url("../gfx/ox-baner-top.jpg");
}
.top-slider ul li.ox-slide.home{
  background-image: url("../gfx/ox-baner-top-home.jpg");
}
.wyh-az-ox .col-lg-4{
    min-height: 105px;
    height:auto;
    padding-left: 85px;
}
.wyh-az-ox .box1{
  background-image: url("../gfx/icon-team-job.png");
}
.wyh-az-ox .box2{
  background-image: url("../gfx/icon-more-email.png");
}
.wyh-az-ox .box3{
  background-image: url("../gfx/icon-mobil.png");
}
.wyh-az-ox .box4{
  background-image: url("../gfx/icon-limit.png");
}
.wyh-az-ox .box5{
  background-image: url("../gfx/icon-free-span.png");
}
.wyh-az-ox .box6{
  background-image: url("../gfx/icon-team.png");
}

.wyh-az-ox .check-mail-box{
  margin-top: 50px;
  height: 280px;
  font-family: "Dobra";
  border: 3px solid #eff0f2;
  background:url("../gfx/bg-check-box.png")no-repeat 883px top;
}
.wyh-az-ox .check-mail-box h2{
  font-size: 32px;
  color: #00a651;
  text-align: center;
  margin: 60px 0 30px 0;
}
.wyh-az-ox .check-mail-box strong,
.wyh-az-ox .check-mail-box h2>strong{
  font-family: "DobraBold";
}
.wyh-az-ox .check-mail-box form{
  display: block;
  width: 615px;
  margin: 0 auto;
}
.wyh-az-ox .check-mail-box form input{
  padding-left: 20px;
  font-size: 16px;
  border: 1px solid #bebec1;
  width: 300px;
  line-height:36px;
  height:36px;
  color: #bebec1;
  display: inline-block;
}
.wyh-az-ox .check-mail-box form input:last-of-type{
  float: right;
}
.wyh-az-ox .check-mail-box form button{
  width: 210px;
  margin: 0 auto;
  display: block;
  float: none;
  padding: 8px;
  margin-top: 20px;
}
.detal-ox, .detal-ox .box,
.wyh-az-ox .check-mail-box form input{
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
}
.detal-ox{
  font-family: "Dobra";
  background: url("../gfx/bg-box-ox-information.jpg")no-repeat left top;
  color: #454952;
  background-size:cover;
  padding-bottom: 100px;
}
.detal-ox .header-detal-ox{
  text-align: center;
}
.detal-ox strong, .detal-ox .header-detal-ox h1{
  font-family: "DobraBold"; 
}
.detal-ox .header-detal-ox h1{
    color:#00a651;
    font-size: 32px;
    margin: 80px 0 15px 0;
}
.detal-ox .header-detal-ox h2{
  font-size: 22px;
  margin: 10px 0 25px 0;
}

.package-ox div.col-lg-4.box3.promo span.label {
  display:inline-block;
  right:0;
  left:0;
  margin:auto;
}

.detal-ox p{
  font-size: 16px;
  line-height:auto;
}
.detal-ox .box h2{
  font-size: 32px;
  color:#00a651;
}
.detal-ox .box{
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 65px;
}
.detal-ox .box img{
  position: absolute;
}
.detal-ox .box3 img,
.detal-ox .box1 img{
  bottom: 0;
  left: -60px;
}
.detal-ox .box3 img{
  bottom: -70px;
}

.detal-ox .box.box3.last-ox img{
  bottom:20px;
}

.detal-ox .box2 img, .detal-ox .box4 img{
  bottom: 0;
  right: 0;
}
.detal-ox .box4 img{
  bottom: 20px;
}
.detal-ox .box1, .detal-ox .box3{
    background-color: #fff;
    padding-left: 405px;
}
.detal-ox .box2, .detal-ox .box4{
  padding-right: 405px;
}
.full-spec.package-ox .box1 table{
  margin-top:162px;
}
.full-spec.package-ox .box1 table tr td{
  line-height:18px;
}

.promo-price.ox {
  right:210px;
}

.full-spec.package-ox .box2 {
  padding-top: 33px;
}
.full-spec.package-ox .box2 h3{
  /*margin-top: 38px;*/
  font-size:16px;
  padding-top: 6px;
}

.full-spec.package-ox .box2 h3 strong {
  font-size:22px;
}

.full-spec.package-ox .box3.promo h3 {
  font-size:16px;
  /*padding-top: 6px;*/
}

.full-spec.package-ox .box3.promo h3 strong {
  font-size:22px;
}

.full-spec.package-ox td.no-border {
  border-top:0px;
}

.full-spec.package-ox .box3.promo{
    height: 937px;
    padding-top:50px;
}
.office365_package .full-spec.package-ox .box3.promo{
  padding-top: 45px;
}
.full-spec.package-ox-full .box3.promo{
    height: 1406px;
}
.full-spec.package-ox-full .box3 input[type="text"],
.full-spec.package-ox .box3 input[type="text"]{
    border: 1px solid #bebec1;
    margin-bottom: 15px;
    margin-left: 10px;
    padding: 4px 0;
    text-align: center;
    width: 50px;
} 

.package-ox  table td fileldset label {
  margin:4px 0 0 60px;
}

.package-ox  table td > p {
  line-height:16px;
  margin-top:10px;
}

.ox-slide h3 span.premiere {
  background-color: #bb4748;
    padding: 2px 6px;
  font-family: "DobraBold";
  float:left;
  margin-bottom:10px;
  clear:right;
  font-size:42px;
  margin-top:-33px;
}

.top-slider .ox-slide h3.fixed-up {
  font-size:38px;
}

.top-slider .ox-slide.home h3.fixed-up {
  font-size:32px;
}

.top-slider .ox-slide.home a.btn {
  margin-top:-13px;
}

.top-slider .ox-slide .hosting-price.price-ox small.desc {
  margin-top:-10px;
}

.full-spec.package-ox-full .box3 input[type="text"],
.full-spec.package-ox-full .box3 label,
.full-spec.package-ox .box3 input[type="text"],
.full-spec.package-ox .box3 label{
  display: inline-block;
  float: left;
}
.full-spec.package-ox-full .box3 label{
  position: relative;
  top: 0;
}
.full-spec.package-ox .box3 .resume label,
.full-spec.package-ox-full .box3 .resume label{
  float: none;
}
.full-spec.package-ox .main-price em{
  top: 6px;
}
.full-spec.package-ox .main-price small{
  bottom: 11px;
}
.full-spec.package-ox-full .box2 .specification{
  /*margin-top:55px;*/
}
.full-spec.package-ox-full .box3 p{
  margin-top: 10px;
}
.full-spec.package-ox-full .box3 .main-price.price2-box2{
  margin-top: 5px;
}
.full-spec.package-ox .box1, .full-spec.package-ox .box2, .full-spec.package-ox .box3, .full-spec.package-ox .box4{
  height: auto;
}
.wyh-az-ox .check-mail-box.ok-mail-bg{
  background: url("../gfx/ok-mail-bg.jpg") no-repeat scroll right center;
  text-align:center;
  display: none;
}
.wyh-az-ox .check-mail-box.ok-mail-bg p.mail{
  font-size: 22px;
}
.wyh-az-ox .check-mail-box.ok-mail-bg .btn{
  margin-top: 10px;
  margin-bottom:10px;
}
.wyh-az-ox .check-mail-box.ok-mail-bg p img{
  position: relative;
  margin-right: 10px;
  top:-7px;
}

.top-slider ul li.ox-slide .expanded-content h1{
  line-height: 20px;
}
.top-slider ul li.ox-slide .expanded-content h3>small{
  font-size: 17px;
  color: #fff;
}
.top-slider ul li.ox-slide .expanded-content p{
  margin: 15px 0 40px 0;
}
.top-slider ul li.ox-slide .expanded-content a.link{
  padding: 0;
  color:#fff;
  text-decoration:underline;
}
.top-slider ul li.ox-slide .expanded-content .box{
  height: 310px;
}
.top-slider ul li.ox-slide .expanded-content .box .box-img{
  width: 180px;
  text-align:center;
  padding-right: 20px;
}
.top-slider ul li.ox-slide .expanded-content .box .box-img img{
  margin: 5px 0 0 0 ;
  float: right;
}
.top-slider ul li.ox-slide .expanded-content .box ul{
  width: 65%;
}
.top-slider ul li.ox-slide .expanded-content .box .small-box-price{
  position: absolute;
  left: 200px;
  bottom: 94px;
}
.top-slider ul li.ox-slide .expanded-content fieldset{
  width: 65%;
  display: block;
  float: left;
}
.top-slider ul li.ox-slide .expanded-content .box ul li{
  height: auto!important;
}

.extended .ox-slide span.promotion-ball-70 {
  margin-left:170px;
  margin-top:12px;
}

h3.new-promo {
  font-family: 'DobraBold';
}

h3.new-promo span {
  background-color: #bb4748;
    display: inline-block;
    margin-top: -10px;
    padding: 2px 6px;
  font-family: 'DobraBold';
}

h3.new-promo span small {
  font-family: 'Dobra';
  color:#fff;
  font-size:24px;
}

/*Migratoin landingpage*/
.migration_baner{
  background: url("../gfx/mig_baner.jpg")no-repeat left bottom #465aa5;
  height: 520px;
  color: #fff;
  text-align: center;
  background-size:contain;  
}
.migration_baner h2{
  font-size: 58px;
  font-family: 'Dobra';
  text-shadow: 0 1px 0 #8b8566;
  margin:205px 0 0 0;
}
.migration_baner h1{
  text-shadow: 0 1px 0 #8b8566;
  font-family: 'DobraBold';
  font-size: 72px;
  margin:0 0 65px 0;
}
.migration_baner a{
  color: #fff;
  font-size: 16px;
  border:1px solid #fff;
  padding:15px 57px 15px 47px;
  background: url("../gfx/arrow-btn-land.png")no-repeat 80% center;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.migration_baner a:hover, .migration_baner a:active, .migration_baner a:focus{
  background-color:rgba(255,255,255,0.2);
  text-decoration: none;
}
.modernity{
  padding:70px 0 50px 0;
  color:#454952;
  font-family: 'Dobra';
  background-color: #f6f6f6;
}
.modernity h1{
  color: #00a651;
  font-size: 42px;
  font-family: 'DobraBold';
  text-align: center;
  margin-bottom: 0;
}
.modernity h2{
  font-size: 22px;
  text-align: center;
  margin: 10px 0 25px 0;
}
.modernity p{
  font-size: 16px;
  line-height: 22px;
  margin:30px 0 25px 0;
}
.modernity .col-lg-6{
  text-align: center;
}
.modernity h4{
  font-size: 22px;
  font-family: 'DobraBold';
}
.modernity h4>strong{
  color:#00a651;
}
.migration_benefits{
  padding: 50px 0;
  color: #454952;
  font-family: 'Dobra';
}
.migration_benefits h1{
  font-size: 32px;
  text-align: center;
  margin:10px 0 0 0;
}
.migration_benefits h1>strong{
  font-family:'DobraBold';
}
.migration_benefits h2{
  color: #00a651;
  font-size: 22px;
  text-transform: uppercase;
  padding-top: 80px;
  margin-bottom: 20px;
}
.migration_benefits p{
  font-size: 16px;
  line-height: 22px;
}
.migration_benefits p>a{
  color:#00a651;
  text-decoration: underline;
}
.migration_benefits .box1 h2{
  background: url("../gfx/benfits_img1.png")no-repeat right bottom;
}
.migration_benefits .box2 h2{
  background: url("../gfx/benfits_img2.png")no-repeat right bottom;
}
.migration_benefits .box3 h2{
  background: url("../gfx/benfits_img3.png")no-repeat right bottom;
}
.questions{
  background-color: #f6f6f6;
  padding: 50px 0 70px 0;
  color:#454952;
  font-family:'Dobra';
}
.questions h1{
  text-align: center;
  font-size: 32px;
  margin: 0 0 25px 0;
}
.questions h1>strong, .questions h2, .questions ul li>a{
  font-family: 'DobraBold';
}
.questions h2{
  font-size:22px;
  color:#00a651;
  text-transform: uppercase;
  display: block;
  float: left;
}
.questions ul, .questions ul li, .questions ul li>a{
  display: block;
  float: left;
  width: 100%;
  padding: 0;
}
.questions ul li{
  border-top: 1px solid #dcdcde;
}
.questions ul li>a{
  color:#454952;
  font-size: 16px;
  background: url("../gfx/arrow_q_down.png")no-repeat right center;
  padding: 7px 70px 7px 0;
}
.questions ul li>a:hover, .questions ul li>a:active, .questions ul li>a:focus{
  text-decoration: none;
  background-color:rgba(255,255,255,0.5);
}
.questions ul li.full-blown>a{
  font-size: 16px;
  background: url("../gfx/arrow_q_up.png")no-repeat right center;
}
.questions ul li strong{
  font-family:'DobraBold';
}
.questions ul li p>a{
  color:00a651;
  text-decoration: underline;
}
.questions ul li table{
  display: none;
  width: 100%;
  margin: 20px 0;
}
.questions ul li.full-blown table{
  display: table;
}
.questions ul li>p{
  display: none;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.questions ul li.full-blown>p{
  display: block;
}
.questions ul li table td{
  border:1px solid #ccc;
  text-align: center;
  padding:6px;
  font-size:13px;
}

.migration_contact{
  padding: 60px 0;
  color:#454952;
  font-family:'Dobra';
}
.migration_contact .col-lg-6{
  text-align: center;
}
.migration_contact h1{
  font-size: 32px;
  margin:0;
}
.migration_contact strong{
  font-family:'DobraBold';
}
.migration_contact h2{
  color:#00a651;
  font-size: 22px;
  font-family:'DobraBold';
  padding:14px 0 12px 45px;
  margin:15px 0 0 0;
}
.migration_contact p{
  font-size:22px;
  margin-bottom: 0;
}
.migration_contact small{
  font-size: 16px;
}
.migration_contact h2.info{
  background: url("../gfx/img_info_h.png")no-repeat left center;
}
.migration_contact h2.availability{
  background: url("../gfx/img_ava_h.png")no-repeat left center;
}
.migration_contact a.btn.btn-default{
  padding:10px 25px;
  margin-top: 30px;
}

/*TABLE USER CHANGE*/
table div#up,
table div#down,
table div.ctrlUp,
table div.ctrlDown{
  cursor:pointer;
  padding:4px 10px;
  border:1px solid #bebec1;
  display:inline-block;
  float:left;
  margin-left:10px;
    height: 24px;
}
table .ctrlValue {
  height: 24px;
}


/*FIX*/
i.overline {
  font-style:normal;
  text-decoration: line-through;
  font-size:14px;
  margin-left:10px;
}

#menu-item-1198 a {
  font-weight:bold;
}

#menu-item-45 {
  width:210px;
  margin-left:-30px;
}

.link-old-az {
  position: absolute;
  right: 0;
  top: 260px;
}

@media all and (-ms-high-contrast:none) {
     .link-old-az { right: 17px; } /* IE11 */
}

/*LICZNIK*/
.countdown p {
  font-size: 15px;
  font-family: "Dobra";
  color:#fff;
  margin-bottom:5px;
  margin-left:5px;
}

.countdown {
  position:absolute;
  top:152px;
  left:405px;
  padding: 15px;
  -webkit-border-radius: 4px 4px 4px 4px;
  border-radius: 4px 4px 4px 4px;
}

.countdown span {
  /*font-size:12px;*/
  font-weight:normal;
  opacity:0.8;
  color:#fff;
}

/*NEW PRICE SCHEMA ALL*/
.top-slider.az-slider .slide_vps.new .price-slide.new-prices span.old-price-slide {
  top:-29px;
}

.top-slider.az-slider .slide_vps.new .price-slide.new-prices span.old-price-slide > em {
  text-decoration:line-through;
  color:#bb4748;
  font-size:29px;
  min-width:70px;
  top:0px;
  margin-top:16px;
  display:inline-block;
  position:relative;
}

.top-slider.az-slider.indexpage.main-page-off-slider  li.slide_two.slide_vps.new .price-slide.new-prices {
  margin-bottom: 45px;
    margin-top: -5px;
}

.top-slider.az-slider .slide_vps.new .price-slide.new-prices span.red {
  background-color: #bb4748;
    padding: 2px 3px;
  display: inline-block;
    font-family: "DobraBold";
    font-size: 60px;
    line-height: 60px;
  margin-left:10px;
  margin-top:-30px;
  margin-bottom:30px;
}

.top-slider.az-slider .slide_vps.new .price-slide.new-prices em.red {
  background-color: #bb4748;
    padding: 13px 7px;
  display: inline-block;
    font-family: "DobraBold";
    font-size: 29px;
    line-height: 29px;
  margin-left:70px;
  left: 234px;
    top: 0;
}

.top-slider.az-slider .slide_vps.new .price-slide.new-prices em.red span {
  font-size:29px;
  font-family: "Dobra";
  line-height: 29px;
}

.top-slider.az-slider .slide_vps.new .price-slide.new-prices small {
  font-size: 22px;
    left: 310px;
    top: 65px;
}

.webmarker-box4 .box3.promo img.background-box {
  margin-top:-8px;
}
.webmarker-box4 .package-ox .box3.promo img.background-box {
    margin-top:-15px;
    margin-bottom:0px;
}
.webmarker-box4 div.container div#tabs-5.row.full-spec div.col-lg-3.box3.promo.vps-page img.background-box {
  margin-top:7px;
}

.top-slider.az-slider.subpage-slider.extended .slide_ssl .box.box-cl3 .box-img {
  height:auto;
}

/*PROMOCJA FERIE*/
.landpromotion-baner{
  background: url("../gfx/feriebaner.jpg")no-repeat center bottom #465aa5;
  height:600px;
  /*background-size: 100%;*/
   font-family: "Dobra";
}
.listPromotionPrice{
  padding:70px 0;
  background-color:#eff0f2;
}
.listPromotionPrice h1{
  font-size: 26px;
  font-family: "DobraBold";
  padding-left: 15px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box; 
  padding-bottom: 6px;
  border-bottom: 1px solid #cacaca;
  color:#26ad62;
  text-transform: uppercase;
  margin: 0;
}
.listPromotionPrice h1 img{
  margin-right:15px;
  position: relative;
  top:-3px;
}
.listPromotionPrice h2{
  font-size: 16px;
  color: #444953;
  font-family: "DobraBold";
  text-align: center;
}
.listPromotionPrice table{
  font-family: "Dobra";
  width: 100%;
}
.listPromotionPrice table td{
  padding: 9px 14px;
  border-bottom: 1px solid #cacaca;
}
.listPromotionPrice table td.infoPromo{
  font-size:16px;
  line-height: 20px;
  color: #444953;
}
.listPromotionPrice table td.infoPromo strong{
  font-family: "DobraBold";
}
.listPromotionPrice table td.infoPromo.noText{
  padding-bottom: 53px;
  
}
.listPromotionPrice table td.pricePromo h3{
  font-size: 26px;
  color: #444953;
  margin: 0;
  line-height:29px;
  font-family: "DobraBold";
}

.listPromotionPrice table td.pricePromo h3 strong {
  font-family: "Dobra";
}

.listPromotionPrice table td.pricePromo h4{
  font-size: 13px;
  color: #444953;
  margin: 0;
  line-height: 15px;
}
.listPromotionPrice table td.detalPrice h3{
  font-size: 13px;
  color: #989898;
  margin: 0;
  line-height: 17px;
}
.listPromotionPrice table td.detalPrice h4{
  font-size: 16px;
  line-height: 20px;
  color: #c15757;
  margin: 0;
}

.listPromotionPrice table td.detalPrice h4 strong {
  font-family: "DobraBold";
}

.listPromotionPrice table td.button a{
  float: right;
}
.listPromotionPrice .paddingbottom50{
  padding-bottom: 60px;
  margin-bottom:60px;
}

.top-slider ul li.slide_third.slide_autumn.ferie.homepage {
    background-image: url("../gfx/ferie-slide-start.jpg");
}

.top-slider ul li.az-pay {
    background-image: url("../gfx/slider_glowna_zarabiaj.jpg");
}

li.slide_two.slide_domains.az-pay h3:first-child {
  width:146px;
}

ul li.az-pay h3:first-child {
  font-family: "DobraBold";
  font-size:18px;
}

.top-slider ul li.az-pay h1 {
  font-family: "DobraBold";
  font-size:69px;
  line-height:60px;
}

.top-slider ul li.az-pay h1 strong {
  font-size:60px;
}

.top-slider ul li.az-pay h4 {
  font-family: "Dobra";
  font-size:42px;
  line-height:42px;
  color:#fff;
  text-transform:uppercase;
  background-color: #ba4647;
    margin-bottom: 5px;
    margin-top: 20px;
    padding: 4px 8px;
  display:inline-block;
}

.top-slider ul li.az-pay a.btn {
  display:block;
  width: 142px;
  margin-top:30px;
}

.top-slider ul li.az-pay h4 strong {
  font-family: "DobraBold";
}

.top-slider ul li.slide_third.slide_autumn.ferie.homepage h1 {
  font-size:85px;
  font-family: "DobraBold";
}

.top-slider ul li.slide_third.slide_autumn.ferie.homepage h3 {
  font-size:67px;
  font-family: "Dobra";
  background-color: #bb4748;
  padding:5px 15px;
  margin-top:10px;
  float:left;
}

.top-slider ul li.slide_third.slide_autumn.ferie.homepage ul {
  float:left;
  display:block;
  clear:both;
  margin:-10px 0 0 180px;
}

.top-slider ul li.slide_third.slide_autumn.ferie.homepage ul li {
  display:inline-block;
  margin-left:10px;
  float:left;
  width:75px;
}

.top-slider ul li.slide_third.slide_autumn.ferie.homepage h3 strong {
  font-family: "DobraBold";
}

.top-slider ul li.slide_third.slide_autumn.ferie.homepage a.btn {
  float:left;
  display:block;
  position:absolute;
  top:220px;
  z-index:1000;
}

.top-slider ul li.slide_third.slide_autumn.ferie.homepage ul li  a {
  width:75px;
  height:75px;
  float:left;
  text-indent:-6666px;
}

.top-slider ul li.slide_third.slide_autumn.ferie.homepage ul li  a.hosting {
  background-image: url("../gfx/ico-ferie-1.png");
}
.top-slider ul li.slide_third.slide_autumn.ferie.homepage ul li  a.webmaker {
  background-image: url("../gfx/ico-ferie-2.png");
}
.top-slider ul li.slide_third.slide_autumn.ferie.homepage ul li  a.sklep {
  background-image: url("../gfx/ico-ferie-3.png");
}
.top-slider ul li.slide_third.slide_autumn.ferie.homepage ul li  a.poczta {
  background-image: url("../gfx/ico-ferie-4.png");
}
.top-slider ul li.slide_third.slide_autumn.ferie.homepage ul li  a.ssl {
  background-image: url("../gfx/ico-ferie-5.png");
}
.top-slider ul li.slide_third.slide_autumn.ferie.homepage ul li  a.vps {
  background-image: url("../gfx/ico-ferie-6.png");
}

img.ok-ico {
  background-repeat:no-repeat;
  height:42px;
  width:42px;
  position:absolute;
  top:88px;
  left:400px;
}

img.ok-ico.host {
  top:25px;
  left:400px;
}

img.hit-ico {
  background-repeat:no-repeat;
  height:42px;
  width:42px;
  position:absolute;
  top:26px;
  left:400px;
}


.list-price div.container div#tabs-4 div.row.box-table div.col-lg-12 table.table tbody tr.silver td.center span.new-price-promo.last {
  margin-left:0px;
}
/*FAST FIXES*/
html body.customize-support div#pakiety.wrapper.webmarker-box4 div.container div#tabs-4.row div.col-lg-4.webmar-box1.rec.hosting-box1 img {
  margin-top:-13px;
}

html body.customize-support div#pakiety.wrapper.webmarker-box4 div.container div#tabs-5.row.full-spec div.col-lg-3.box2.promo.hosting-page span.label {
  left:85px;
}

html body.customize-support div.wrappper.top-slider.az-slider.subpage-slider.webmaker-slider.extended ul.main-slider-subpage li.slide_two div.container div.row div.expanded-content.box-shop {
  margin-top:110px;
}

.top-slider.az-slider.subpage-slider .price-slide small.ab-year {
  float:left;
  display:block;
  margin: 10px 0 0 85px;
}

strong.nobold {
  font-family: "Dobra";
  font-size:40px;
  height:auto;
  padding:0;
  margin:0;
  line-height:0;
  display:inline-block;
}

/*END FAST FIXES*/

/*KONIEC PROMOCJI FERIE*/


/*PROMOCJA .EU*/
.az-wrapper {
  padding-bottom: 50px;
}

.az-wrapper h1 {
  display: block;
  color: #00a651;
  margin: 60px 0 25px 0;
  font-family: "Dobra";
  font-size: 32px;
  text-align: center;
}

.az-wrapper strong {
  font-family: "DobraBold";
}

.az-wrapper h2 {
    display: block;
    color: #454952;
    margin: 0px 0 50px 0;
    font-family: "Dobra";
    font-size: 22px;
    text-align: center;
}

.cross-box {
  font-family: "Dobra";
  background-color: #eff0f2;
  font-size: 16px;
    padding-bottom: 50px;
}

.box-cross {
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 40px 40px 40px;
  min-height: 410px;
  border: 3px solid #fff;
}

.box-cross.active {
  border: 3px solid #00a651;
}

.box-top {
  height: 3px;
  margin-bottom: 40px;
  margin-top: -3px;
}

#box-cross-1 .box-top {
    background: #a6005a;
}

#box-cross-2 .box-top {
    background: #7900a6;
}

#box-cross-3 .box-top {
    background: #6431da;
}

#box-cross-4 .box-top {
    background: #3179da;
}

#box-cross-5 .box-top {
    background: #10d29e;
}

#box-cross-6 .box-top {
    background: #c2d210;
}

.box-cross h2 {
  margin-bottom: 0px;
  color: #00a651;
  margin: 15px 0;
}

.box-cross-icon {
    min-height: 89px;
}


.box-cross-safe {
  font-size: 16px;
  color: #c15757;
  margin-bottom: 25px;
}

.box-cross-price {
  font-size: 40px;
  position: relative;
  line-height: 0.8;
  margin-top: 35px;
}

.box-cross-price-value, .box-cross-price-top, .box-cross-price-bottom {
  display: inline;
}

.box-cross-price-top, .box-cross-price-bottom  {
  font-size: 13px;
}

.box-cross-price-top {
  vertical-align: top;
  margin-top: 5px;
}

.box-cross-actice-header {
  position: absolute;
  background: #bb4748;
  color: #fff;
  text-transform: uppercase;
  top: -10px;
  left: 30%;
  font-size: 13px;
  letter-spacing: 3px;
  padding: 3px 30px;
}

.free-package.blue {
  background: #d2e8ff;
    padding-bottom: 50px;
}

#eu-box1 {
  background-image: url(../gfx/pencil_3453.png);
}

#eu-box2 {
    background-image: url(../gfx/map_3453.png);
}

#eu-box3 {
  background-image: url(../gfx/money_3453.png);
}

#eu-box4 {
    background-image: url(../gfx/word_3453.png);
}

.why-reg-in-domains .eu {
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 100px;
  margin-bottom: 40px;
}

.why-reg-in-domains .eu h1 {
  display: block;
  color: #454952;
  margin: 0px 0 15px 0;
  font-family: "DobraBold";
  font-size: 22px;
  text-align: left;
}

.why-reg-in-domains .eu p {
  width: 90%;
}

.az-dark {
    background: #eff0f2;
    padding: 20px 20px 40px 20px;
    position: relative;
}

.az-dark h2 {
    margin-bottom: 35px;
}

.az-dark .col-lg-3 {
    text-align: center;
}

.az-dark h1 {
    margin: 0;
}

.az-dark p {
    color: #454952;
    font-size: 16px;
    margin-bottom: 0;
}

.az-dark-sep {
    background: #2b2b2b;
    height: 2px;
    width: 20px;
    margin: 10px auto;
}

.az-dark-in {
    padding: 20px 0;
}

.az-dark .active {
    border: 3px solid #00a651;
}

.az-dark .btn {
    position: absolute;
    bottom: -15px;
    right: 30%;
}

.az-pencil {
    text-align: center;
    background: url(../gfx/bg-pencil.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 80px;
    padding-top: 20px;
    margin-top: 15px;
}

.az-small-txt {
    font-size: 13px;
    margin: 5px 0 20px 0;
    position: relative;
}

.az-small-txt span {
    opacity: 0.5;
}

.az-pisak {
    opacity: 1;
    position: absolute;
    top: -5px;
    right: 11%;
}

.az-dark-col h1 {
    margin-top: 30px;
}

.az-dark-col h1, .az-dark-col p {
    color: #454952;
    text-align: right;
}

.az-dark-col h1 strong {
    color: #00a651;
}

.free-package.blue .box1 {
    background-image: url(../gfx/google.png);
}
/*KONIEC PROMOCJI .EU*/

/*promotion 6 domains*/

.top-slider ul li.slide_domains.new.ntld.pack_6_domains{
  background: url("../gfx/baner_6_domains.jpg")no-repeat center bottom;
  color: #454952;
}
.top-slider ul li.slide_domains.new.ntld.seven_domians{
  background: url("../gfx/domeny_szczesliwa.jpg")no-repeat center bottom;
  color: #454952;
  text-shadow:none;
}
.top-slider ul li.slide_domains.new.ntld.pack_6_domains.eu{
  background: url("../gfx/feriebaner.jpg")no-repeat center bottom;
  color: #454952;
}
.top-slider ul li.slide_domains.new.ntld.pack_6_domains h1{
  color: #454952;
  font-size: 64px;
  margin-top: 35px;
  text-shadow:none;
  font-family: 'Dobra';
}
.top-slider ul li.slide_domains.new.ntld.seven_domians h1{
  font-size:55px;
  font-family: 'DobraBold';
  color:#4d4f56;
  margin:20px 0 25px 0;
}
.top-slider ul li.slide_domains.new.ntld.seven_domians span{
  font-size:37px;
  color:#4d4f56;
}
.top-slider ul li.slide_domains.new.ntld.seven_domians span>strong{
  font-family: 'DobraBold';
  color:#bb4748;
}
.top-slider ul li.slide_domains.new.ntld.seven_domians span.price-small{
  color:#ffffff;
  font-size:54px;
  font-family: 'DobraBold';
  background-color:#bb4748;
  padding:0 15px;
  position:relative;
  top:20px;
    text-shadow: 2px 1px 0 rgba(0, 0, 0, 0.35);
}
.top-slider ul li.slide_domains.new.ntld.seven_domians span.price-small>em{
  font-size: 28px;
  font-style: normal;
  font-family: 'Dobra';
}


.top-slider ul li.slide_domains.new.ntld.pack_6_domains h1>strong{
  display: inline-block;
  font-size: 64px;
  text-shadow:none;
}

.top-slider ul li.slide_domains.new.ntld.pack_6_domains.eu h1 {
  margin-top:-20px;
}

.top-slider ul li.slide_domains.new.ntld.pack_6_domains.eu h2>strong{
  color:#bb4748;
  font-family: 'DobraBold';
}

.top-slider ul li.slide_domains.new.ntld.pack_6_domains h2{
  font-size: 48px;
  margin:10px 0 26px 0;
  text-shadow:none;
  font-family: 'Dobra';
}
.top-slider ul li.slide_domains.new.ntld.pack_6_domains h3{
  font-size: 28px;
  color: #454952;
  text-shadow:none;
}

.top-slider ul li.slide_domains.new.ntld.pack_6_domains h3 strong {
  font-family: 'DobraBold';
}

.top-slider ul li.slide_domains.new.ntld.pack_6_domains a {
  margin-top:35px;
}

.search-domains.pack_6_domains .col-lg-12 h4 span.link-green{
  color:#bb4748;
  font-weight:normal;
}
.search-domains.pack_6_domains .col-lg-12 h4 a{
  font-weight: normal;
  font-family: 'Dobra';
  text-decoration: underline;
}
#eu-box1.pack_6_domains{
  background: url("../gfx/pack_6_domains_1.png")no-repeat left top;
}
#eu-box2.pack_6_domains{
  background: url("../gfx/pack_6_domains_2.png")no-repeat left top;
}
#eu-box3.pack_6_domains{
  background: url("../gfx/pack_6_domains_3.png")no-repeat left top;
}
#eu-box4.pack_6_domains{
  background: url("../gfx/pack_6_domains_4.png")no-repeat left top;
}
.free_register_domains h2>strong{
  font-family: 'DobraBold';
}
.domians_new_free_package.pack_6_domains .container{
  position: relative;
}
.domians_new_free_package.pack_6_domains .promo-price.shop{
  right: 0;
}

/*Office365*/
.top-slider ul li.office365{
  /*background:url("../gfx/slider_office365.jpg")no-repeat center top;*/
  background:url("../gfx/slider_office_1920_1100.jpg")no-repeat center top;
  color:#fff;
}
.top-slider ul li.office365.new{
  /*background:url("../gfx/office365_produktowa_1920_1010.jpg")no-repeat center top;*/
  background:url("../gfx/slider_office_1920_1100.jpg")no-repeat center top;
  color:#fff;
}
.top-slider ul li.office365 h1>strong{
  font-family:'DobraBold';
}
.top-slider ul li.office365 h1{
  font-family:'Dobra';
  font-size:62px;
  line-height: 55px;
}
.top-slider ul li.office365.homepage h1{
  font-family:'Dobra';
  font-size:62px;
  line-height: 55px;
  margin-top:-20px;
}

.top-slider li.office365.homepage a.btn.btn-default {
  margin-top:15px;
}

.top-slider ul li.office365 h2{
  font-size:26px;
}

.top-slider ul li.office365 .old-price-slide{
  font-size: 26px;
  top:-35px;
  margin-right:15px;
}

.top-slider ul li.office365.new-promo h3 {
  margin-top:-25px;
}

.top-slider ul li.office365.new-promo span.old-price-line {
  font-size:28px;
  text-decoration:line-through;
  margin:0 0 -10px 86px;
  display:block;
  font-family:'Dobra';
}

.top-slider ul li.office365.new-promo .price-slide {
  margin-bottom:25px;
}

.top-slider ul li.office365.new-promo span.info {
  left: 86px;
    top: 130px;
}

.top-slider ul li.office365 span.red{
  font-size:74px;
  font-family:'DobraBold';
  letter-spacing:2px;
}
.top-slider ul li.office365 em.red{
  font-family:'Dobra';
  font-size: 38px;
  font-style:normal;
  left:0;
  top:-33px;
  letter-spacing:2px;
}
.top-slider ul li.office365 .price-slide,
.top-slider ul li.office365 .price-slide>*{
  position: relative;
}
.top-slider ul li.office365 span.info{
  font-size:15px;
  position: absolute; 
  bottom:18px;
  left:300px;
}
.top-slider ul li.office365 a.btn.btn-default span{
  font-size: 16px;
}
.top-slider ul li.office365 a.btn.btn-default{
  padding:12px 25px 10px 30px;
  margin-top:30px;
}
.top-slider ul li.office365 .expanded-content h1{
  font-family:'DobraBold'!important;
  font-size:32px!important;
}
.top-slider ul li.office365 .expanded-content h1>strong{
  color:#bb4748;
  background:url("../gfx/border_strong_green.png")no-repeat center bottom;
}
.top-slider ul li.office365 .expanded-content p{
  margin-bottom:15px;
}
.top-slider ul li.office365 .expanded-content h3{
  font-family:'Dobra';
  font-size:22px;
  margin-bottom:0;
}
.top-slider ul li.office365 .expanded-content div.small-box-price .old-price>strong,
.top-slider ul li.office365 .expanded-content h3>strong{
  font-family:'DobraBold';
}
.top-slider ul li.office365 .expanded-content ul{
  margin:10px 0;
}
.top-slider ul li.office365 .expanded-content div.small-box-price{
  position: relative;
}
.top-slider ul li.office365 .expanded-content div.small-box-price .old-price{
  position:absolute;
  color:#bb4748;
  font-size: 11px;
  top:-2px;
  left:5px;
}
.top-slider ul li.office365 .expanded-content .new-price{
  font-size: 38px;
  font-family:'DobraBold';
}
.top-slider ul li.office365 .expanded-content .new-price>em, .top-slider ul li.office365 .expanded-content .new-price>small{
  font-family:'Dobra';
}
.top-slider ul li.office365 .expanded-content .new-price>em{
  font-size: 22px!important;
  top:4px;
  margin-left: 3px;
}
.top-slider ul li.office365 .expanded-content .new-price>small{
  font-size: 11px!important;
  top:33px!important;
  margin-left: 3px;
}
.top-slider ul li.office365 .expanded-content .center_box{
  padding-left: 0;
}
.top-slider ul li.office365 .expanded-content .box .small-box-price a{
  display: block;
  min-width: 140px;
  margin-top: 0px;
}
.top-slider ul li.office365 .expanded-content h4{
  margin-top: 80px;
}
.top-slider ul li.office365 .expanded-content li img.package{
  position: relative;
  top:-1px;
  margin-left:2px;
}
.app_all_in_one{
  font-family:'Dobra';
  text-align: center;
  padding:60px 0;
  background-color:#eff0f2;
  margin-top: -10px;
}
.about_office365 h1, .office365_contact h1,
.app_all_in_one h1{
  font-size: 32px;
  color:#00a651;
  font-family:'DobraBold';
}
.about_office365 h2, .office365_contact h2,
.app_all_in_one h2{
  font-size: 22px;
  color:#454952;
  line-height: 26px;
  margin-top:10px;
  font-family:'Dobra';
}
.app_all_in_one ul{
  display:block;
  float:none;
  width:580px; 
  padding: 0;
  margin:30px auto 0;
}
.app_all_in_one ul li{
  display: inline-block;
  padding:9px;
  background-color:#fff;
  margin-right: 30px;
  cursor:pointer;
  position:relative;
}
.app_all_in_one ul>li:last-of-type{
  margin-right: 0;
}
.app_all_in_one ul li.app_word:hover, .app_all_in_one ul li.app_word span, .app_all_in_one ul li.app_word span:after{
  background-color:#2b5797;
}
.app_all_in_one ul li.app_exel:hover, .app_all_in_one ul li.app_exel span, .app_all_in_one ul li.app_exel span:after{
  background-color:#1f7246;
}
.app_all_in_one ul li.app_pp:hover, .app_all_in_one ul li.app_pp span, .app_all_in_one ul li.app_pp span:after{
  background-color:#d04525;
}
.app_all_in_one ul li.app_out:hover, .app_all_in_one ul li.app_out span, .app_all_in_one ul li.app_out span:after{
  background-color:#1e70b6;
}
.app_all_in_one ul li.app_note:hover, .app_all_in_one ul li.app_note span, .app_all_in_one ul li.app_note span:after{
  background-color:#7e3878;
}
.app_all_in_one ul li.app_pub:hover, .app_all_in_one ul li.app_pub span, .app_all_in_one ul li.app_pub span:after{
  background-color:#087366;
}
.app_all_in_one ul li>span{
  position:absolute;
  display: none;
  width: 650px;
  padding:26px 36px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;    
  box-sizing: border-box;
  color: #fff;
  left:0;
  right:0;
  top:-150px;
  text-align:left;
  margin: 0 auto;
  margin-left:-290px;
}
.app_all_in_one ul li>span:after{
  content:'';
  display:block;
  left:0;
  right:0;
  margin:0 auto;
  width:15px;
  height: 15px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom:-7px;
  position:absolute;
}
.app_all_in_one ul li>span>h2{
  font-size: 22px;
  font-family:'DobraBold';
  margin: 0;
  color: #fff;
}
.app_all_in_one ul li>span>p{
  font-size: 13px;
}
.app_all_in_one ul li:hover>span{
  display: block;
}
.about_office365{
  font-family:'Dobra';
  padding: 60px 0;
  text-align: center;
}
.about_office365 .about_office365_desc{
  text-align: left;
}
.about_office365 .icon_men{
  text-align: right;
}
.about_office365_desc ul{
  margin:12px 0 0 0;
  padding:0;
  font-size:16px;
}
.about_office365_desc ul li{
  padding: 5px 0 0 50px;
  list-style: none;
  line-height: 16px;
  margin-bottom:10px;
}
.about_office365_desc ul li>strong{
  font-family:'DobraBold';
}
.about_office365_desc ul li:nth-of-type(1){
  background:url("../gfx/about_office365_1.png")no-repeat left top;
}
.about_office365_desc ul li:nth-of-type(2){
  background:url("../gfx/about_office365_2.png")no-repeat left top;
}
.about_office365_desc ul li:nth-of-type(3){
  background:url("../gfx/about_office365_3.png")no-repeat left top;
}
.about_office365_desc ul li:nth-of-type(4){
  background:url("../gfx/about_office365_4.png")no-repeat left top;
}
.about_office365 h2{
  margin-bottom: 50px;
}
.office365_contact h1, .office365_contact h2{
  text-align: center;
}
.office365_contact p,
.office365_contact h2.info, .office365_contact h2.availability{
  text-align: left;
  font-family:'DobraBold';
}
.office365_contact p{
  color:#ff872b;
  font-size: 22px;
}
.office365_contact p, .office365_contact small{
  padding-left:45px;
  margin-top:-12px;
}
.office365_contact small{
  float:left;
  margin-top:-45px;
}
.office365_contact h2{
  margin-bottom: 35px;
}
.office365_contact h2.info{
  margin:-15px 0 0 0;
}
.migration_contact.office365_contact a.btn{
  padding-top: 7px;
  padding-bottom: 7px;
  margin: 5px 10px 0 0;
}
.migration_contact.office365_contact a.btn.btn-default{
  margin-left: 45px;
}
.office365_package .full-spec .box1 .background-box, .office365_package .full-spec .box3 .background-box{
  margin-top: 0; 
}
.office365_package .full-spec .box3 .background-box{
  margin-bottom:3px;
}
.office365_package .full-spec .box3.promo .background-box{
  margin-top: -18px;
  margin-bottom: 4px;
}
.office365_package{
  background-color:#eff0f2;
}
.office365_package .full-spec.package-ox .box3.promo h3,
.office365_package .full-spec .col-lg-3 h3{
  font-size: 22px;
  font-family:'Dobra';
  margin:12px 0 0;
}
.office365_package .full-spec .col-lg-3 h3>strong{
  font-family:'DobraBold';
  text-transform: uppercase;
}
.office365_package .full-spec .col-lg-3 p{
  font-size:16px;
}
.office365_package .full-spec .col-lg-3{
  background-color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 7px;
  margin-right: 7px;
  width:23%;
}
.office365_package .full-spec .box1{
  background-color:transparent;
  margin-top: 80px;
}
.office365_package .full-spec .box1 table tr td{
  font-size: 13px;
  line-height: 15px;
}
.office365_package .full-spec table tr td.line_row1{
  height: 40px;
}
.office365_package .full-spec table tr td.line_row2{
  height: 51px;
}
.office365_package .full-spec table tr td.line_row3{
  height: 69px;
}
.office365_package .full-spec table tr td.order_box{
  height: 232px;
}
.office365_package .full-spec table tr td.order_box.top{
  border-top: none;
  border-bottom:3px solid #e3e3e3;
}
.office365_package .full-spec table tr td.order_box form{
  background-color:#fdede2;
  color: #454952;
  width: 100%;
  height: 100%;
  padding: 5px;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;    
  box-sizing: border-box;
  margin-bottom:5px;         
}
.office365_package .full-spec table tr td.order_box.top form{
  margin-bottom: 0;
}
.office365_package .full-spec table tr td.order_box form fieldset{
  display: block;
  width: 100%;
}
.office365_package .full-spec table tr td.order_box form fieldset>*{
  display: inline-block;
  /*float: left;*/
}

.office365_package .full-spec table tr td.order_box form fieldset input[type=radio] {
  float:left;
}


.office365_package .full-spec table tr td.order_box form fieldset>input{
  width: 42px;
  margin-top: 20px;
  outline: none;
  cursor:pointer;
}
.office365_package .full-spec table tr td.order_box form fieldset>div{
  width: 198px;
  position:relative;
}
.office365_package .full-spec table tr td.order_box form fieldset .new-price{
  font-size:30px;
  margin-top:5px;
  font-family:'DobraBold';
  display: inline-block;
  float:left;
}
.office365_package .full-spec table tr td.order_box form fieldset strong{
  font-family:'DobraBold';
}
.office365_package .full-spec table tr td.order_box form fieldset .old-price{
  position: absolute;
  top:-3px;
  font-size: 11px;
  left:0;
}
.office365_package .full-spec table tr td.order_box form fieldset .price em{
  display: inline-block;
  float: left;
  font-size: 20px;
  font-style: normal;
  margin:6px 0 0 5px;
  height:40px;
}
.office365_package .full-spec table tr td.order_box form fieldset .price em>small{
  font-size:11px;
  position: relative;
  top:-16px;
}
.office365_package .full-spec table tr td.order_box form fieldset .price{
  position: relative;
  padding-top:2px;
}
.office365_package .full-spec table tr td.order_box form fieldset{
  padding:8px 0 2px;
  height:66px;
}
.office365_package .full-spec table tr td.order_box form fieldset.checked{
  background-color:#ff8534;
}
.office365_package .full-spec table tr td.order_box form fieldset.quantity{
  border-top:1px solid #e3e3e3;
  padding: 7px 0 0 0;
}
.office365_package .full-spec table tr td.order_box form fieldset.quantity div>*{
  display: inline-block;
  float:left;
  margin:0 10px;
}
.office365_package .full-spec table tr td.order_box form fieldset.quantity div>a{
  font-size:20px;
  color:#00a651;
  text-decoration:none!important;
  font-size: 38px;
  line-height: 26px;
}
.office365_package .full-spec table tr td.order_box form fieldset.quantity div{
  display: block;
  float: none;
  margin: 0 auto;
  width:100px;
}
.office365_package .full-spec table tr td.order_box form fieldset.quantity div>a{
  margin:0;
}
.office365_package .full-spec table tr td.order_box form fieldset.quantity div>input{
  border:1px solid #e3e3e3;
  width: 40px;
  height: 30px;
  line-height: 30px;
  text-align:center;
}
.office365_package .full-spec table tr td.order_box form fieldset button{
  margin-top:4px;
  float:none;
}
.office365_package .full-spec.package-ox .box3.promo{
  height:auto;
}
.office365_package .full-spec .box1 .price_info{
  background-color:#fdf1e8;
  height:78px;
}
.office365_package .full-spec .box1 .price_info.last{
  height:114px;
  vertical-align: top;
}
.office365_package .full-spec .box1 .price_info.price_mc{
  height:68px;
}
.office365_package .full-spec .box1 .license{
  background-color:#fdf1e8;
  height:129px;
  vertical-align:top;
  border-bottom:3px solid #e3e3e3;
}
.office365_package .full-spec .box1 .license:last-of-type{
  border-bottom:none;
}
.office365_package .full-spec .box1 .license strong{
  font-family:'DobraBold';
  color:#00a651;
  font-size:13px;
}
.office365_package .full-spec .box1 .price_info.last td{
  padding-top:5px;
}
.office365_package .full-spec .box1 .price_info.last.top td{
  border-bottom:3px solid #e3e3e3;
}
.office365_package .full-spec .box1 .price_info strong{
  font-size: 13px;
  color:#ff8534;
  font-family:'DobraBold';
}
.office365_package .full-spec .box1 .price_info small{
  font-size: 11px;
}
.office365_package .full-spec .box1 td{
  position: relative;
}
.office365_package .full-spec .box1 span.info_popup{
  position: absolute;
  display:none;
  width: 600px;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;    
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(255,255,255,0.9);
  border: 1px solid rgba(229,227,227, 0.8);
  padding: 20px;
  z-index: 666;
  bottom:36px;
  font-size: 12px;
  text-align: justify;
  margin-left:-61px;
}
.office365_package .full-spec .box1 span.info_popup:after{
  display: block;
  width: 12px;
  height: 12px;
  background-color: rgba(255,255,255,0.9);
  border: 1px solid rgba(229,227,227, 0.8);
  content:'';
  position: absolute;
  margin: 0 auto;
  left:0;
  right:0;
  bottom:-6px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: none;
  border-top:  none;
}
.office365_package .full-spec .box1 img{
  margin-left: 3px;
  cursor:pointer;
}
.office365_package .full-spec .box1 img:hover + span.info_popup{
  display:block;
}
.your-office{
  padding: 60px 0 40px;
  font-family:'Dobra';
}
.your-office h1{
  font-size:32px;
  font-weight: normal;
  font-family:'DobraBold';
  color:#00a651;
  text-align:center; 
}
.your-office p{
  font-size:22px;
  font-weight:normal;
  font-family:'Dobra';
  color:#454952;
  text-align:center;
  line-height: 25px;
}
.your-office .box{
  padding-right: 5px;
}
.your-office .box h2{
  font-size:22px;
  color:#454952;
  font-weight:normal;
  font-family:'DobraBold';
  padding:10px 0 10px 80px;
  margin-bottom:5px;
}
.your-office .box1 h2{
  background:url("../gfx/office365-office1.png")no-repeat left center;
}
.your-office .box2 h2{
  background:url("../gfx/office365-office2.png")no-repeat left center;
}
.your-office .box3 h2{
  background:url("../gfx/office365-office3.png")no-repeat left center;
}
.your-office .box4 h2{
  background:url("../gfx/office365-office4.png")no-repeat left center;
}
.your-office .box p{
  text-align: left;
  font-size:16px;
  font-weight: normal;
  line-height: 19px;
}
.your-office .box-cloud{
  margin:30px auto 0;
  text-align: center;
  width:869px;
  display: block;
  float: none;
  background:url("../gfx/background-cloud-office365.png")no-repeat left top;
  padding: 10px 0;
}
.your-office .box-cloud h3{
  font-size:13px;
  color:#00a651;
  font-family:'DobraBold';
  background:url("../gfx/office365-cloud.png")no-repeat left center;
  padding:10px 0 10px 42px;
  float: none;
  margin:0 auto;
  display: block;
  width:231px;
  margin-bottom:5px;
}
.your-office .box-cloud p{
  font-size:13px;
  color:#454952;
  line-height:17px;
} 
.your-office .box-cloud p>strong{
  font-family:'DobraBold';
}

/*CloudServer*/


.wrapper.calc_az div.HBS {
  width:200px;
  margin:0 auto;
  position:relative;
}
.promobox-bottom div.HBS, .how-to-run-cloude div.HBS{
  width:120px;
  margin:0 auto;
  position:relative;
}

p.desc-extend {
  text-align:left;
  font-size:14px;
  height:170px;
  margin-top:-15px;
}
.top-slider ul li.office365.cloud{
  background:url("../gfx/cloud_baner.jpg")no-repeat 90% top;
  font-family: "Dobra";
}

.top-slider ul li.office365.cloud.new-cloud{
  background:url("../gfx/slider_cloud_kurtynka_1920_1110.jpg")no-repeat top center;
}

/*PROMO CLOUD*/
.top-slider ul li.office365.cloud.new-cloud h1{
  font-size: 45px;
  font-family:"DobraBold";
  margin-top: 0;
}
.top-slider ul li.office365.cloud.new-cloud h3{
  font-size:32px;
}
.top-slider ul li.office365.cloud.new-cloud h3>small{
  font-family:"Dobra";
  color: inherit;
  font-size: 30px;
}
.top-slider ul li.office365.cloud.new-cloud .promo_head>strong,
.top-slider ul li.office365.cloud.new-cloud h3>strong{
  font-family:"DobraBold";
}
.top-slider ul li.office365.cloud.new-cloud .promo_head{
  margin:40px 0 0 0;
  font-size:26px;
  color:#FFFFFF;
}
.top-slider ul li.office365.cloud.new-cloud .promo_head>strong{
  background-color: #bb4748;
  text-transform: uppercase;
  padding:2px 10px 0 10px;
}
.top-slider ul li.office365.cloud.new-cloud em.red{
  height: 70px;
  padding-top: 25px;
  top:0px;
}
/*END PROMO CLOUD*/


.top-slider ul li.office365.cloud span.red{
  letter-spacing: 0;
}
.top-slider ul li.office365.cloud h3,
.top-slider ul li.office365.cloud h1{
  font-size:62px;
  font-family: "Dobra";
  margin-top: 50px;
}
.top-slider ul li.office365.cloud h1>strong{
  font-family: "DobraBold";
}
.top-slider ul li.office365.cloud h3{
  font-size:26px;
  margin:10px 0 30px; 
}
.top-slider ul li.office365.cloud span.red{
  height: 70px;
  display: inline-block;
  line-height: 70px;
  margin-bottom: 20px;
}
.top-slider ul li.office365.cloud em.red{
  height: 42px;
  display: inline-block;
  line-height: 42px;
  top:-25px;
}
.top-slider ul li.office365 a.btn.btn-default{
  margin-top:0px;
}
.why-cloud{
  padding:60px 0;
  font-family: "Dobra";
}
.benefits-cloud h1, .configuratrion-cloud-wrapper h1,
.why-cloud h1{
  font-size:32px;
  color:#00a651;
  font-family: "DobraBold";
  text-align:center;
}
.why-cloud h2{
  text-align: center;
  font-size:22px;
  color: #454952;
  margin-bottom: 20px;
}
.why-cloud .box{
  text-align:left;
  color: #454952;
}
.why-cloud .box h2{
  font-family: "DobraBold";
  padding:8px 0 8px 80px;
  text-align: left;
  margin-bottom: 10px;
}
.why-cloud .box p{
  font-size: 16px;
}
.why-cloud .box.box1 h2{
  background:url("../gfx/whycloud_img1.png")no-repeat left center;
}
.why-cloud .box.box2 h2{
  background:url("../gfx/whycloud_img2.png")no-repeat left center;
}
.why-cloud .box.box3 h2{
  background:url("../gfx/whycloud_img3.png")no-repeat left center;
}
.why-cloud .box.box4 h2{
  background:url("../gfx/whycloud_img4.png")no-repeat left center;
}
.why-cloud h4{
  margin-top: 30px;
  text-align: center;
  font-size: 13px;
}
.why-cloud .btn.btn-primary{
  margin-left:10px;
}
.benefits-cloud{
  text-align:center;
  padding: 60px 0;
  font-family: "Dobra";
}
.benefits-cloud h2{
  color:#454952;
  font-size: 22px;
  font-family: "DobraBold";
  padding-top:75px;
}
.benefits-cloud .box1 h2{
  background:url("../gfx/benefits-cloud_1.png")no-repeat center top;
}
.benefits-cloud .box2 h2{
  background:url("../gfx/benefits-cloud_2.png")no-repeat center top;
}
.benefits-cloud .box3 h2{
  background:url("../gfx/benefits-cloud_3.png")no-repeat center top;
}
.benefits-cloud .box4 h2{
  background:url("../gfx/benefits-cloud_4.png")no-repeat center top;
}
.benefits-cloud .box5 h2{
  background:url("../gfx/benefits-cloud_5.png")no-repeat center top;
}
.benefits-cloud .box6 h2{
  background:url("../gfx/benefits-cloud_6.png")no-repeat center top;
}
.configuratrion-cloud-wrapper{
  font-family:"Dobra";
  padding: 60px 0;
  background-color:#eff0f2;
  color:#454952;
}
.set-configuration{
  padding-top: 25px; 
}
.set-configuration h2{
  text-align: center;
  font-family:"DobraBold";
  font-size:22px;
}
.set-configuration p,
.set-configuration .box h2{
  text-align: left;
  margin-top: 0;
}
.set-configuration p{
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}
.set-configuration .box{
  padding-left:140px; 
}
.set-configuration .box p{
  font-size:13px;
  text-align: left;
  margin-bottom: 10px;
}
.set-configuration .box.box1{
  background:url("../gfx/set-configuration_img1.png")no-repeat left top;
}
.set-configuration .box.box2{
  background:url("../gfx/set-configuration_img2.png")no-repeat left top;
}
.set-configuration .box.box3{
  background:url("../gfx/set-configuration_img3.png")no-repeat left top;
}
.set-btn{
  display: block;
  width:84px;
  height:20px;
  float: left;
  background:url("../gfx/btn-set.png")no-repeat left top;
  text-indent: -666666px;
}
.content-cloud-set{
  background-color: #fff;
  padding:45px 0;
  color:#454952;
}
.content-cloud-set h2, .content-cloud-set p{
  text-align: center;
  font-size: 16px;
}
.content-cloud-set h2{
  font-size:22px;
  font-family:"DobraBold";
}
.calc_az .inlineblock{
  display: inline-block;
  float: left;
}
.calc_az .inlineblock.device{
  width: 100px;
  padding-right:13px; 
  text-align: right;
}
.calc_az .inlineblock.device>*{
  margin:0;
}
.calc_az .inlineblock.device h4{
  font-size:16px;
  margin:60px 0 -4px 0;
}
.calc_az .inlineblock.device h2{
  font-size:22px;
  font-family:"DobraBold";
}
.calc_az .inlineblock .wrapper.slider_ui,
.calc_az .inlineblock .scale{
  display: inline-block;
}
.calc_az .inlineblock .wrapper.slider_ui .ui-slider-vertical{
  height: 146px;
}
.calc_az .inlineblock .wrapper.slider_ui{
  height: 160px;
  background-color:#e2e2e2;
  width: 25px;
  -webkit-border-radius: 21px;
  border-radius: 21px;
  -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
  -moz-box-sizing: border-box;    /* Firefox 1 - 28 */
  box-sizing: border-box;
  padding:7px 0 0 6px;  
}
.calc_az .inlineblock .wrapper.slider_ui .ui-widget-header{
  background: none #ffffff;
}
.calc_az .inlineblock .wrapper.slider_ui .ui-widget-content{
  background: none #e90b0b;
  border: none;
}
.calc_az .inlineblock .wrapper.slider_ui .ui-widget-content{
  -webkit-border-radius: 16px;
  border-radius:16px;
}
.calc_az .inlineblock .wrapper.slider_ui .ui-widget-header{
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #d3d3d3;
}
.calc_az .inlineblock .wrapper.slider_ui .ui-slider .ui-slider-handle{
  width:23px;
  height: 50px;
  background:url("../gfx/btn-strep.png")no-repeat left top;
  border: none;
  left:-5px;
  cursor: pointer;
  bottom:0;
  margin-bottom:-25px!important
}
.calc_az .inlineblock .scale table{
  font-size:9px;
  color:#a1a1a1;
  height:160px;
  vertical-align: middle;
  margin-left:5px;
}
.calc_az .inlineblock.streps{
  width: 75px; 
  display: inline-block;
  float: left;
  padding-left:13px;
}
.calc_az .inlineblock.streps{
  background:url("../gfx/line_other.png")no-repeat left 9px;
}
.calc_az .inlineblock.streps.cpu{
  background:url("../gfx/line_cpu.png")no-repeat left 9px;
}
.calc_az .col-lg-2{
  width:230px;
}
.calc_az .col-lg-2.first{
  margin-left: 85px;
}
.calc_az .price-per-month,
.calc_az .price-per-hour{
  display: block;
  width: 100%;
  float: left;
  padding-left:30px;
  margin-bottom: 10px;
}
.calc_az .price-per-month{
  background:url("../gfx/calendar_icon.png")no-repeat left 5px;
}
.calc_az .price-per-hour{
  background:url("../gfx/clock_icon.png")no-repeat left 5px;
}
.calc_az .prce-wrap span, .calc_az .prce-wrap small{
  font-size:52px;
  font-family:"DobraBold";
  line-height:52px;
}
.calc_az .prce-wrap span>em, .calc_az .prce-wrap small>em{
  font-size:13px; 
  font-family:"Dobra";
  font-style:normal;
  line-height: 12px;
  position:relative;
  top:5px;
  display: block;
  height: 50px;
}
.calc_az .prce-wrap .information_price small{
  font-family:"Dobra";
  font-size:12px;
  line-height:14px;
}
.calc_az .prce-wrap span>em>strong, .calc_az .prce-wrap small>em>strong{
  font-size:18px;
  font-family:"DobraBold";
}
.calc_az .prce-wrap span>span, .calc_az .prce-wrap small>span{
  display: inline-block;
  float: left;
}
.calc_az .prce-wrap i{
  font-size:11px;
  color:#b1b3b5;
  font-family:"Dobra";
  font-style: normal;
  top:5px;
  position: relative;
}
.calc_az .prce-wrap span.dec{
  margin-right:7px;
}
.calc_az .prce-wrap i>i{
  top:0;
}
.calc_az .prce-wrap>h3{
  font-size:16px;
  text-transform:uppercase;
  font-family:"DobraBold";
  margin-top: 13px;
}
.calc_az .prce-wrap{
  padding-left:34px;
  border-left:1px solid #c4c4c4;
}
.content-cloud-set .calc_az{
  margin-top: 40px;
}
.content-cloud-set .calc_az h5{
  font-size:13px;
  text-align:center;
}
.content-cloud-set .calc_az h5>span.green{
  color:#00a652;
  font-family: "DobraBold";
}
.how-to-run-cloude .btn-default,
.content-cloud-set .calc_az .btn-default{
  text-align: center;
  display: block;
  float:none;
  margin:30px auto 0;
  width:170px;
  font-size:16px;
}
.how-to-run-cloude .btn-default, .promobox-bottom .btn-default{
  width:120px;
}
.content-cloud-set .calc_az .btn-default strong{
  font-family: "DobraBold";
}
.popup-compare table{
  width: 100%;
  font-size: 13px;
  color:#454952;
  border:none;
  margin-bottom:25px;
}
.popup-compare table th{
  font-size:22px;
  font-family:"DobraBold";
  padding:20px 0 7px 0;
}
.popup-compare table th.img1, .popup-compare table th.img2, .popup-compare table th.img3{
  padding-left: 80px;
}
.popup-compare table th.img1{
  background:url("../gfx/popupcloud-img1.jpg")no-repeat 32px 13px;
}
.popup-compare table th.img2{
  background:url("../gfx/popupcloud-img2.jpg")no-repeat 28px 16px;
}
.popup-compare table th.img3{
  background:url("../gfx/popupcloud-img3.jpg")no-repeat 32px 11px;
}
.popup-compare table th.hosting{
  width:292px; 
}
.popup-compare table th.cloudserver{
  width:292px 
}
.popup-compare table th.vps{
  width:242px; 
}
.popup-compare table .bg1{
  background-color:#eff0f2; 
}
.popup-compare table .bg2{
  background-color:#e5f6ed; 
}
.popup-compare table .border-right{
  border-right: 1px solid #ebebeb;
  font-size: 16px;
  padding:10px 13px 10px 0;
  text-align: right;
  width:238px; 
}
.popup-compare table strong{
  font-family:"DobraBold";
}
.popup-compare table td{
  padding-left:80px;
}
.popup-compare table .promobox-top{
  border:3px solid #00a652;
  border-bottom:none 
}
.popup-compare table td.promobox-bottom{
  border:3px solid #00a652;
  border-top:none 
}
.popup-compare table td.side{
  border-left:3px solid #00a652;
  border-right:3px solid #00a652;
}
.popup-compare{
  width: 1170px;
}
.popup-compare h1{
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}
.free_register_domains .box h3{
  margin:20px 0 0 0;
  font-size:18px;
  font-family:"DobraBold";
  font-weight:normal;
}
.free_register_domains .box.box3 h3{
  margin-top:5px;
}
.why-reg-in-domains.ntld_domains h1{
  margin:50px 0 5px 0;
}
.ntld_domains #eu-box1.pack_6_domains{
    background:url("../gfx/ntld_domian_box1.jpg")no-repeat left 10px;
}
.ntld_domains #eu-box2.pack_6_domains{
    background:url("../gfx/ntld_domian_box2.jpg")no-repeat left 10px;
}
.ntld_domains #eu-box3.pack_6_domains{
    background:url("../gfx/ntld_domian_box3.jpg")no-repeat left 10px;
}
.ntld_domains #eu-box3.pack_6_domains.cctld {
    background:url("../gfx/why_bsn_box3.png")no-repeat left 10px;
}
.ntld_domains #eu-box4.pack_6_domains{
    background:url("../gfx/ntld_domian_box4.png")no-repeat 10px 15px;
}
.why-reg-in-domains.ntld_domains{
  font-family:"Dobra";
}
.why-reg-in-domains.ntld_domains .eu h1{
  margin-top:7px;
}
.why-reg-in-domains.ntld_domains .eu h2{
  margin-bottom: 60px;
}
.why-reg-in-domains.ntld_domains .eu p{
  font-size:16px;
}


/*HERR HANS*/
.top-slider ul li.slide_domains.new.herr_hans {
  background-image: url("../gfx/baner-herr-hans.jpg");
}
.top-slider ul li.slide_domains.new.herr_hans h1{
  font-size:64px;
  font-family:"DobraBold";
  color:#4d4f56; 
  text-shadow:none;
  margin-bottom: 0;
}
.top-slider ul li.slide_domains.new.herr_hans h3{
  font-size:48px;
  color:#4d4f56; 
  text-shadow:none;
  margin-bottom: 20px
}
.top-slider ul li.slide_domains.new.herr_hans h3>span{
  font-family:"DobraBold";
  color:#bb4748;
  padding-bottom:5px;
  background: url("../gfx/double_border.png")no-repeat left bottom;
}
.top-slider ul li .price-slide span>span.redbg_big{
  background-color:#bb4748;
  padding-left:5px;
  padding-right:5px;
}
.top-slider ul li.herr_hans .price-slide span>span{
  background-color:#bb4748;
}
.top-slider ul li .price-slide span>small.redbg_small{
  background-color:#bb4748;
  top:0;
  height:42px;
  padding-left:5px;
  padding-right:5px;
  margin:0!important;
  height:48px;
}
.top-slider ul li .price-slide span>small.redbg_small>strong{
  line-height:normal;
}
.herr_hans_domians #eu-box1.pack_6_domains{
  background:url("../gfx/herr_box_1.png")no-repeat 88px top;
  padding-left:190px;
}
.herr_hans_domians #eu-box2.pack_6_domains{
  background:url("../gfx/herr_box_2.png")no-repeat 85px top;
  padding-left:190px;
}
.herr_hans_domians #eu-box3.pack_6_domains{
  background:url("../gfx/herr_box_3.png")no-repeat 60px top;
  padding-left:190px;
}
.herr_hans_domians #eu-box4.pack_6_domains{
  background:url("../gfx/herr_box_4.png")no-repeat 80px top;
  padding-left:190px;
}
/*KONIEC HERR HANS*/

/*START PROMOCJE JEDNODNIOWE*/

.main-slider-subpage li.slide_third.slide_autumn.new-prices-schema.promotion-one-day {
  background:url("../gfx/slider_hosting_produktowa_1920_1100.jpg")no-repeat top center;
}
.main-slider-subpage li.slide_third.slide_autumn.new-prices-schema.promotion-one-day h3.premiere {
  width:490px;
}
/*KONIEC PROMOCJE JEDNODNIOWE*/

/*HOSTING+SSL*/
.top-slider ul li.office365.cloud.new-cloud.hostingssl{
  background:url("../gfx/hostingssl.jpg")no-repeat center bottom;
}
.top-slider ul li.office365.cloud.new-cloud h1{
  font-size: 45px;
  font-family:"DobraBold";
  margin-top: 0;
}
.top-slider ul li.office365.cloud.new-cloud.hostingssl h1{
  font-size: 62px;
  margin:25px 0 0 0;
}
.top-slider ul li.office365.cloud.new-cloud h3{
  font-size:32px;
}
.top-slider ul li.office365.cloud.new-cloud.hostingssl h3{
  font-size: 50px;
  margin:0 0 10px 0;
}
.top-slider ul li.office365.cloud.new-cloud h3>small{
  font-family:"Dobra";
  color: inherit;
  font-size: 30px;
}
.top-slider ul li.office365.cloud.new-cloud .promo_head,
.top-slider ul li.office365.cloud.new-cloud .promo_head>strong,
.top-slider ul li.office365.cloud.new-cloud h3>strong{
  font-family:"DobraBold";
}
.top-slider ul li.office365.cloud.new-cloud .promo_head>strong>span{
  font-family:"Dobra";
}
.top-slider ul li.office365.cloud.new-cloud .promo_head{
  margin:40px 0 0 0;
  font-size:26px;
  color:#FFFFFF;
}
.top-slider ul li.office365.cloud.new-cloud .promo_head>strong{
  background-color: #bb4748;
  text-transform: uppercase;
  padding:2px 10px 0 10px;
}
.top-slider ul li.office365.cloud.new-cloud em.red{
  height: 70px;
  padding-top: 25px;
  top:0px;
}
.poromocode{
  border:1px dashed  #bb4748;
  display: inline-block;
  font-size: 18px;
  color: #bb4748;
  padding:2px 32px;
  text-shadow:none;
  position: relative;
  top:3px;
  margin-left: 20px;
}
.poromocode>strong{
  color: #FFFFFF;
  font-family:"DobraBold";
}
.top-slider ul li.office365 .price-slide, .top-slider ul li.office365.cloud.new-cloud.hostingssl .price-slide{
  margin-bottom: 35px;
} 
.package_hostingssl{
  padding:60px 0;font-family:"Dobra";
}
.package_hostingssl h1{
  font-family:"DobraBold";
  color:#00a651;
  text-align: center;
  font-size:32px;
}
.package_hostingssl h2{
  color:#51555e;
  text-align: center;
  font-size:22px;
}
.package_hostingssl h2>span{
  border:1px dashed #bb4748;
  color: #bb4748;
  padding:3px 10px;
}
.package_hostingssl h2>span>strong{
  font-family:"DobraBold";
}
.package_hostingssl .box{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 400px;
  border: 3px solid #00a651;
  padding:25px;
  text-align: center;
  height: 572px;
  float:left;
  margin-bottom: 30px;
}
.package_hostingssl .wrap{
  display:block;
  margin: 20px auto 0;
  width: 800px;
}
.package_hostingssl .box h2{
  font-size:24px;
  font-family:"DobraBold";
  margin-bottom: 25px;
}
.package_hostingssl .box p{
  text-align:center;
  font-size: 16px;
  line-height:18px;
  margin-bottom: 25px;
}
.package_hostingssl .box p>strong{
  font-family:"DobraBold";
}
.package_hostingssl .box ul{
  color:#00a651;
  font-size:16px;
  line-height:23px; 
  text-align: left;
  margin-bottom: 20px;
}
.package_hostingssl .box.rightbox ul{
  margin-bottom: 60px;
}
.package_hostingssl .box ul span{
  color: #454952;
}
.package_hostingssl .box .link_green{
  color:#00a651;
  font-size:12px;
  text-align:center;
  line-height: 30px;
}
.package_hostingssl .box .btn{
  font-size:16px;
  padding:8px 30px 6px;
}
.package_hostingssl .hostingsslplus{
  position: absolute;
  top:55px;
  z-index: 666;
  right: -29px;
}
.package_hostingssl .price{
  text-align: center;
  color: #51555e;
}
.package_hostingssl .price .old-price{
  font-size: 16px;
  position: relative;
  top:-15px;
}
.package_hostingssl .price span.red{
  font-family:"DobraBold";
  font-size:38px;
  color: #fff;
  background-color:#bb4748;
  padding:0 20px;
  margin:0 15px;
}
.package_hostingssl .price em{
  font-size: 22px;
  font-style: normal;
}
.why_hostingssl{
  padding:50px 0;
  font-family:"Dobra";
}
.package_hostingssl{
  background-color:#eff0f2;
}
.package_hostingssl .box{
  background-color: #fff;
}
.why_hostingssl h1{
  font-family:"DobraBold";
  color:#00a651;
  text-align: center;
  font-size:32px;
}
.why_hostingssl h2{
  color:#51555e;
  text-align: center;
  font-size:22px;
  margin-bottom: 20px;
}
.why_hostingssl .box{
  padding-left: 130px;
}
.why_hostingssl .box.box1{
  background:url("../gfx/hostingssl-img1.jpg")no-repeat left 20px;
}
.why_hostingssl .box.box2{
  background:url("../gfx/hostingssl-img2.jpg")no-repeat left 20px;
}
.why_hostingssl .box h2{
   font-family:"DobraBold";
   font-size:24px;
   text-align: left;
}
.why_hostingssl .box ul{
  padding-left: 20px;
  color:#00a651;
  font-size:16px;
  line-height: 20px;
  margin:25px 0 0;
}
.why_hostingssl .box ul>li{
  margin-bottom: 10px;
}
.why_hostingssl .box ul span{
  color:#454952;
}
.why_hostingssl .box ul strong{
  font-family:"DobraBold";
}
/*KONIEC HOSTING+SSL*/

/*DZIEŃ DZIECKA AZ*/
.top-slider ul li.slide_domains.new.ntld.children-day {
  background:url("../gfx/children-day-bg.jpg")no-repeat center top;
}
.top-slider ul li.slide_domains.new.ntld.children-day h1 {
  line-height:60px;
}
.top-slider ul li.slide_domains.new.ntld.children-day h2 {
  color:#fff;
  font-family:"Dobra";
  font-size: 30px;
  line-height:30px;
  margin-bottom:50px;
}
.top-slider ul li.slide_domains.new.ntld.children-day .poromocode {
  color:#bb4748;
  font-family:"Dobra";
  font-size:18px;
  border:0px solid;
  top:9px;
}

.top-slider ul li.slide_domains.new.ntld.children-day .poromocode span {
  color:#2b2a2a;
  font-family:"DobraBold";
}

.why-az-hosting.eu.children-day .box1 {
    background-image: url("../gfx/ico-cd-hosting-big.png");
}
.why-az-hosting.eu.children-day .box2 {
    background-image: url("../gfx/ico-cd-www-big.png");
}
.why-az-hosting.eu.children-day .box3 {
    background-image: url("../gfx/ico-cd-shop-big.png");
}
/*KONIEC DZIEŃ DZIECKA AZ*/

/*TRANSFERUJ*/
.transfer-head{
  font-family:"Dobra";
  background-color:#fff;
  padding:150px 0 50px;
  text-align:center;
}
.transfer-head h1, .transfer-head h2{
  margin:0;
}
.transfer-head h1{
  color:#00a651;
  font-size:32px;
  font-family:"DobraBold";
}
.transfer-head h2{
  font-size: 22px;
  color:#454952;
  line-height:35px; 
}
.transfer-content{
  font-family:"Dobra";
  background-color:#f6f6f6;
}
.transfer-content strong{
  font-family:"DobraBold";
}
.transfer-content .container{
  border-top:1px solid #e5e5e5;
  padding:40px 15px 25px 15px;
}
.transfer-content a{
  font-size:16px;
  position:relative;
}
.transfer-content a.btn.link, .transfer-content a.btn.link:hover{
  color:#00a651; 
}
.transfer-content a.basketWidgetAdder.active span{
  background-image:none;
}
.transfer-content input{
  display: inline-block;
  float: left;
  border:1px solid #d1d1d1;
  background-color:#fff;
  height:50px;
  line-height:50px;
  font-size:16px;
  color:#c3c4c6;
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;    
  box-sizing: border-box; 
  padding-left:20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;      
}
.transfer-content .add-on{
  display: inline-block;
  float: left;
  width:130px;
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box;    
  box-sizing: border-box; 
  text-align: right;
  padding-right:15px;
  font-size:19px;
  color:#454952;
  line-height:50px;
}
.transfer-content .input-xxlarge{
  width:50%;
}
.transfer-content .input-large{
  width: 25%;
  margin-left:6px;
}
.transfer-content .buttons{
  padding:20px 15px 30px;
  text-align: center;
}
.tranfer-information p{
  font-size:12px;
  line-height:19px;
  text-align: center;
}
.tranfer-information p>span{
  font-family:"DobraBold";
  color:#00a651;
}

/* PROMOCJA DASZ PIĄTAKA */
.top-slider ul li.slide_third.slide_autumn.santa.promo-5 {
    background-image: url("../gfx/hosting_dajpiataka_1920_1100.jpg");
}
.top-slider ul li.slide_third.slide_autumn.santa.promo-5 h3.new-promo span {
    background-color: #bb4748;
    display: inline-block;
    font-family: "DobraBold";
    margin-top: -10px;
    padding: 2px 6px;
}
.top-slider ul li.slide_third.slide_autumn.santa.promo-5 h1.promo-5-title {
  font-size:37px;
  color:#4d4f56;
  line-height:25px;
  text-shadow:none;
  margin-bottom:15px;
}
.top-slider ul li.slide_third.slide_autumn.santa.promo-5 h1.promo-5-title strong {
  font-size:70px;
}
.top-slider ul li.slide_third.slide_autumn.santa.promo-5 .old-price-slide {
  color:#4d4f56;
  text-shadow:none;
}
.top-slider ul li.slide_third.slide_autumn.santa.promo-5 .old-price-slide strong{
  font-family: "DobraBold";
}

.top-slider ul li.slide_third.slide_autumn.santa.promo-5 .ab-year {
  color:#4d4f56;
  text-shadow:none;
  margin-left:245px;
}

/* END PROMOCJA DASZ PIĄTAKA */


/*LANDING PAGE BSN*/

.top-slider .landing_page.bsn{
  background:url("../gfx/baner_bsn.jpg")no-repeat center top; 
}
.top-slider .landing_page{
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.35);
}
.top-slider .landing_page h1{
  font-size:62px;
  font-family: "DobraBold";
  text-transform:uppercase;
  line-height:52px;
  margin:85px 0 0 0;
}
.top-slider .landing_page h2{
  font-size:26px;
  font-family: "Dobra";
  margin:0 0 35px 0;
}
.top-slider .landing_page a.btn{
  text-transform:none;
  padding:10px 25px 10px 50px;
}
.top-slider .landing_page a.btn>span{
  padding-right:40px;
}
.top-slider .landing_page a.btn.transparent{
  border:1px solid #ffffff;
  background: transparent;
  color: #fff;
  margin-left:20px;
}
.join_us.lp_bns{
  padding: 60px 0;
  text-align: center;
  font-family: "Dobra";
  color:#454952;
}
.they_join_us h1, .why_bsn .head h1, .bsn_package .head h1, .last_box_bsn h1,
.join_us .head h1{
  color: #535353;
  font-size: 32px;
  font-family:"Dobra";
}
.they_join_us h1>strong, .why_bsn .head h1>strong, .bsn_package .head h1>strong, .last_box_bsn h1>strong,
.join_us .head h1>strong{
  font-family:"DobraBold";
  color:#00a651;
}
.join_us .head p{
  font-size:20px;
  line-height:22px;
}
.join_us .desc p{
  text-align: left;
  font-size:20px;
  line-height: 22px;
  color:#535353;
}
.join_us .desc{
  padding-top: 35px;
}
.join_us .desc p>strong{
  font-family:"DobraBold";
}
.join_us .box h2{
  font-family: 'Open Sans', sans-serif;
  color:#00a651;
  font-weight:800;
  margin-bottom:0;
  margin-top: 35px;
  padding-top:55px;
}
.join_us .box.box1 h2{
  background:url("../gfx/join_us_box1.png")no-repeat center top;
}
.join_us .box.box2 h2{
  background:url("../gfx/join_us_box2.png")no-repeat center top;
}
.join_us .box.box3 h2{
  background:url("../gfx/join_us_box3.png")no-repeat center top;
}
.join_us .box p{
  font-size:10px;
  font-family: 'Open Sans', sans-serif;
  font-weight:700;
  color:#535353;
  text-transform:uppercase;
  margin-top:-2px;
}
.they_join_us .box1{
  background:url("../gfx/they_join_us_box1.jpg")no-repeat center top;
}
.they_join_us .box2{
  background:url("../gfx/they_join_us_box2.jpg")no-repeat center top;
}
.they_join_us .box3{
  background:url("../gfx/they_join_us_box3.jpg")no-repeat center top;
}
.they_join_us h1{
  text-align: center;
  margin-bottom:55px;
}
.they_join_us .box{
  height:614px;
  position: relative;
}
.they_join_us{
  background-color:#efefef;
  padding:60px 0;
}
.they_join_us .row{
  margin:0;
}
.they_join_us p{
  text-align: center;
  font-family:"Dobra";
  font-size:20px;
  color:#535353;
  line-height:24px;
  margin-top: 65px;
}
.they_join_us p>strong, .they_join_us p>span{
  font-family:"DobraBold";
}
.they_join_us p>span{
  color:#00a652;
}
.they_join_us .desc{
  height: 285px;
  padding-left: 30px;
  background-color:rgba(0,0,0,0.65);
  position: absolute;
  bottom:0;
  right:0px;
}
.they_join_us .desc>*{
  color:#fff;
  text-align: left;
}
.they_join_us .desc h2{
  margin-top:40px;
  font-size:16px;
  font-family:"DobraBold";
}
.they_join_us .desc h2>small{
  font-family:"Dobra";
  font-size:13px;
}
.they_join_us .desc p{
  font-size:13px;
  line-height:22px;
  margin-top: 25px;
}
.why_bsn .head h1{
  text-align: center;
}
.why_bsn{
  padding:60px 0;
}
.why_bsn .box{
  text-align: center;
}
.why_bsn .box h2{
  color:#00a651;
  font-size:20px;
  font-family:"DobraBold";  
}
.why_bsn .box p{
  color:#535353;
  font-family:"Dobra";
  font-size:16px;
  line-height:20px;
}
.why_bsn .box h2{
  padding-top: 100px;
}
.why_bsn .box.box1 h2{
  background:url("../gfx/why_bsn_box1.png")no-repeat center top;
}
.why_bsn .box.box2 h2{
  background:url("../gfx/why_bsn_box2.png")no-repeat center top;
}
.why_bsn .box.box3 h2{
  background:url("../gfx/why_bsn_box3.png")no-repeat center top;
}
.why_bsn .box.box4 h2{
  background:url("../gfx/why_bsn_box4.png")no-repeat center top;
}
.bsn_package{
  background-color:#efefef;
  padding:70px 0 120px 0;
  text-align: center;
}
.bsn_package .wrapper h2{
  margin-top: 0;
  color:#00a651;
  font-size:20px;
  font-family:"DobraBold";
  padding-top: 90px;
}
.bsn_package .wrapper{
  background-color:#FFFFFF;
  padding:55px 0 65px;
}
.bsn_package .wrapper p{
  font-family:"Dobra";
  font-size: 16px;
  line-height: 20px;
  color:#535353;
}

.bsn_package .wrapper p strong {
  font-family:"DobraBold";
}

.bsn_package .wrapper p small strong {
  color:#fff;
  padding:3px 6px;
  background-color:#BA4647;
  font-family:"Dobra";
  font-weight:300;
}

.bsn_package .wrapper a{
  padding: 7px 18px 7px 23px;
}
.bsn_package .box1 h2{
  background:url("../gfx/bsn_package_box1.png")no-repeat center top;
}
.bsn_package .box2 h2{
  background:url("../gfx/bsn_package_box2.png")no-repeat center top;
}
.bsn_package .box3 h2{
  background:url("../gfx/bsn_package_box3.png")no-repeat center top;
}
.bsn_package .price{
  font-size:40px; 
  color:#454952;
  font-family:"DobraBold";
  margin-bottom:25px;
}
.bsn_package .price>small{
  font-family:"Dobra";
  font-size:16px;
  color:inherit;
}
.bsn_package .head h1{
  margin:10px 0 30px 0;
}
.last_box_bsn{
  padding:80px 0;
  text-align: right;
}
.last_box_bsn h1{
  margin:0 0 20px;
  line-height: 30px;
}
.last_box_bsn h1, .last_box_bsn h4{
  text-align: right;
}
.last_box_bsn h4{
  font-size: 16px;
  font-family:"Dobra";
}
.last_box_bsn a{
  margin-top:12px;
  font-size:20px;
  font-family:"DobraBold";
  padding:14px 25px 10px 42px; 
  -webkit-border-radius:8px;
  border-radius:8px;
}
.last_box_bsn a>span.arrow-white{
  padding-right:35px;
  background-position: right 8px;
}
/*weather*/
.top-slider ul li.slide_domains.new.ntld.weather h1{
  font-size:51px;
  font-family:'DobraBold';
  color: #fff;
}
.top-slider ul li.slide_domains.new.ntld.weather h2{
  font-size:34px;
  font-family:'Dobra';
  color: #fff;
  margin-top:0;
}
.top-slider ul li.slide_domains.new.ntld.weather{
  background:url("../gfx/weather-bg.jpg")no-repeat center top;
}
.top-slider ul li.slide_domains.new.ntld.weather.weather-mail{
  background:url("../gfx/weather-bg-mail.jpg")no-repeat center top;
}

.search-domains.weather .col-lg-12 h4 a{
  text-decoration: none;
}
.search-domains.weather .col-lg-12 h4{
  margin-top: 0;
}
.az-weather{
  padding:60px 0 40px;
  text-align: center;
}
.az-weather h1{
  font-size:32px;
  font-family:'DobraBold';
  color:#04a753;
}
.az-weather h2{
  font-size:22px;
  font-family:'Dobra';
  color:#454952;
  margin-bottom:40px;
}
.hosting-waether{
  font-family:'Dobra';
  background:url("../gfx/background-beach.jpg")no-repeat center top;
  padding:60px 0 95px;
  color:#ffffff;
  text-align:center;
}
.hosting-waether h1{
  font-size:32px;
  font-family:'DobraBold';
  padding-top:95px;
  background:url("../gfx/sun.png")no-repeat center top;
}
.hosting-waether p{
  font-size: 22px;
  line-height:48px;
}
.hosting-waether p > em{
  color:#bb4748;
  border:1px dashed #bb4748;
  font-style: normal;
  padding: 3px 14px;
  margin:0 7px;
  font-family:'DobraBold';
} 
.hosting-waether ul{
  padding:0; 
  width:740px;
  margin:0 auto;
}
.hosting-waether.mail-waether ul{
  width:460px;
}
.hosting-waether ul>li{
  display:inline-block;
  float: left;
}
.hosting-waether .box h2{
  font-size:22px;
  line-height: 27px;
  font-family:'DobraBold';
}
.hosting-waether .box h2{
  padding-top: 70px;
}
.hosting-waether .box.box1 h2{
  background:url("../gfx/weather-box1.png")no-repeat center 25px;
}
.hosting-waether .box.box2 h2{
  background:url("../gfx/weather-box2.png")no-repeat center 11px;
}
.hosting-waether .box.box3 h2{
  background:url("../gfx/weather-box3.png")no-repeat center 0px;
}
.hosting-waether .box>span{
  display: block;
  font-size:28px;
  color:#ffffff;
  background-color:#bb4748;
  line-height:33px;
  padding: 0 10px;
  margin:10px 0 20px;
}
.hosting-waether .box span>strong{
  font-family:'DobraBold';
}
.hosting-waether.mail-waether .box.box2{
  margin:0 0 0 85px;
}
.hosting-waether.mail-waether .box.box1 h2{
  background:url("../gfx/envelope-white.png")no-repeat center 12px;
}
.hosting-waether.mail-waether .box.box2 h2{
  background:url("../gfx/envelope2-white.png")no-repeat center 11px;
}
.weather-package{
  color: #fff;
  font-family:'Dobra';
  padding:70px 0;
  text-align: center;
  background:url("../gfx/clouds.jpg")no-repeat center top;
  background-size:cover;
}
.weather-package h1{
  font-size:32px;
  font-family:'DobraBold';
  margin:0 0 30px;
}
.weather-package h2{
  font-size:22px;
  font-family:'DobraBold';
  padding:80px 0 0;
}
.weather-package .box1 h2{
  background:url("../gfx/weather-package1.png")no-repeat center top;
}
.weather-package .box2 h2{
  background:url("../gfx/weather-package2.png")no-repeat center top;
}
.weather-package .box3 h2{
  background:url("../gfx/weather-package3.png")no-repeat center top;
}
.weather-package p{
  font-size:16px;
  margin-bottom: 25px;
}
.weather-package .box>.wrapper>*{
  display: inline;
  position: relative;
}
.weather-package .box{
  border:1px solid #ffffff;
}
.weather-package .box>.wrapper>span{
  background-color:#bb4748;
  font-size: 28px;
  line-height:33px;
  padding: 0 10px;
  margin-left:6px;
}
.weather-package .box>.wrapper>em{
  font-style: normal;
  font-size:16px;
  top:-10px;
}
.weather-package .box>.wrapper{
  margin-bottom: 40px;
}
.weather-package .box{
  padding:40px 39px 28px;
}
/*helpaz*/
.top-slider ul li.helpaz{
  background:url("../gfx/helpaz-slide.jpg")no-repeat center top;
  color: #fff;
}
.top-slider ul li.helpaz h4{
  font-size:18px;
  letter-spacing:3px;
  text-shadow:none;
  margin-top:50px;
}
.top-slider ul li.helpaz h4>strong{
  font-family:'DobraBold';
}
.top-slider ul li.helpaz h4>span{
  color:#bb4748;
  font-family:'DobraBold';
}
.top-slider ul li.helpaz h1{
  font-size:56px;
  font-family:'Dobra';
  line-height:50px;
}
.top-slider ul li.helpaz h1>strong{
  font-family:'DobraBold';
}
.top-slider ul li.helpaz .helpaz-price, .top-slider ul li.helpaz .helpaz-price>*{
  position: relative;
}
.top-slider ul li.helpaz .helpaz-price{
  margin-bottom: 32px;
}
.top-slider ul li.helpaz .helpaz-price .lab>*{
  background-color:#bb4748;
  position: relative;
}
.top-slider ul li.helpaz .helpaz-price .old-price-slide{
  font-size: 26px;
  top:-20px;
  margin-right:10px;
}
.top-slider ul li.helpaz .helpaz-price .lab em{
  font-style:normal;
  font-size:54px;
  font-family:'DobraBold';
  padding:0 10px;
}
.top-slider ul li.helpaz .helpaz-price .lab strong{
  font-size:26px;
  padding:0 10px;
  top:-26px;
}
.top-slider ul li.helpaz .helpaz-price .ab-year{
  font-size:14px;
  top:8px;
  left:-72px;
}
.top-slider ul li.helpaz .helpaz-price .ab-year>strong{
  font-family:'DobraBold';
}
div.wrapper.helpaz{
  padding: 70px 0 40px 0;
  text-align: center;  
  font-family:'Dobra';
}
div.wrapper.helpaz h1{
  margin-top:-50px;
  font-family:'DobraBold';
  color:#00a651;
}
div.wrapper.helpaz p{
  font-size:22px;
  color:#454952;
}
div.wrapper.helpaz h2{
  color:#454952;
  font-size:18px;
  font-family:'DobraBold';
  padding:15px 0 15px 80px;
  text-align: left; 
}
div.wrapper.helpaz .box1 h2{
  background:url("../gfx/backup.png")no-repeat left center;
}
div.wrapper.helpaz .box2 h2{
  background:url("../gfx/logi.png")no-repeat left center;
}
div.wrapper.helpaz .box3 h2{
  background:url("../gfx/operacje.png")no-repeat left center;
}
div.wrapper.helpaz .box4 h2{
  background:url("../gfx/ceny.png")no-repeat left center;
}
.data-recovery{
  font-family:'Dobra';
  padding:70px 0 0;
  background-color:#eff0f2;
}
.data-recovery .container{
  background:url("../gfx/helpaz-recovery-data2.jpg")no-repeat left bottom;
  padding-bottom:70px;
}

.data-recovery a.btn.show_info {
  margin-top:40px;
}

.data-recovery .tabs{
  padding-left:0;
}
.data-recovery h1{
  font-size:32px; 
  color:#00a651;
  font-family:'DobraBold';
}
.data-recovery h2{
  font-size:20px;
  color:#454952;
  line-height:25px;
  margin:25px 0 30px 0;
}
.data-recovery h2>strong{
  color:#00a651;
  font-family:'DobraBold';
}
.data-recovery p{
  color:#565a62;
  font-size: 16px;
  margin-bottom: 35px;
}

.data-recovery p strong {
  color:#00a651;
  font-family:'DobraBold';
}

.data-recovery .row{
  background:url("../gfx/helpaz-recovery-data1.png")no-repeat 22% top;
}

.data-recovery.log-office .container{
  background:url("../gfx/helpaz-logoffice-data2.jpg")no-repeat right bottom;
  padding-bottom:70px;
}
.data-recovery.log-office{
  background-color:#fff;
}
.data-recovery.log-office .row{
  background:url("../gfx/helpaz-logoffice-data1.png")no-repeat 92% top;
}

.data-recovery.files .container{
  background:url("../gfx/helpaz-filesdata2.jpg")no-repeat -50px bottom;
  padding-bottom:70px;
}
.data-recovery.files .row{
  background:url("../gfx/helpaz-filesdata1.png")no-repeat 22% top;
}
.have-questions{
  text-align: center;
  padding: 70px 0;
  font-family:'Dobra';
}
.data-recovery table,
.helpaz-table table {
  font-size:16px;
  color:#454952;
  width: 100%;
  margin-bottom: 50px;
}
.data-recovery table td,
.helpaz-table table td {
  vertical-align:middle;
  padding:10px 30px;
  background-color:#f6f7f8;
  line-height:15px;
}
.data-recovery table tr:nth-of-type(2n+1) td,
.helpaz-table table tr:nth-of-type(2n+1) td {
  background-color:#ffffff;
}
.data-recovery table td.buttons,
.helpaz-table table td.buttons{
  padding: 10px 30px 10px 0;
  width: 90px;
}
.data-recovery table td.name,
.helpaz-table table td.name {
  width:300px;
}
.data-recovery table td a.btn span.arrow-white,
.helpaz-table table td a.btn span.arrow-white {
  font-size: 11px;
  background-position:right 4px;
}
.data-recovery table td a,
.helpaz-table table td a{
  float: right;
}
.data-recovery table td strong,
.helpaz-table table td strong{
  font-size:16px;
  font-family:'DobraBold';
}
.data-recovery table td small,
.helpaz-table table td small{
  font-size:10px;
  font-family:'Dobra';
}

.helpaz-table table td:first-child {
  text-align:left;
}
.helpaz-table table td:last-child {
  text-align:right;
}

#helpaz-slider h1 {
  margin-bottom:25px;
}

#helpaz-slider ul.tabs {
  margin-bottom:40px; 
}

#helpaz-slider {
  margin-top:70px;
}

#helpaz-slider .bx-controls .bx-controls-direction {
  display:none;
}

.have-questions span{
  font-size:32px;
  color:#535353;
}
.have-questions strong{
  font-family:'DobraBold';
}
.have-questions a{
  font-size:20px;
  padding:0 20px 8px 40px; 
  margin-left:20px;
}
.have-questions a.btn span.arrow-white{
  padding-right: 35px;
  background-position:right 19px;
}
.have-questions span.txt{
  position: relative;
  top:7px;
}
.data-recovery .more-information{
  display: none;
}
.data-recovery .more-information h2{
  margin-top: 0;
}

.top-slider ul li.info-domains.slide_two.shotten{
  background:url("../gfx/shotten_bg.jpg")no-repeat center top;
}
.top-slider ul li.info-domains.slide_two.shotten h2>em{
  color:#bb4748;
  font-family:'DobraBold';
  font-style: normal;
}
.top-slider ul li.slide_two.shotten .price-slide span{
  font-size:60px; 
  padding-right:40px;
  margin-top:30px; 
}
.top-slider ul li.info-domains.slide_two.shotten h1{
  font-size:75px;
  letter-spacing: 2px;
}
.search-domains .col-lg-12 h4 strong.red-color{
  font-weight:normal;
  color:#bb4748;
}
.herr_hans_domians #eupl-box1.pack_6_domains{
  background:url("../gfx/domena_pl.png") no-repeat scroll left top;
}
.herr_hans_domians #eupl-box2.pack_6_domains{
  background:url("../gfx/domena_eu.png") no-repeat scroll left top;
}

/*eShop AZ*/
.top-slider ul li.helpaz.eshop-one-day{
  background:url("../gfx/eshop_wyprzedaz_1920_1100.jpg")no-repeat center top;
  color: #fff;
}

.top-slider ul li.helpaz.eshop-one-day h4 {
  color:#4d4f56;
  margin-top:-5px;
}

.top-slider ul li.helpaz.eshop-one-day h1 {
  color:#4d4f56;
  font-size:30px;
  font-family:'Dobra';
  text-shadow:none;
  line-height:40px;
}

.top-slider ul li.helpaz.eshop-one-day h1 strong {
  font-size:50px;
  font-family:'DobraBold';
}

.top-slider ul li.helpaz.eshop-one-day h1 span.red {
  color:#d84748;
  font-family:'DobraBold';
}

.top-slider ul li.helpaz.eshop-one-day .helpaz-price span.old-price-slide {
  font-size:18px;
  text-decoration:line-through;
  color:#d84748;
  text-shadow:none;
  font-family:'Dobra';
}

.top-slider ul li.helpaz.eshop-one-day .helpaz-price span.lab em {
  -webkit-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}

.top-slider ul li.helpaz.eshop-one-day .helpaz-price span.lab strong {
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  font-family:'Dobra';
  margin-top:1px;
  top:-25px;
}

.top-slider.az-slider.subpage-slider.extended ul.main-slider-subpage li.helpaz.eshop-one-day .expanded-content.box-shop h4.box-shop {
  font-family: "DobraBold";
    font-size: 16px;
    margin: 20px 0 0;
    text-align: center;
    width: 100%;
  color:#fff;
  letter-spacing:0px;
}

.top-slider ul li.helpaz.eshop-one-day a.btn {
  padding:12px 30px;
  font-size:16px;
}
ul li.hosting-new, .top-slider ul li.hosting-new.slide_two{
  background: url("../gfx/kreator_morzepotrzeb_1920_1100.jpg")no-repeat top center;
}
.top-slider ul li.slide_fourth.shop-100.new-shop-100.hosting-new.shoper, .top-slider ul li.hosting-new.shoper{
  background: url("../gfx/eshop_nowakreacja_1920_1100.jpg")no-repeat top center;
}

.top-slider ul li.hosting-new.shoper.domains-club {
  background: url("../gfx/domains-club.jpg")no-repeat top center!important;
}

.top-slider ul li.hosting-new.shoper.eu-adress {
  background: url("../gfx/domeny_europejskiza0_1920_520.jpg")no-repeat top center!important;
}

.top-slider ul li.hosting-new.shoper.xchange {
  background: url("../gfx/poczta_biuronline_1920_1100.jpg")no-repeat top center!important;
}

.top-slider ul li.hosting-new.shoper.xchange.x7pl {
  background: url("../gfx/domeny_liscie_1920_520.jpg")no-repeat top center!important;
  text-shadow: 0 1px 0 #757575;
}

.top-slider ul li.hosting-new.shoper.xchange.x7pl a {
  margin-top:-10px;
  margin-left:0;
}

.top-slider ul li.hosting-new.shoper.xchange.x7pl span.inf,
.top-slider ul li.hosting-new.shoper.xchange.x7pl h3 {
  margin-left:0;
}

.top-slider ul li.hosting-new.shoper.xchange.x7pl .price-hosting-new span.p-netto.color {
    border-radius: 5px 5px 5px 5px;
}

.top-slider ul li.hosting-new.shoper.domains-club h1,
.top-slider ul li.hosting-new.shoper.domains-club h2,
.top-slider ul li.hosting-new.shoper.domains-club h3,
.top-slider ul li.hosting-new.shoper.domains-club span.inf,
.top-slider ul li.hosting-new.shoper.domains-club small {
  color:#fff;
}

.top-slider ul li.hosting-new.shoper.xchange h1,
.top-slider ul li.hosting-new.shoper.xchange h2,
.top-slider ul li.hosting-new.shoper.xchange h3,
.top-slider ul li.hosting-new.shoper.xchange span.inf,
.top-slider ul li.hosting-new.shoper.xchange small {
  color:#fff;
}

ul li.hosting-new{
  color:#fff; 
}
ul li.hosting-new.shoper{
  color:#4d4f56;
}
ul li.hosting-new h3.hosting-new{
  font-size:18px;
  text-transform:uppercase;
  font-family:'Dobra';
  letter-spacing: 2px;
  margin-top: 25px;
}
ul li.hosting-new.shoper h3.hosting-new{
  color:#4d4f56;
  text-shadow:none;
}
ul li.hosting-new h3.hosting-new>strong{
  font-family:'DobraBold';
}
ul li.hosting-new h3.hosting-new>strong{
  font-family:'DobraBold';
}
ul li.hosting-new h1.hosting-new{
  font-size:50px;
  font-family:'DobraBold';
}
ul li.hosting-new.shoper h1.hosting-new{
  color:#4d4f56;
  text-shadow:none;
}
ul li.hosting-new h2.hosting-new{
  font-size:30px;
  font-family:'Dobra';
  color:#fff;
  margin:5px 0 35px;
}
ul li.hosting-new.shoper h2.hosting-new{
  color:#4d4f56;
  text-shadow:none;
}
.price-hosting-new{
  color:#fff;
  margin-bottom: 25px;
}
.price-hosting-new span.inf{
  font-size:26px;
  font-family:'Dobra'; 
  position:relative;
  top:-25px;
  margin-left: 10px;
}
.shoper .price-hosting-new span.inf{
  color:#4d4f56;
  text-shadow:none;
}
.price-hosting-new span.p-netto{
  font-size:54px;
  font-family:'DobraBold';
}
.price-hosting-new span.p-netto.color{
  padding:0px 15px 0px 10px;
  -webkit-border-radius: 5px 0 5px 5px;
 border-radius: 5px 0 5px 5px;
}
.price-hosting-new span.p-br{
  display: inline-block;
}
.price-hosting-new span.p-br span{
  font-size:26px;
  font-family:'Dobra';
  display: block;
  position: relative;
}
.price-hosting-new span.p-br span.color{
  border-radius: 0px 5px 5px 0px;
  width:125px;
  padding:3px 5px;
  top:8px;
  margin-left:-5px;
}
.price-hosting-new span.p-br small{
  font-size:14px;
  position: relative;
  top:12px;
}
.shoper .price-hosting-new span.p-br small{
  color:#4d4f56;
  text-shadow:none;
}
.price-hosting-new span.p-br small>strong{
  font-family:'DobraBold';
}
.price-hosting-new .color{
  background-color:#d84748;
}
.extrabonus{
  position: absolute;
  height:134px; 
  width:466px;
  right: 0;
  top:150px;
}
.extrabonus>a{
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  background:url("../gfx/dodatki_zamkniete.png")no-repeat top right;
}
.extrabonus>a:hover{
  background:url("../gfx/dodatki_otwarte.png")no-repeat top right;
}

.main-slider-subpage {
  margin-bottom:0px;
}

/*SHOP CROSSEL*/
.breadcrumbs_shop_crossel{
  font-family:"Dobra";
  border-bottom:1px solid #e7e7e7;
  padding:15px 0;
}
.breadcrumbs_shop_crossel ul{
  float: right;
  margin-bottom:0;
}
.breadcrumbs_shop_crossel ul>li{
  display: inline-block;
  float:left;
  font-size:13px;
  color:#8f8f8f;
}
.breadcrumbs_shop_crossel .number{
  text-align:center;
  width:22px;
  height: 22px;
  line-height: 20px;
  display: inline-block;
  border:1px solid #ebebeb;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin:0 5px 0 15px;
}
.breadcrumbs_shop_crossel .active{
  font-family:"DobraBold";
}
.breadcrumbs_shop_crossel .active .number{
  background-color:#e7e7e7;
  color:#fff;
}
.shop_crossel_content{
  font-family:"Dobra";
}
.shop_crossel_content h1{
  color:#00a651;
  font-size:32px;
  font-family:"DobraBold";
  margin:35px 0 10px;
}
.shop_crossel_content h2{
  color:#454952;
  font-size:18px;
  margin:0 0 40px 0;
}
.shop_crossel_content h3{
  font-size:16px;
  font-family:"DobraBold";
  margin:20px 0 5px;
}
.shop_crossel_content .package{
  border:1px solid #dfdedd;
  -webkit-box-shadow: 3px 3px 5px 0 rgba(223,222,221,1);
  box-shadow: 3px 3px 5px 0 rgba(223,222,221,1);
  margin-left:-10px;
  display:table;
  table-layout:fixed;
  width: 100%;
  padding:15px 15px 15px 0;
  margin-bottom:30px;
}
.shop_crossel_content .package>div{
  display:table-cell;
  color:#454952;
}
.shop_crossel_content .package .button{
  width:170px;
  position:relative;
}
.shop_crossel_content .package .images{
  width:135px;
  text-align: center;
  vertical-align:middle;
}
.shop_crossel_content .package .images img{
  max-width:75px;
}
.shop_crossel_content .package .button a{
  right: 0;
  position: absolute;
  bottom:15px;
  color:#fff;
}
.shop_crossel_content .package .desc h4{
  font-size:18px;
  font-family:"DobraBold";
  margin:0;
}
.shop_crossel_content .package .desc p{
  font-size:16px;
  margin: 0;
}
.shop_crossel_content .pricebox{
  position: relative;
  top:-5px;
}
.shop_crossel_content .pricebox .old{
  font-size:11px;
  color:#454952;
  position: relative;
  top:-15px;
}
.shop_crossel_content .pricebox .old>i{
  font-style:normal;
  text-decoration: line-through;
}
.shop_crossel_content .pricebox .thisprice{
  position: relative;
  display:inline-block;
  top:3px;
}
.shop_crossel_content .price{
  font-size:32px;
  color:#d74748;
  font-family:"DobraBold";
  margin:0 5px;
}
.shop_crossel_content .thisprice .netto{
  display:inline-block;
  clear: both;
  font-size:16px;
}
.shop_crossel_content .thisprice .red{
  color:#d74748;
}
.shop_crossel_content .thisprice strong{
  font-family:"DobraBold";
}
.shop_crossel_content .thisprice small{
  font-size:11px;
  display:block;
  position: relative;
  top:-2px;
}
.screen_popup{
  width:100%;
  height: 100%;
  display: block;
  position: fixed;
  top:0;
  left:0;
  display: none;
  background-color:rgba(69,90,165, 0.7);
}
.shop_crossel_content{
  position: relative;
}
.content_popup{
  width: 950px;
  display: none;
  padding:15px;
  border:1px solid #d9d9d9;
  background-color:#fff;
  left:0;
  right:0;
  bottom:0;
  top:0;
  margin:auto;
  z-index: 111;
  position: absolute;
  height:480px;
}
.shop_crossel .webmarker-box4 img{
  max-width:70px;
}
.shop_crossel .webmarker-box4 .webmar-box1, .shop_crossel .webmarker-box4 .webmar-box2, .shop_crossel .webmarker-box4 .webmar-box3{
   height: 100%;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}
.shop_crossel_content .package .images.small img{
  max-width:40px;
}
.shop_crossel .webmarker-box4 .webmar-box1 ul, .shop_crossel .webmarker-box4 .webmar-box2 ul, .shop_crossel .webmarker-box4 .webmar-box3 ul{
  padding-left:50px;
}
.shop_crossel_content .content_popup .pricebox{
  text-align:center;
  top:0;
}
.shop_crossel_content .content_popup .pricebox small{
  text-align:left;
}
.shop_crossel .webmarker-box4 .webmar-box1 a.btn.btn-default, 
.shop_crossel .webmarker-box4 .webmar-box2 a.btn.btn-default, 
.shop_crossel .webmarker-box4 .webmar-box3 a.btn.btn-default{
  position:static;
  margin: 15px auto 0;
  width: 140px;
  display: block;
  color:#fff;
}
.shop_crossel .close{
  display: block;
  float: right;
  width:11px;
  height: 11px;
  background:url("../gfx/btn-close.png")no-repeat left top;
  background-size:cover;
  opacity:1;
}
/*End eShop AZ*/

/*NEW cloud*/

.top-slider ul li.office365.cloud.new-cloud{
  background:url("../gfx/cloudserver_1920_1100.jpg")no-repeat top center;
}
.top-slider ul li.office365.cloud.new-cloud.refresh_cloud h4{
  text-transform:uppercase;
  font-size:18px;
  letter-spacing:2px;
}
.top-slider ul li.office365.cloud.new-cloud.refresh_cloud h1{
  font-size:40px;
}
.top-slider ul li.office365.cloud.new-cloud.refresh_cloud h3{
  font-size:24px;
}
.top-slider ul li.office365.refresh_cloud .old-price-slide{
  font-size:24px;
}
.top-slider ul li.office365.cloud.refresh_cloud span.red{
  font-size:54px;
  -webkit-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
  height:62px;
  line-height:62px;
  background-color:#d84748;
}
.top-slider ul li.office365.cloud.new-cloud.refresh_cloud em.red{
  font-size:26px;
  padding:0 10px;
  height: 40px;
  -webkit-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  top:-19px;
  background-color:#d84748;
}
.top-slider ul li.office365.cloud.new-cloud.refresh_cloud small{
  position:absolute;
  left:10px;
  top:auto;
  bottom:5px;
  margin:auto;
  top:32px;
  letter-spacing:normal;
}
.top-slider ul li.office365.cloud.new-cloud.refresh_cloud small>strong{
  font-family:"DobraBold";
}
.top-slider ul li.office365.refresh_cloud .old-price-slide{
  top:-25px;
}
.what_is_cloud{
  padding:50px 0 78px;
  text-align:center; 
  font-family:"Dobra";
  background:url("../gfx/what_is_cloud_bg.jpg")no-repeat left top;
}
.what_is_cloud h2{
  font-size:36px;
  color:#24b569;
  font-family:"DobraBold";
  margin:12px 0 50px;
}
.what_is_cloud p{
  font-size:22px;
  color:#454953;
  line-height:normal;
  margin-bottom: 45px;
}
.how-to-run-cloude{
  padding:55px 0;
  background-color:#eff0f3;
  text-align: center;
  font-family:"DobraBold";
}
.how-to-run-cloude h2{
  font-size:36px;
  color:#24b569;
  margin:0 0 50px 0;
}
.how-to-run-cloude .box{
  padding:13px 0 30px 93px;
  margin-bottom:40px;
}
.how-to-run-cloude .box.box1{
  background:url("../gfx/run-step1.png")no-repeat left top;
}
.how-to-run-cloude .box.box2{
  background:url("../gfx/run-step2.png")no-repeat left top;
}
.how-to-run-cloude .box.box3{
  background:url("../gfx/run-step3.png")no-repeat left top;
}
.how-to-run-cloude .box.box4{
  background:url("../gfx/run-step4.png")no-repeat left top;
}
.how-to-run-cloude .box h2{
  text-align:left;
  font-size:22px;
  color:#454952;
  line-height:24px;
  margin:0;
}
.benefits-cloud-refresh{
  background-color:#eff0f3;
  text-align:center;
  font-family:"Dobra";
  color:#444852;
  padding:50px 0;
}
.benefits-cloud-refresh h1{
  font-family:"DobraBold";
  color: #24b569;
  font-size:36px;
  margin:0 0 50px 0;
}
.benefits-cloud-refresh .box{
  text-align:left;
  padding:0 0 0 95px;
  margin-bottom:30px;
}
.benefits-cloud-refresh .box h2{
  font-family:"DobraBold";
  font-size:22px;
  color:#444852;
  margin:0 0 15px 0; 
}
.benefits-cloud-refresh .box.box1{
  background:url("../gfx/benefits_cloud1.png")no-repeat left top;
}
.benefits-cloud-refresh .box.box2{
  background:url("../gfx/benefits_cloud2.png")no-repeat left top;
}
.benefits-cloud-refresh .box.box3{
  background:url("../gfx/benefits_cloud3.png")no-repeat left top;
}
.benefits-cloud-refresh .box.box4{
  background:url("../gfx/benefits_cloud4.png")no-repeat left top;
}
.benefits-cloud-refresh .compare-cloud-refresh h2{
  font-size:22px;
  font-family:"Dobra";
  margin:10px 0 20px;
}
.configuratrion-cloud-wrapper{
  background-color:#fff;
}
.configuratrion-cloud-wrapper .title h1{
  color:#24b569;
  font-size:36px;
  font-family:"DobraBold";
  text-align:center;
  margin: 0 0 40px 0;
}
.configuratrion-cloud-wrapper .title h2{
  color:#454953;
  font-size:22px;
  font-family:"Dobra";
  text-align:center;
  margin: 0 0 20px 0;
  line-height:normal;
}
.configuratrion-cloud-wrapper .project{
  padding:240px 30px 0 30px;
  text-align: center;
}
.configuratrion-cloud-wrapper .projects{
  height:430px;
}
.configuratrion-cloud-wrapper .project.project-small{
  background:url("../gfx/project-small.png")no-repeat center 120px;
}
.configuratrion-cloud-wrapper .project.project-medium{
  background:url("../gfx/project-medium.png")no-repeat center 35px;
}
.configuratrion-cloud-wrapper .project.project-big{
  background:url("../gfx/project-big.png")no-repeat center top;
}
.configuratrion-cloud-wrapper .project h2{
  font-size:22px;
  color:#24b569;
  text-align: center;
  font-family:"DobraBold";
}
.configuratrion-cloud-wrapper .project p{
  text-align: left;
  font-size:14px;
  margin-bottom: 20px;
}
.configuratrion-cloud-wrapper .project-contant.small-project .image{
  background:url("../gfx/small-project-dog.png")no-repeat center 160px;
}
.configuratrion-cloud-wrapper .project-contant.medium-project .image{
  background:url("../gfx/medium-project-dog.png")no-repeat center 110px;
}
.configuratrion-cloud-wrapper .project-contant.big-project .image{
  background:url("../gfx/big-project-dog.png")no-repeat center 60px;
}
.configuratrion-cloud-wrapper .project-contant, .configuratrion-cloud-wrapper .project-contant .image{
  height:430px;
}
.configuratrion-cloud-wrapper .project-contant .desc h2{
  font-size:36px;
  color:#24b569;
  margin:60px 0 40px 0;
  font-family:"DobraBold";
}
.configuratrion-cloud-wrapper .project-contant .desc p{
  color:#454953;
  font-size:16px;
  letter-spacing:normal;
  margin: 0 0 20px 0;
}
.configuratrion-cloud-wrapper .project-contant .desc p strong{
  font-family:"DobraBold";
  color:#24b569;
}
.configuratrion-cloud-wrapper .border-configurator{
  position:relative;
}
.configuratrion-cloud-wrapper .border-configurator.active{
  -webkit-box-shadow: 0 0 20px 0 #cfcfcf;
  box-shadow: 0 0 20px 0 #cfcfcf;
}
.configuratrion-cloud-wrapper .border-configurator.active .projects{
  display: none;
}
.configuratrion-cloud-wrapper .border-configurator{
  padding:25px;
}
.content-cloud-set{
  background-color:transparent;
}
.calc_az .col-lg-2.first{
  margin-left:55px;
}
.close-border{
  width: 16px;
  height: 16px;
  background:url("../gfx/close-border.png")no-repeat left top;
  position: absolute;
  top:20px;
  right: 20px;
  z-index: 555;
}
.configuratrion-cloud-wrapper .border-configurator.active .close-border{
  display: block;
}
.configuratrion-cloud-wrapper .border-configurator .close-border{
  display: none;
}
.configuratrion-cloud-wrapper .border-configurator .project-contant{
  display: none;
}
.benefits-cloud-refresh .popup-compare table td{
  padding-top: 10px; 
  padding-bottom: 10px;
  padding-right:10px;
  text-align:left;
}
.benefits-cloud-refresh .popup-compare table td.order{
  text-align: center;
  padding-left: 0;
  padding-top: 20px; 
  padding-bottom: 20px;
}
.benefits-cloud-refresh .popup-compare{
  top:-85px;
}
.benefits-cloud-refresh{
  position: relative;
}

.top-slider ul li.slide_fourth.shop-100.new-shop-100.hosting-new.shoper, .top-slider ul li.hosting-new.shoper{
  background: url("../gfx/eshop_miesieczne_1920_1100.jpg")no-repeat top center;
}

.top-slider ul li.slide_fourth.shop-100.new-shop-100.hosting-new.shoper.ntld-tech, .top-slider ul li.hosting-new.shoper.ntld-tech{
  background: url("../gfx/domeny_tech_1920_520.jpg")no-repeat top center;
}
.shoper.ntld-tech .price-hosting-new span.p-br small,
ul li.hosting-new.shoper.ntld-tech h2.hosting-new, .shoper.ntld-tech .price-hosting-new span.inf,
ul li.hosting-new.shoper.ntld-tech h3.hosting-new, ul li.hosting-new.shoper.ntld-tech h1.hosting-new{
  color:#fff;
  text-shadow:inherit;
}
ul li.hosting-new.shoper.ntld-tech h3.hosting-new{
  margin-top: 20px;
  letter-spacing: 3px;
}

/*POPUP MAIL*/
.screen_popup_mail{
  display: none;
  position: fixed;
  z-index:666666;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  background-color:rgba(70,90,165,0.70);
}
.popup_content_mail_thx,
.popup_content_mail{
  border: 1px solid #5468b3;
  width:660px;
  display: none;
  position:fixed;
  z-index:666667;
  background-color:#465aa5;
  left:0;right:0;top:0;bottom:0;
  margin:auto;
  height:410px;
  color:#fff;
  font-family:"Dobra";
}
.popup_content_mail_thx h2{
  bottom: 0;
  font-family: "DobraBold";
  height: 38px;
  left: 0;
  margin: auto!important;
  position: absolute;
  right: 0;
  top: 0;
  font-family:"DobraBold";

}



.popup_mail{
  padding:20px;
  text-align: center;
}
.close_mail_popup{
  position: absolute;
  top:20px;right:20px;
  width:32px;
  height:30px;
  display:block;
  outline: none;
  background:url("../gfx/close_popup_mail.png")no-repeat left top;
}
.popup_content_mail h2{
  font-size:48px;
  font-family:"DobraBold";
  margin:30px 0 0 0;
}
.popup_content_mail h3{
  font-size:24px; 
  line-height:normal;
}
.popup_content_mail form{
  padding: 0 30px;
}
.popup_content_mail .input_mail{
  width: 100%;
  display: block;
  float: left;
  background-color:#ffffff;
  padding:8px 11px 8px 0;
  margin:30px 0 20px 0;
}
.popup_content_mail .input_mail form{
  padding: 0;
  position: relative;
}
.popup_content_mail .input_mail form p{
  display: inline;
  width: auto;
}
.popup_content_mail .input_mail form p.sml_thankyou{
  color:#fff;
  position: absolute;
  top:-30px;
  left:0;
  width: 100%;
}
.popup_content_mail .input_mail input{
  display:inline-block;
  float: left;
  color:18px;
  color:#4d4f56;
  height:34px;
  width: 400px;
  border:none;
  padding-left:15px;
}
.popup_content_mail .input_mail{
   color:#4d4f56;
}
.popup_content_mail .input_mail .sml_name,
.popup_content_mail .input_mail input.sml_nameinput{
  display: none;
}
.popup_content_mail .input_mail input.btn.sml_submitbtn,
.popup_content_mail .input_mail>button{
  float:right;
}
.popup_content_mail .input_mail input.btn.sml_submitbtn{
  width:auto;
  color: #fff;
  text-align: left;
  background:#00a651 url("../gfx/arrow-white.png") no-repeat 90% 13px;
  padding:8px 35px 6px 15px;
}
.popup_content_mail .law small{
  color:#8091d1;
  font-size:8px;
  line-height:normal;
  position: relative;
  top: -3px;
}
.popup_content_mail .law, .popup_content_mail .container_checkbox{
  text-align: left;
  display: inline-block;
  float: left;
  line-height:12px;
  width: 520px;
}
.popup_content_mail .container_checkbox{
  width: 40px;
}
.popup_content_mail .checkbox_az{
  display: block;
  float: left;
  width:20px;
  height: 20px;
  position: relative;
}
.popup_content_mail .checkbox_az label{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color:#fff;
  left:0;
  top:0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  cursor:pointer;
}
.popup_content_mail .checkbox_az input[type="checkbox"]:checked + label{
  background:#fff url("../gfx/checked.png")no-repeat 2px center;
}
/*END POPUP*/

.top-slider ul li.slide_third.slide_autumn.santa.dobrasb{
  background:#fff url("../gfx/kreator_dobra_strona_biznesu.jpg")no-repeat center top;
}
.top-slider ul li.slide_third.slide_autumn.santa.dobrasb h2.hosting-new,
.top-slider ul li.slide_third.slide_autumn.santa.dobrasb h1.hosting-new,
.top-slider ul li.slide_third.slide_autumn.santa.dobrasb h3.hosting-new{
  color:#4d4f56;
}
.top-slider ul li.slide_third.slide_autumn.santa.dobrasb h3.hosting-new{
  font-size:18px;
  text-transform:uppercase;
  margin-top:35px;
}
.top-slider ul li.slide_third.slide_autumn.santa.dobrasb h3.hosting-new>strong{
  font-family:"DobraBold";
  letter-spacing:3px;
}
.top-slider ul li.slide_third.slide_autumn.santa.dobrasb h1.hosting-new{
  font-family:"DobraBold";
  font-size:50px;
}
.top-slider ul li.slide_third.slide_autumn.santa.dobrasb h2.hosting-new{
  font-family:"Dobra";
  font-size:30px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.dobrasb .price-hosting-new span.p-br small,
.dobrasb .price-hosting-new span.inf{
  color:#4d4f56;
}

.slide_third.slide_autumn.santa.new-prices-schema.starting h3{
  font-size: 24px;
  margin-top: 40px;
}
.slide_third.slide_autumn.santa.new-prices-schema.starting h1{
  font-size: 51px;
}
.slide_third.slide_autumn.santa.new-prices-schema.starting h2{
  font-size: 28px;
}
.starting .price-hosting-new span.p-br span.color{
   top: 9px;
}

/*Countdown*/
.slide_third.slide_autumn.santa.new-prices-schema.starting h3{
  font-size: 24px;
  margin-top: 60px;
}
.slide_third.slide_autumn.santa.new-prices-schema.starting h1{
  font-size: 51px;
}
.slide_third.slide_autumn.santa.new-prices-schema.starting h2{
  font-size: 28px;
}
.slide_third.slide_autumn.santa.new-prices-schema.starting h3.inline{
  display: inline-block;
  float: left;
  margin:10px 10px 0 0;
}
.starting .wrap{
  margin:30px 0 20px;
}
.wrap {
  display: block;
  float: left;
  width: 100%;
}
.countdown_start{
  display: inline-block;
  float: left;
  color: #fff;
  font-size:24px;
  background-color:#d84748;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding:3px 15px;
  width: 320px;
}
.countdown_start>span{
  font-size: 24px;
  padding:2px 35px 2px 0;
  background:url("../gfx/countdown_icon.png")no-repeat right center;
}
.countdown_start .counter{
  display: inline-block;
  position: absolute;
}
.countdown_start{
  height: 44px;
}
.countdown_start > span{
  position: relative;
  top:2px;
  font-family:"DobraBold";
}
.countdown_start .counter>div>div>span{
  position: relative;
  top:-26px;
  font-family:"Dobra";
}
.countdown_start .counter>div>div:nth-of-type(7), .countdown_start .counter>div>div:nth-of-type(8){
  display: none!important;
}
.countdown_start .counter>div>div>div>span::after{
  content: ":";
  font-family:"DobraBold";
  position: relative;
  left:12px;
  top:-2px;
}
.countdown_start .counter>div>div:nth-of-type(5)>div>span::after{
  display: none;
}
/*End Countdown*/

/*PRO PIGEON XCHANGE*/
.top-slider ul li.slide_third.slide_autumn.santa.fete_xchange{
  background:#fff url("../gfx/fete_xchange.jpg")no-repeat center top;
}
.top-slider ul li.slide_third.slide_autumn.santa.fete_xchange h1{
  font-size:45px;
  font-family:"DobraBold";
  color:#fff;
}
.top-slider ul li.slide_third.slide_autumn.santa.fete_xchange h2{
  font-size:30px;
  font-family:"Dobra";
  color:#fff;
  margin:15px 0 25px;
}
.top-slider ul li.slide_third.slide_autumn.santa.fete_xchange h3{
  font-size:18px;
  font-family:"Dobra";
  color:#fff;
  margin-top:45px;
}
.top-slider ul li.slide_third.slide_autumn.santa.fete_xchange h1>.red{
  text-transform: uppercase;
  color:#d84748;
}
/*END PRO PIGEON XCHANGE*/

/*AUTUMN*/
.top-slider ul li.slide_third.slide_autumn.santa.autumn{
  background:url("../gfx/jesienne_wieczory.jpg")no-repeat center top;
}
.top-slider ul li.slide_third.slide_autumn.santa.autumn h2,
.top-slider ul li.slide_third.slide_autumn.santa.autumn h1{
  font-size:51px;
  color:#fff;
  text-shadow:none;
  margin:0;
  font-family:"DobraBold";
}
.top-slider ul li.slide_third.slide_autumn.santa.autumn h1{
  margin:90px 0 35px;
}
.top-slider ul li.slide_third.slide_autumn.santa.autumn h2{
  font-size:34px;
}
.top-slider ul li.slide_third.slide_autumn.santa.autumn h2>em{
  position: relative;
  font-size: 16px;
  background-color:#de8011;
  font-family:"Dobra";
  padding: 2px 10px;
  border-radius: 3px;
  font-style: normal;
  top:-12px;
}
.top-slider ul li.slide_third.slide_autumn.santa.autumn h2>em>strong{
  font-family:"DobraBold";
}
.top-slider ul li.slide_third.slide_autumn.santa.autumn h2.space{
  margin-bottom:32px;
}
.listPromotionPrice.autumn{
  background-color:#fff;
}
.listPromotionPrice.autumn h2{
  font-size: 26px;
  font-family: "DobraBold";
  padding-left: 15px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box; 
  padding-bottom: 6px;
  border-bottom: 1px solid #cacaca;
  color:#de8011;
  margin: 0;
  text-align: left;
}
.listPromotionPrice.autumn h2 img{
  margin-right:15px;
  position: relative;
  top:-3px;
}
.listPromotionPrice.autumn .title h2{
  font-size: 36px;
  text-align: center;
  padding: 0;
  border:none;
  color:#26ad62;
  margin-bottom:60px;
}
.listPromotionPrice h6{
  font-size: 12px;
  color: #b1b3b6;
  font-family: "Dobra";
  text-align:right;
}
.listPromotionPrice.autumn table td.detalPrice h4{
  color:#de8011;
}
.autumn-content{
  padding:60px 0 90px;
  font-family:"Dobra";
  position: relative;
  background:url("../gfx/autumn-content-bg.jpg")no-repeat center bottom;
}
.autumn-content img.leaf{
  position: absolute;
  max-width: 100%;
  left:2%;
  bottom:-165px;
}
@media(max-width:1400px){
  .autumn-content img.leaf{
    left:0;
    bottom:-200px;
  }
}
.autumn-content h2{
  text-align: center;
  font-size:36px;
  color:#24b569;
  font-family:"DobraBold";
  margin-bottom: 20px;
}
.autumn-content p{
  font-size:22px;
  color:#454953;
  text-align: center;
  line-height: normal;
  font-family:"Dobra";
}
.autumn-content p>strong{
  font-family:"DobraBold";
}
.autumn-package{
  margin-top:40px;
  margin-bottom:60px;
  position: relative;
}
.autumn-package .content{
  background-color:#f8f2ea;
  padding:50px 20px;
}
.autumn-package .content img{
  max-width: 100%;
}
.autumn-package .content.eshop img{
  margin-top:6px;
}
.autumn-package h3{
  font-family:"DobraBold";
  color:#ef892f;
  font-size: 26px;
}
.autumn-package .content.eshop h3{
  margin-top: 70px;
}
.autumn-package .content.kreator h3{
  margin-top: 40px;
}
.autumn-package .popup-autumn p,
.autumn-package .header-box p{
  text-align:left;
  font-size:16px;
}
.autumn-package .popup-autumn.kreator h3{
  margin-top:80px;
}
.autumn-package .popup-autumn.eshop h3{
  margin:95px 0 20px;
}

.autumn-package ul li{
  font-size:16px;
  color:#2b2b2b;
  list-style:none;
  padding-left:30px;
  background:url("../gfx/autumn_tick_list.png")no-repeat left center;
}
.autumn-package ul{
  padding: 0;
  margin:30px 0 0 160px;
}
.autumn-package .pricebox, .autumn-package .buttonbox{
  text-align: center;
}
.autumn-package .buttonbox a{
  margin:0 15px;
}
.autumn-package .pricebox .price{
  font-size:61px;
}
.autumn-package .pricebox{
  margin:15px 0;
}
.autumn-package .kreator .pricebox{
  margin-top:39px;
}
.autumn-package .pricebox em{
  display:block;
  font-size:28px;
  font-style: normal;
  margin:0;
  text-align:left;
  line-height: 28px;

}
.autumn-package .pricebox small{
  font-size: 28px;
  text-align:left;
  line-height:20px;
}
.autumn-package .pricebox span>span{
  display: inline-block;
}
.autumn-package .or{
  position: absolute;
  left:0;
  right:0;
  margin: auto;
  width:78px;
  height:78px;
  background-color:#fff;
  color:#00a651;
  font-family:"DobraBold";
  text-align: center;
  line-height:78px;
  top:265px;
  font-size:24px;
  border-radius:50%;
  z-index:55;
}
.autumn-content .search-domains .col-lg-12{
  position: relative;
  width: 100%;
}
.autumn-content .search-domains .col-lg-12 .wrapper-search{
  margin-top: 15px;
  background-color:#f8f2ea;
}
.autumn-content .search-domains .col-lg-12 .wrapper-search > span{
  color:#454952;
  font-size:20px;
}
.autumn-content .search-domains .col-lg-12 .wrapper-search form input{
  font-size:20px;
  color:#9d9d9d;
  font-family:"Dobra";
}
.autumn-content .search-domains .col-lg-12 .wrapper-search form input{
  width:755px;
}
.autumn-content .search-domains h4{
  text-align: center;
  color:#de8011;
  font-size:22px;
  font-family:"Dobra";
}
.autumn-content .search-domains h4>span{
  font-family:"DobraBold";
}
.popup-autumn{display: none;
  position: absolute;
  left:0;
  right:0;
  margin:auto;
  top:0;
  font-family:"Dobra";
  z-index: 66;
  padding:35px 50px;
  -webkit-box-shadow: 0 0 30px 0 #b9babb;
  box-shadow: 0 0 30px 0 #b9babb;
  background-color:#f8f2ea;
}
.popup-autumn .box{
  padding-left:95px;
  color:#2b2b2b;
  margin-bottom:10px;
}
.popup-autumn .box h4{
  font-size:16px;
  font-family: "DobraBold";
  margin:7px 0 0 0;
}
.popup-autumn .box p{
  font-size:16px;
}
.popup-autumn .head_popup{
  margin-bottom:45px;
}
.popup-autumn .pricebox{
  text-align: right;
}
.popup-autumn .buttonbox{
  text-align: left;
}
.popup-autumn .buttonbox>a{
  font-size:16px;
  padding: 8px 33px;
  margin-top: 60px;
}
.popup-autumn a.close{
  display:block;
  width: 16px;
  height: 16px;
  position: absolute;
  right:60px;
  top:60px;
  background:url("../gfx/close-border.png")no-repeat center;
  z-index: 66;
  cursor:pointer;
  opacity:1;
}
.popup-autumn .box1{
  background:url("../gfx/icon-quick-start.png")no-repeat left center;
}
.popup-autumn .box2{
  background:url("../gfx/icon-mobil.png")no-repeat left center;
}
.popup-autumn .box3{
  background:url("../gfx/benefits_cloud4.png")no-repeat left center;
}
.popup-autumn .box4{
  background:url("../gfx/autumn_shopping.png")no-repeat left center;
}
.popup-autumn .box5{
  background:url("../gfx/autumn_marketing.png")no-repeat left center;
}
.popup-autumn .box6{
  background:url("../gfx/icon-analiz.png")no-repeat left center;
}
.popup-autumn.eshop .pricebox{
  margin-top: 35px;
}
@media(max-width:990px){
  .autumn-content img.leaf{
    opacity:0.3;
  }
  .autumn-package>.col-xs-6{
    width:100%;
  }
  .header-box>.row>.col-xs-6:first-of-type{
    text-align: center;
  }
  .autumn-package .content{
    margin-bottom: 35px;
  }
  .autumn-package .or{
    bottom:0;
    top:-35px;
  }
  .listPromotionPrice.autumn .col-lg-6{
    width:100%;
    margin-bottom:40px;
  }
  .listPromotionPrice .paddingbottom50{
    padding-bottom:0;
    margin-bottom:0;
  }
  .listPromotionPrice h6{
    padding-right: 15px;
  }
  .autumn-content .search-domains .col-lg-12 .wrapper-search form input{
    width: 70%;
  }
  .top-slider ul li.slide_third.slide_autumn.santa.autumn h2>em{
    display: inline-block;
    top:-4px;
  }
  .top-slider ul li.slide_third.slide_autumn.santa.autumn h2{
    margin-bottom: 25px;
  }
   .popup-autumn .head_popup div{
    width: 100%;
  }
   .popup-autumn .head_popup .col-xs-3{
    text-align: center;
   }
   .autumn-package .popup-autumn.eshop h3{
    margin-top: 10px;
   }
}
@media(max-width:620px){
  .listPromotionPrice.autumn table{
    width: 620px;
  }
  .listPromotionPrice.autumn .col-lg-6{
    overflow-x:auto;
    overflow-y:hidden; 
  }
  .popup-autumn .box{
    width: 100%;
    margin-left:0;
  }
  .popup-autumn .pricebox, .popup-autumn .pricebox{
    width: 100%;
    text-align: left;
  }
}
@media(max-width:550px){
  .autumn-content .search-domains .col-lg-12 .wrapper-search form input{
    width: 100%;
    margin-bottom: 5px;
  }
  .autumn-content .search-domains .col-lg-12 .wrapper-search form button{
    width: 100%;
    margin: 5px 0;
  }
  .autumn-package .or{
    display: none;
  }
  .header-box>.row>.col-xs-6{
    width: 100%;
  }
  .autumn-package ul{
    margin-left:0;
  }
  .autumn-package .buttonbox a{
    margin-top: 15px;
  }
}/*AUTUMN*/
/*AUTUMN*/
.top-slider ul li.slide_third.slide_autumn.santa.autumn{
  background:url("../gfx/jesienne_wieczory.jpg")no-repeat center top;
}
.top-slider ul li.slide_third.slide_autumn.santa.autumn h2,
.top-slider ul li.slide_third.slide_autumn.santa.autumn h1{
  font-size:51px;
  color:#fff;
  text-shadow:none;
  margin:0;
  font-family:"DobraBold";
}
.top-slider ul li.slide_third.slide_autumn.santa.autumn h1{
  margin:90px 0 35px;
}
.top-slider ul li.slide_third.slide_autumn.santa.autumn h2{
  font-size:34px;
}
.top-slider ul li.slide_third.slide_autumn.santa.autumn h2>em{
  position: relative;
  font-size: 16px;
  background-color:#de8011;
  font-family:"Dobra";
  padding: 2px 10px;
  border-radius: 3px;
  font-style: normal;
  top:-12px;
}
.top-slider ul li.slide_third.slide_autumn.santa.autumn h2>em>strong{
  font-family:"DobraBold";
}
.top-slider ul li.slide_third.slide_autumn.santa.autumn h2.space{
  margin-bottom:32px;
}
.listPromotionPrice.autumn{
  background-color:#fff;
}
.listPromotionPrice.autumn h2{
  font-size: 26px;
  font-family: "DobraBold";
  padding-left: 15px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box; 
  padding-bottom: 6px;
  border-bottom: 1px solid #cacaca;
  color:#de8011;
  margin: 0;
  text-align: left;
}
.listPromotionPrice.autumn h2 img{
  margin-right:15px;
  position: relative;
  top:-3px;
}
.listPromotionPrice.autumn .title h2{
  font-size: 36px;
  text-align: center;
  padding: 0;
  border:none;
  color:#26ad62;
  margin-bottom:60px;
}
.listPromotionPrice h6{
  font-size: 12px;
  color: #b1b3b6;
  font-family: "Dobra";
  text-align:right;
}
.listPromotionPrice.autumn table td.detalPrice h4{
  color:#de8011;
}
.autumn-content{
  padding:60px 0 90px;
  font-family:"Dobra";
  position: relative;
  background:url("../gfx/autumn-content-bg.jpg")no-repeat center bottom;
}
.autumn-content img.leaf{
  position: absolute;
  max-width: 100%;
  left:2%;
  bottom:-165px;
}
@media(max-width:1400px){
  .autumn-content img.leaf{
    left:0;
    bottom:-200px;
  }
}
.autumn-content h2{
  text-align: center;
  font-size:36px;
  color:#24b569;
  font-family:"DobraBold";
  margin-bottom: 20px;
}
.autumn-content p{
  font-size:22px;
  color:#454953;
  text-align: center;
  line-height: normal;
  font-family:"Dobra";
}
.autumn-content p>strong{
  font-family:"DobraBold";
}
.autumn-package{
  margin-top:40px;
  margin-bottom:60px;
  position: relative;
}
.autumn-package .content{
  background-color:#f8f2ea;
  padding:50px 20px;
}
.autumn-package .content img{
  max-width: 100%;
}
.autumn-package .content.eshop img{
  margin-top:6px;
}
.autumn-package h3{
  font-family:"DobraBold";
  color:#ef892f;
  font-size: 26px;
}
.autumn-package .content.eshop h3{
  margin-top: 70px;
}
.autumn-package .content.kreator h3{
  margin-top: 40px;
}
.autumn-package .popup-autumn p,
.autumn-package .header-box p{
  text-align:left;
  font-size:16px;
}
.autumn-package .popup-autumn.kreator h3{
  margin-top:80px;
}
.autumn-package .popup-autumn.eshop h3{
  margin:95px 0 20px;
}

.autumn-package ul li{
  font-size:16px;
  color:#2b2b2b;
  list-style:none;
  padding-left:30px;
  background:url("../gfx/autumn_tick_list.png")no-repeat left center;
}
.autumn-package ul{
  padding: 0;
  margin:30px 0 0 160px;
}
.autumn-package .pricebox, .autumn-package .buttonbox{
  text-align: center;
}
.autumn-package .buttonbox a{
  margin:0 15px;
}
.autumn-package .pricebox .price{
  font-size:61px;
}
.autumn-package .pricebox{
  margin:15px 0;
}
.autumn-package .kreator .pricebox{
  margin-top:39px;
}
.autumn-package .pricebox em{
  display:block;
  font-size:28px;
  font-style: normal;
  margin:0;
  text-align:left;
  line-height: 28px;

}
.autumn-package .pricebox small{
  font-size: 28px;
  text-align:left;
  line-height:20px;
}
.autumn-package .pricebox span>span{
  display: inline-block;
}
.autumn-package .or{
  position: absolute;
  left:0;
  right:0;
  margin: auto;
  width:78px;
  height:78px;
  background-color:#fff;
  color:#00a651;
  font-family:"DobraBold";
  text-align: center;
  line-height:78px;
  top:265px;
  font-size:24px;
  border-radius:50%;
  z-index:55;
}
.autumn-content .search-domains .col-lg-12{
  position: relative;
  width: 100%;
}
.autumn-content .search-domains .col-lg-12 .wrapper-search{
  margin-top: 15px;
  background-color:#f8f2ea;
}
.autumn-content .search-domains .col-lg-12 .wrapper-search > span{
  color:#454952;
  font-size:20px;
}
.autumn-content .search-domains .col-lg-12 .wrapper-search form input{
  font-size:20px;
  color:#9d9d9d;
  font-family:"Dobra";
}
.autumn-content .search-domains .col-lg-12 .wrapper-search form input{
  width:755px;
}
.autumn-content .search-domains h4{
  text-align: center;
  color:#de8011;
  font-size:22px;
  font-family:"Dobra";
}
.autumn-content .search-domains h4>span{
  font-family:"DobraBold";
}
.popup-autumn{display: none;
  position: absolute;
  left:0;
  right:0;
  margin:auto;
  top:0;
  font-family:"Dobra";
  z-index: 66;
  padding:35px 50px;
  -webkit-box-shadow: 0 0 30px 0 #b9babb;
  box-shadow: 0 0 30px 0 #b9babb;
  background-color:#f8f2ea;
}
.popup-autumn .box{
  padding-left:95px;
  color:#2b2b2b;
  margin-bottom:10px;
}
.popup-autumn .box h4{
  font-size:16px;
  font-family: "DobraBold";
  margin:7px 0 0 0;
}
.popup-autumn .box p{
  font-size:16px;
}
.popup-autumn .head_popup{
  margin-bottom:45px;
}
.popup-autumn .pricebox{
  text-align: right;
}
.popup-autumn .buttonbox{
  text-align: left;
}
.popup-autumn .buttonbox>a{
  font-size:16px;
  padding: 8px 33px;
  margin-top: 60px;
}
.popup-autumn a.close{
  display:block;
  width: 16px;
  height: 16px;
  position: absolute;
  right:60px;
  top:60px;
  background:url("../gfx/close-border.png")no-repeat center;
  z-index: 66;
  cursor:pointer;
  opacity:1;
}
.popup-autumn .box1{
  background:url("../gfx/icon-quick-start.png")no-repeat left center;
}
.popup-autumn .box2{
  background:url("../gfx/icon-mobil.png")no-repeat left center;
}
.popup-autumn .box3{
  background:url("../gfx/benefits_cloud4.png")no-repeat left center;
}
.popup-autumn .box4{
  background:url("../gfx/autumn_shopping.png")no-repeat left center;
}
.popup-autumn .box5{
  background:url("../gfx/autumn_marketing.png")no-repeat left center;
}
.popup-autumn .box6{
  background:url("../gfx/icon-analiz.png")no-repeat left center;
}
.popup-autumn.eshop .pricebox{
  margin-top: 35px;
}
@media(max-width:990px){
  .autumn-content img.leaf{
    opacity:0.3;
  }
  .autumn-package>.col-xs-6{
    width:100%;
  }
  .header-box>.row>.col-xs-6:first-of-type{
    text-align: center;
  }
  .autumn-package .content{
    margin-bottom: 35px;
  }
  .autumn-package .or{
    bottom:0;
    top:-35px;
  }
  .listPromotionPrice.autumn .col-lg-6{
    width:100%;
    margin-bottom:40px;
  }
  .listPromotionPrice .paddingbottom50{
    padding-bottom:0;
    margin-bottom:0;
  }
  .listPromotionPrice h6{
    padding-right: 15px;
  }
  .autumn-content .search-domains .col-lg-12 .wrapper-search form input{
    width: 70%;
  }
  .top-slider ul li.slide_third.slide_autumn.santa.autumn h2>em{
    display: inline-block;
    top:-4px;
  }
  .top-slider ul li.slide_third.slide_autumn.santa.autumn h2{
    margin-bottom: 25px;
  }
   .popup-autumn .head_popup div{
    width: 100%;
  }
   .popup-autumn .head_popup .col-xs-3{
    text-align: center;
   }
   .autumn-package .popup-autumn.eshop h3{
    margin-top: 10px;
   }
}
@media(max-width:620px){
  .listPromotionPrice.autumn table{
    width: 620px;
  }
  .listPromotionPrice.autumn .col-lg-6{
    overflow-x:auto;
    overflow-y:hidden; 
  }
  .popup-autumn .box{
    width: 100%;
    margin-left:0;
  }
  .popup-autumn .pricebox, .popup-autumn .pricebox{
    width: 100%;
    text-align: left;
  }
}
@media(max-width:550px){
  .autumn-content .search-domains .col-lg-12 .wrapper-search form input{
    width: 100%;
    margin-bottom: 5px;
  }
  .autumn-content .search-domains .col-lg-12 .wrapper-search form button{
    width: 100%;
    margin: 5px 0;
  }
  .autumn-package .or{
    display: none;
  }
  .header-box>.row>.col-xs-6{
    width: 100%;
  }
  .autumn-package ul{
    margin-left:0;
  }
  .autumn-package .buttonbox a{
    margin-top: 15px;
  }
}/*AUTUMN*/
.top-slider ul li.slide_third.slide_autumn.santa.autumn{
  background:url("../gfx/jesienne_wieczory.jpg")no-repeat center top;
}
.top-slider ul li.slide_third.slide_autumn.santa.autumn h2,
.top-slider ul li.slide_third.slide_autumn.santa.autumn h1{
  font-size:51px;
  color:#fff;
  text-shadow:none;
  margin:0;
  font-family:"DobraBold";
}
.top-slider ul li.slide_third.slide_autumn.santa.autumn h1{
  margin:90px 0 35px;
}
.top-slider ul li.slide_third.slide_autumn.santa.autumn h2{
  font-size:34px;
}
.top-slider ul li.slide_third.slide_autumn.santa.autumn h2>em{
  position: relative;
  font-size: 16px;
  background-color:#de8011;
  font-family:"Dobra";
  padding: 2px 10px;
  border-radius: 3px;
  font-style: normal;
  top:-12px;
}
.top-slider ul li.slide_third.slide_autumn.santa.autumn h2>em>strong{
  font-family:"DobraBold";
}
.top-slider ul li.slide_third.slide_autumn.santa.autumn h2.space{
  margin-bottom:32px;
}
.listPromotionPrice.autumn{
  background-color:#fff;
}
.listPromotionPrice.autumn h2{
  font-size: 26px;
  font-family: "DobraBold";
  padding-left: 15px;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box; 
  padding-bottom: 6px;
  border-bottom: 1px solid #cacaca;
  color:#de8011;
  margin: 0;
  text-align: left;
}
.listPromotionPrice.autumn h2 img{
  margin-right:15px;
  position: relative;
  top:-3px;
}
.listPromotionPrice.autumn .title h2{
  font-size: 36px;
  text-align: center;
  padding: 0;
  border:none;
  color:#26ad62;
  margin-bottom:60px;
}
.listPromotionPrice h6{
  font-size: 12px;
  color: #b1b3b6;
  font-family: "Dobra";
  text-align:right;
}
.listPromotionPrice.autumn table td.detalPrice h4{
  color:#de8011;
}
.autumn-content{
  padding:60px 0 90px;
  font-family:"Dobra";
  position: relative;
  background:url("../gfx/autumn-content-bg.jpg")no-repeat center bottom;
}
.autumn-content img.leaf{
  position: absolute;
  max-width: 100%;
  left:2%;
  bottom:-165px;
}
@media(max-width:1400px){
  .autumn-content img.leaf{
    left:0;
    bottom:-200px;
  }
}
.autumn-content h2{
  text-align: center;
  font-size:36px;
  color:#24b569;
  font-family:"DobraBold";
  margin-bottom: 20px;
}
.autumn-content p{
  font-size:22px;
  color:#454953;
  text-align: center;
  line-height: normal;
  font-family:"Dobra";
}
.autumn-content p>strong{
  font-family:"DobraBold";
}
.autumn-package{
  margin-top:40px;
  margin-bottom:60px;
  position: relative;
}
.autumn-package .content{
  background-color:#f8f2ea;
  padding:50px 20px;
}
.autumn-package .content img{
  max-width: 100%;
}
.autumn-package .content.eshop img{
  margin-top:6px;
}
.autumn-package h3{
  font-family:"DobraBold";
  color:#ef892f;
  font-size: 26px;
}
.autumn-package .content.eshop h3{
  margin-top: 70px;
}
.autumn-package .content.kreator h3{
  margin-top: 40px;
}
.autumn-package .popup-autumn p,
.autumn-package .header-box p{
  text-align:left;
  font-size:16px;
}
.autumn-package .popup-autumn.kreator h3{
  margin-top:80px;
}
.autumn-package .popup-autumn.eshop h3{
  margin:95px 0 20px;
}

.autumn-package ul li{
  font-size:16px;
  color:#2b2b2b;
  list-style:none;
  padding-left:30px;
  background:url("../gfx/autumn_tick_list.png")no-repeat left center;
}
.autumn-package ul{
  padding: 0;
  margin:30px 0 0 160px;
}
.autumn-package .pricebox, .autumn-package .buttonbox{
  text-align: center;
}
.autumn-package .buttonbox a{
  margin:0 15px;
}
.autumn-package .pricebox .price{
  font-size:61px;
}
.autumn-package .pricebox{
  margin:15px 0;
}
.autumn-package .kreator .pricebox{
  margin-top:39px;
}
.autumn-package .pricebox em{
  display:block;
  font-size:28px;
  font-style: normal;
  margin:0;
  text-align:left;
  line-height: 28px;

}
.autumn-package .pricebox small{
  font-size: 14px;
  text-align:left;
  margin-left:4px;
  line-height:20px;
}
.autumn-package .pricebox span>span{
  display: inline-block;
}
.autumn-package .or{
  position: absolute;
  left:0;
  right:0;
  margin: auto;
  width:78px;
  height:78px;
  background-color:#fff;
  color:#00a651;
  font-family:"DobraBold";
  text-align: center;
  line-height:78px;
  top:265px;
  font-size:24px;
  border-radius:50%;
  z-index:55;
}
.autumn-content .search-domains .col-lg-12{
  position: relative;
  width: 100%;
}
.autumn-content .search-domains .col-lg-12 .wrapper-search{
  margin-top: 15px;
  background-color:#f8f2ea;
}
.autumn-content .search-domains .col-lg-12 .wrapper-search > span{
  color:#454952;
  font-size:20px;
}
.autumn-content .search-domains .col-lg-12 .wrapper-search form input{
  font-size:20px;
  color:#9d9d9d;
  font-family:"Dobra";
}
.autumn-content .search-domains .col-lg-12 .wrapper-search form input{
  width:755px;
}
.autumn-content .search-domains h4{
  text-align: center;
  color:#de8011;
  font-size:22px;
  font-family:"Dobra";
}
.autumn-content .search-domains h4>span{
  font-family:"DobraBold";
}
.popup-autumn{display: none;
  position: absolute;
  left:0;
  right:0;
  margin:auto;
  top:0;
  font-family:"Dobra";
  z-index: 66;
  padding:35px 50px;
  -webkit-box-shadow: 0 0 30px 0 #b9babb;
  box-shadow: 0 0 30px 0 #b9babb;
  background-color:#f8f2ea;
}
.popup-autumn .box{
  padding-left:95px;
  color:#2b2b2b;
  margin-bottom:10px;
}
.popup-autumn .box h4{
  font-size:16px;
  font-family: "DobraBold";
  margin:7px 0 0 0;
}
.popup-autumn .box p{
  font-size:16px;
}
.popup-autumn .head_popup{
  margin-bottom:45px;
}
.popup-autumn .pricebox{
  text-align: right;
}
.popup-autumn .buttonbox{
  text-align: left;
}
.popup-autumn .buttonbox>a{
  font-size:16px;
  padding: 8px 33px;
  margin-top: 60px;
}
.popup-autumn a.close{
  display:block;
  width: 16px;
  height: 16px;
  position: absolute;
  right:60px;
  top:60px;
  background:url("../gfx/close-border.png")no-repeat center;
  z-index: 66;
  cursor:pointer;
  opacity:1;
}
.popup-autumn .box1{
  background:url("../gfx/icon-quick-start.png")no-repeat left center;
}
.popup-autumn .box2{
  background:url("../gfx/icon-mobil.png")no-repeat left center;
}
.popup-autumn .box3{
  background:url("../gfx/benefits_cloud4.png")no-repeat left center;
}
.popup-autumn .box4{
  background:url("../gfx/autumn_shopping.png")no-repeat left center;
}
.popup-autumn .box5{
  background:url("../gfx/autumn_marketing.png")no-repeat left center;
}
.popup-autumn .box6{
  background:url("../gfx/icon-analiz.png")no-repeat left center;
}
.popup-autumn.eshop .pricebox{
  margin-top: 35px;
}
@media(max-width:990px){
  .autumn-content img.leaf{
    opacity:0.3;
  }
  .autumn-package>.col-xs-6{
    width:100%;
  }
  .header-box>.row>.col-xs-6:first-of-type{
    text-align: center;
  }
  .autumn-package .content{
    margin-bottom: 35px;
  }
  .autumn-package .or{
    bottom:0;
    top:-35px;
  }
  .listPromotionPrice.autumn .col-lg-6{
    width:100%;
    margin-bottom:40px;
  }
  .listPromotionPrice .paddingbottom50{
    padding-bottom:0;
    margin-bottom:0;
  }
  .listPromotionPrice h6{
    padding-right: 15px;
  }
  .autumn-content .search-domains .col-lg-12 .wrapper-search form input{
    width: 70%;
  }
  .top-slider ul li.slide_third.slide_autumn.santa.autumn h2>em{
    display: inline-block;
    top:-4px;
  }
  .top-slider ul li.slide_third.slide_autumn.santa.autumn h2{
    margin-bottom: 25px;
  }
   .popup-autumn .head_popup div{
    width: 100%;
  }
   .popup-autumn .head_popup .col-xs-3{
    text-align: center;
   }
   .autumn-package .popup-autumn.eshop h3{
    margin-top: 10px;
   }
}
@media(max-width:620px){
  .listPromotionPrice.autumn table{
    width: 620px;
  }
  .listPromotionPrice.autumn .col-lg-6{
    overflow-x:auto;
    overflow-y:hidden; 
  }
  .popup-autumn .box{
    width: 100%;
    margin-left:0;
  }
  .popup-autumn .pricebox, .popup-autumn .pricebox{
    width: 100%;
    text-align: left;
  }
}
@media(max-width:550px){
  .autumn-content .search-domains .col-lg-12 .wrapper-search form input{
    width: 100%;
    margin-bottom: 5px;
  }
  .autumn-content .search-domains .col-lg-12 .wrapper-search form button{
    width: 100%;
    margin: 5px 0;
  }
  .autumn-package .or{
    display: none;
  }
  .header-box>.row>.col-xs-6{
    width: 100%;
  }
  .autumn-package ul{
    margin-left:0;
  }
  .autumn-package .buttonbox a{
    margin-top: 15px;
  }
}
/*END AUTUMN*/

/*HALLOWEEN*/
.top-slider ul li.slide_third.new-prices-schema.halloween {
  background-image: url("../gfx/halloween_baner.jpg")!important;
  color:#fff;
}
.top-slider ul li.slide_third.new-prices-schema.halloween h3{
  text-transform: uppercase;
  font-size:18px;
  letter-spacing:3px;
  margin-top:45px;
}
.top-slider ul li.slide_third.new-prices-schema.halloween h3>span{
  color:#d84748;
}
.top-slider ul li.slide_third.new-prices-schema.halloween h3 strong,
.top-slider ul li.slide_third.new-prices-schema.halloween h2 strong{
  font-family:"DobraBold";
}
.top-slider ul li.slide_third.new-prices-schema.halloween h1{
  font-size:40px;
  font-family:"DobraBold";
  margin:20px 0;
}
.top-slider ul li.slide_third.new-prices-schema.halloween h2{
  font-size:30px;
  margin:7px 0 0 0;
}
.top-slider ul li.slide_third.new-prices-schema.halloween a{
  color:#fff;
  text-decoration: none;
}
.play_game{
  display: inline-block;
  color:#fff;
  font-size:20px;
  text-transform:uppercase;
  border-radius:5px;
  padding:11px 12px 10px 50px!important;
  background:#d84748 url("../gfx/btn_play_icon.png")no-repeat 10px center;
}
.play_game>span{
  padding-right:25px;
  background:url("../gfx/btn_play_arrow.png")no-repeat right bottom;
}
.top-slider ul li.slide_third.new-prices-schema.halloween h2>span{
  display: inline-block;
  position: relative;
  margin-left: 10px;
  top:5px;
}
.top-slider ul li.halloween .btn{
  margin-top:40px;
}
.listPromotionPrice.halloween_list_product h2{
  text-align:left;
  color:#00a651;
  font-size:26px;
  font-family:"DobraBold";
  text-transform:uppercase;
  padding-bottom: 15px;
  border-bottom: 1px solid #c3c4c5;
  margin-bottom: 0;
}
.halloween_list_product p{
  text-align: center;
  font-size:22px;
}
.halloween_list_product{
  font-family:"Dobra";
}
.halloween_list_product .head h2{
  text-align: center;
  font-size:32px;
  color:#00a651;
  text-transform: none;
  padding-bottom: none;
  border-bottom: none;
}
.halloween_list_product .head p{
  margin:15px 0 55px 0;
}
.halloween_list_product .head p strong{
  font-family:"DobraBold";
}
.halloween_list_product .head p span{
  color:#d84748;
}
.listPromotionPrice.halloween_list_product h2>img{
  margin:0 25px 0 5px;
  position: relative;
  top:-3px;
}
.halloween_list_product table td.pricePromo h3{
  color:#c15757;
}
.halloween_list_product table td.detalPrice h3{
  color:#454952;
  font-size:16px;
  text-decoration:line-through;
}
.halloween_list_product table td.detalPrice h3>strong{
  font-family:"DobraBold";
}
.halloween_list_product table td.detalPrice h4{
  color:#989898;
  font-size:13px;
}
.halloween_list_product .foot a{
  color:#fff;
  text-decoration: none;
}
.halloween_list_product .play_game{
  padding:4px 12px 12px 50px!important;
  line-height:normal;
  position: relative;
  top:-4px;
  margin-left: 10px;
  margin-bottom:45px;
}
.halloween_list_product .play_game>span{
  background-position:right 5px;
  position: relative;
  top:4px;
}
.halloween_list_product .foot p{
  font-size:22px; 
}
.halloween_list_product .foot p>strong{
  font-family:"DobraBold";
  color:#d84748;
}
.halloween_list_product .foot p>small{
  font-size:16px;
  color:#444953;
}
.halloween_list_product{
  padding:40px 0 45px;
}
.halloween_list_product .last{
  margin-bottom:38px;
}
.halloween_domian.autumn-content{
  background:none #ffffff;
}
.halloween_domian.autumn-content h2{
  font-size:32px;
}
.halloween_domian.autumn-content .search-domains .col-lg-12 .wrapper-search{
  background-color:#4c4c4c;
}
.halloween_domian.autumn-content .search-domains .col-lg-12 .wrapper-search > span{
  color:#fff;
}
.halloween_domian.autumn-content .search-domains h4{
  color:#454952;
}
.halloween_boxs{
  margin-top:105px;
  margin-bottom:22px;
}
.halloween_boxs h3{
  font-size:22px;
  color:#454952;
  font-family:"DobraBold";
  margin-top: 0;
}
.halloween_boxs p{
  font-size:16px;
  color:#454952;
  text-align:left;
}
.halloween_boxs .box{
  padding: 0 70px 0 100px;
}
.halloween_boxs .box1{
  background:url("../gfx/halloween_big_icon1.png")no-repeat left top;
}
.halloween_boxs .box2{
  background:url("../gfx/halloween_big_icon2.png")no-repeat left top;
}
.halloween_boxs .box3{
  background:url("../gfx/halloween_big_icon4.png")no-repeat left top;
}
.halloween_list_product, .halloween_domian{
  position: relative;
}
.halloween_list_product{
  overflow-x: hidden;
}
.halloween_domian>img,
.halloween_list_product>img{
  position: absolute;
}
.halloween_list_product .decoration1{
  left:0;
  top:40px;
}
.halloween_list_product .decoration2{
  right:0;
  top:0;
}
.halloween_domian .decoration3{
  left:0;
  top:-360px;
}
.halloween_domian .decoration4{
  right:0;
  top:-390px;
}
.halloween_domian.autumn-content h2{
  margin:10px 0 62px;
}

.halloween_list_product.listPromotionPrice small.halloween-small {
  text-align:center;
  margin:0px auto;
  display:block;
  margin-top:-30px;
  margin-bottom:20px;
}

/*END HALLOWEEN*/

/*CHAT ON-LINE*/
  p.chat-info {
    margin-top:10px;
  }
  p.chat-info > a {
    text-decoration:underline!important;
    margin-top:-2px;
  }
/*END CHAT ON-LINE*/

/*SSL 10.15*/


/*GALAXY*/
.galaxy{
  background:#000 url("../gfx/galaxy_bg.jpg")no-repeat center bottom;
  height:984px;
  position: relative;
  font-family:"Dobra";
  color:#fff;
  overflow: hidden;
}
.galaxy.january{
  background:#000 url("../gfx/az_home_january.jpg")no-repeat center bottom;
}

.galaxy_promotion{
  position:relative;
  height:660px;
  margin-top: 100px;
}
.galaxy_promotion .service_box{
  position: absolute;
  font-size:18px;
  line-height:18px;
}
.galaxy_promotion .service_box>a{
  color:#fff;
  padding:28px 0px 0px 139px;
  display: block;
  text-decoration: none;
}
.galaxy_promotion .service_box.kreator a{
  padding:50px 0 0 130px;
  height: 186px;
  background:url("../gfx/kreator_hologram.png")no-repeat left top;
}
.galaxy_promotion .service_box.eshop a{
  padding: 40px 0 0 100px;
  height: 186px;
  background:url("../gfx/eshop_hologram.png")no-repeat left top;
}
.galaxy_promotion .service_box.domain a{
  height: 186px;
  padding:33px 0 0 155px;
  background:url("../gfx/domain_hologram.png")no-repeat left top;
  margin-left:30px;
  margin-top:-40px;
}
.galaxy_promotion .service_box.domain a>span{
  margin-top:7px;
  padding:8px 30px;
  width:135px;
  display: block;
}
.galaxy_promotion .service_box.ssl a{
  height: 186px;
  padding:30px 0 0 130px;
  background:url("../gfx/ssl_hologram.png")no-repeat left top;
}
.galaxy_promotion .service_box.vps{
  background:url("../gfx/vps_hologram.png")no-repeat left top;
  width:330px;
}
.galaxy_promotion .service_box.vps .desc{
  position: absolute;
  background-color:rgba(0,0,0,0.58);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width:210px;
  padding:15px 22px;
  z-index: 2;
  right:-18px;
  top:70px;
}
.service_box.vps .desc h4{
  font-size:16px;
  text-align: center;
  text-transform: uppercase;
  margin:0;
  font-family:"DobraBold";
  margin-bottom:11px;
}
.service_box.vps .desc h4>span{
  color:#00a651; 
}
.service_box.vps .desc h3{
  font-size:18px;
  margin:0;
}
.service_box.vps .desc .price{
  font-size:38px;
  font-family:"DobraBold";
  padding: 15px 0 10px;
  letter-spacing: 1px;
  display: block;
  text-shadow: 0px 0px 20px #4083c2, 0 0 20px #4083c2, 0 0 20px #55a8f6
}
.service_box.vps .desc{
  position: absolute;
  right: -125px;
}
.service_box.vps .desc a.btn{
  font-size:10px;
  text-transform:uppercase;
  padding:3px 9px 3px 12px;
  margin-left:24px;
}
.service_box.vps .desc a.btn>span{
  padding-right:12px;
  background:url("../gfx/arrow_galaxy.png")no-repeat right center;
}
.service_box.vps .desc .price>small{
  position: relative;
  top:-15px;
  font-size:16px;
  font-family:"Dobra";
  text-shadow: 0px 0px 20px #4083c2, 0 0 20px #4083c2, 0 0 20px #55a8f6;
}
.service_box.vps .desc p{
  font-size:11px;
  line-height:12px;
}
.galaxy_promotion .service_box.kreator{
  left:135px;
  top:103px; 
}
.galaxy_promotion .service_box.eshop{
  top:105px;
  right:110px; 
}
.galaxy_promotion .service_box.domain{
  left:0;
  right:0;
  margin: 0 auto;
  height:155px;
  bottom:10px;
  font-size: 20px;
  line-height:20px;
  width: 340px;
}
.galaxy_promotion .service_box.ssl{
  right:-110px;
  height:155px;
  bottom:150px;
  font-size: 20px;
  line-height:20px;
  width:400px;
}
.galaxy_promotion .service_box.vps{
  left:-50px;
  bottom:150px;
  height: 155px;
}
.galaxy_promotion .service_box strong{
  text-transform:uppercase;
  font-family:"DobraBold";
}
.galaxy_promotion .service_box em{
  text-transform:uppercase;
  font-family:"DobraBold";
  font-style: normal;
  color:#00a651;
  position: relative;
  z-index: 2;
}
.service_box.vps.connector::after{
  width:745px;
  height: 9px;
  position:absolute;
  top:95px;
  left:190px;
  content:'';
  background:url("../gfx/connector-vps-ssl.png")no-repeat center;
  display:none;
} 
.service_box.domain.connectors::after, .service_box.domain.connectors::before{
  position: absolute;
  content:'';
}
.service_box.domain.connectors::after{
  height: 168px;
  right: -179px;
  top: -45px;
  width: 315px;
  background:url("../gfx/connector-domain-ssl.png")no-repeat left top;
  display:none;
  
}
.service_box.domain.connectors::before{
  width: 351px;
  height: 158px;
  left: -290px;
  top: -33px;
  background:url("../gfx/connector-vps-domain.png")no-repeat left top;
  display:none;
}
.search_galaxy{
  display: block;
  background-color:rgba(0,0,0,0.68);
  padding:20px;
  margin-top:120px;
}
.search_galaxy form{
  background-color:#fff;
  padding:5px 15px;
}
.search_galaxy .wrapper-search{
  display: table;
  float: none;
  width: 100%;
  table-layout: fixed;
  margin:0;
}
.search_galaxy .wrapper-search>*{
  display: table-cell;
  float: none;
  width: 100%;
}
.search_galaxy .wrapper-search>span{
  width: 220px;
  font-size:22px;
}
.search_galaxy .wrapper-search em{
  color:#00a651;
  font-family:"DobraBold";
  font-style: normal;
}
.search_galaxy .wrapper-search input{
  width: 400px;
  border:none;
  color:#b1b3b5;
  font-family: "Dobra"!important;
  font-size:22px;
}
.search_galaxy .wrapper-search button{
  float: right;
  letter-spacing:1px;
}
.galaxy_service{
  text-align: center;
  line-height:75px;
  font-size: 
}
.galaxy_service a{
  color:#fff;
  text-decoration: none;
  display:block;
  width: 100%;
  height: 100%;
}
.galaxy_service>div{
  height:75px;
  font-size:16px;
  padding: 0;
}
.galaxy_service .office a{
  background:url("../gfx/galaxy-service-office.jpg")no-repeat center center;
}
.galaxy_service .cloud a{
  background:url("../gfx/galaxy-service-cloud.jpg")no-repeat center center;
}
.galaxy_service .vps a{
  background:url("../gfx/galaxy-service-vps.jpg")no-repeat center center;
}
.galaxy_service .mail a{
  background:url("../gfx/galaxy-service-mail.jpg")no-repeat center center;
}
.galaxy_service strong{
  font-family:"DobraBold";
}
.galaxy_promotion .service_box > a:hover,
.galaxy_service a:hover{
  opacity: 0.8;
}

.domains_galaxy_bg .domains_offer .button_box{
 margin-top: 20px;
}
.system_galaxy.domains_glk .domains{
  font-size: 32px;
    line-height: 30px;
    background: url("../gfx/system_domains_big.png")no-repeat left center;
    padding: 40px 0 30px 150px;
    left: 168px;
    bottom: 74px;
}
   

/*Galaxy eshop*/
.eshop_galaxy_bg{
  background-color:#a3c3e0;
  background-image: url("../gfx/galaxybg1.jpg"), url("../gfx/galaxybg2.jpg");
  background-position: center 80px, center bottom;
  background-repeat: no-repeat;
  background-size:contain;
  position: relative;
}
.eshop_galaxy_bg.januar{
  background-color:#a3c3e0;
  background-image: url("../gfx/galaxybg11.jpg"), url("../gfx/galaxybg2.jpg");
  background-position: center 80px, center bottom;
  background-repeat: no-repeat;
  background-size:contain;
  position: relative;
}
.eshop_galaxy_bg #pakiety .container{
  z-index: 2;
  position: relative;
}
.top-slider ul li.slide_fourth.hosting-new.shoper.eshop_galaxy{
  background:none;
  color:#fff;
}
.top-slider ul li.slide_fourth.hosting-new.shoper.eshop_galaxy h3{
  color:#00a651;
}
.top-slider ul li.slide_fourth.hosting-new.shoper.eshop_galaxy h1{
  color:#fff;
  font-size:48px;
}
.top-slider ul li.slide_fourth.hosting-new.shoper.eshop_galaxy p{
  font-family:"Dobra";
  font-size:24px;
  color:#fff;
  margin:12px 0 5px 0; 
}
.eshop_galaxy .price-hosting-new span.inf, .eshop_galaxy .price-hosting-new span.p-br small{
  color:#fff;
}
.eshop_galaxy .price-hosting-new span.p-br span{
  line-height: 22px;
  font-family:"DobraBold";
  text-shadow: 0px 0px 20px #4083c2, 0 0 20px #4083c2, 0 0 20px #55a8f6;
}
.eshop_galaxy .price-hosting-new span.p-netto{
  text-shadow: 0px 0px 20px #4083c2, 0 0 20px #4083c2, 0 0 20px #55a8f6;
}
ul li.hosting-new.eshop_galaxy h3.hosting-new{
  margin-top:57px;
  margin-bottom:13px;
}
.eshop_galaxy .price-hosting-new{
  line-height: 31px;
}
.eshop_galaxy .price-hosting-new span.inf{
  margin:0 10px 0 0;
  font-size: 22px;
  top:-20px;
}
.eshop_galaxy .price-hosting-new span.p-br small{
  top:0px;
}
.eshop_galaxy_bg .shops-az{
  background-color: #dbe0e7;
}
.eshop_galaxy_bg .shops-az.rec{
  background-color:#fff;
}
.buy_set{
  position:relative;
  font-family:"Dobra";
  padding:0 0 85px;
  background:url("../gfx/zestaw.jpg")no-repeat center top;
}

.buy_set::before{
  position:absolute;
  display: block;
  float: left;
  width: 100%;
  height:184px;
  background:url("../gfx/galaxy_gradient.png")repeat-x left top;
  content:'';
  top:-183px;
  left: 0;
}
.top-slider ul li.slide_fourth.eshop_galaxy img.icon_galaxy{
  position:absolute;
  right:105px;
  top:65px;
}
.eshop_galaxy_bg ul.tabs li a{
  color:#243549;
}
.spacecraft{
  position:absolute;
  left:0;
  top:410px;
  z-index: 5px;
}
.satellite{
  position: absolute;
  right:0;
  bottom:970px;
  z-index: 0;
}

.buy_set h2{
  font-size:32px;
  color:#00a651;
  text-align: center; 
  font-family: "DobraBold";
}
.buy_set p{
  color:#fff;
  font-size:21px;
  text-align: center;
  margin-bottom: 70px;
}
.buy_set .desc h2{
  text-align: left;
  text-transform: uppercase;
  font-size:48px; 
  font-family:"Dobra";
}
.buy_set .desc strong{
  font-family:"DobraBold";
  color:#fff;
}
.buy_set .desc p{
  line-height:21px;
  margin:0;
  font-size: 18px;
  text-align: left;
}
.buy_set .desc ul{
  padding: 0;
  margin:27px 0 16px;
}
.buy_set .desc li{
  display: block;
  font-size:30px;
  color:#fff;
  padding-left: 40px;
  background:url("../gfx/galaxy_eshop_li.png")no-repeat left center;
}
.separator_light{
  display: block;
  width:450px;
  height:1px;
  background-color:#fff;
  -webkit-box-shadow: 0 0 5px 5px #1d4570;
  box-shadow: 0 0 5px 5px #1d4570;
}
.galaxy_price_box{
  color:#fff;
  padding:25px 0 20px;
  float:left;
  width: 100%;
}
.galaxy_price_box h3{
  font-size:18px;
  margin:0;
}
.galaxy_price_box .price{
  font-size:60px;
  line-height:60px;
  display: inline-block;
  float: left;
  font-family:"DobraBold";
  text-shadow: 0px 0px 20px #4083c2, 0 0 20px #4083c2, 0 0 20px #55a8f6;
}
.galaxy_price_box .price_desc{
  display: inline-block;
  float: left;
  margin-left:15px;
  text-shadow: 0px 0px 20px #4083c2, 0 0 20px #4083c2, 0 0 20px #55a8f6;
}
.galaxy_price_box .price_desc>*{
  display: block;
}
.galaxy_price_box small{
  font-size:30px;
  line-height:30px;
  font-family:"DobraBold";
  padding:2px 0 5px;
}
.galaxy_price_box em{
  font-size:10px;
  font-style: normal;
}
.buy_set .desc a.btn{
  float: none;
  font-size:16px;
}
.galaxy_price_box .wrapper{
  display:block;
  float: left;
  width: 100%;
}
.system_galaxy{
  position: relative;
  margin-bottom: 50px;
}
.system_galaxy>a>strong{
  font-family:"DobraBold";
}
.system_galaxy>a{
  color:#fff;
  display: block;
  position: absolute;
  text-decoration: none;
}
.system_galaxy .ssl, .system_galaxy .domeny{
  top:0;
  font-size: 19px;
  line-height: 19px;
}
.system_galaxy .ssl{
  padding:20px 0 10px 85px;
  top:53px;
  left:84px;
  background:url("../gfx/system_ssl.png")no-repeat left center;
}
.system_galaxy .eshop{
  padding:25px 0 25px 145px;
  top:107px;
  right:0;
  font-size: 32px;
  line-height: 32px;
  background:url("../gfx/system_eshop.png")no-repeat left center;
}
.system_galaxy .domeny{
  padding: 32px 0 19px 110px;
  background:url("../gfx/system_domains.png")no-repeat left center;
  top:auto;
  bottom:60px;
  left:184px;
}
.system_galaxy.januar .domeny{
  bottom:-26px;
}
.system_galaxy.januar .ssl{
  left:18px;
  top:13px;
}
.system_galaxy.januar .hosting{
 top:55px;
}
.how_to_use_eshop_galaxy{
  color:#fff;
  background:url("../gfx/how_to_use_eshop_bg.png")no-repeat left top;
  padding-bottom:23px;
}
.how_to_use_eshop_galaxy li{
  list-style: none;
  font-size: 14px;
  position: relative;
  padding-left:25px;
}
.how_to_use_eshop_galaxy li>span{
  font-size:18px;
  text-shadow: 0px 0px 20px #4083c2, 0 0 20px #4083c2, 0 0 20px #55a8f6;
  position:absolute;
  left:0;
  top:-3px;
}
.how_to_use_eshop_galaxy h3{
  font-size:32px;
  margin:30px 0 33px 0;
}
.how_to_use_eshop_galaxy strong{
  font-family:"DobraBold";
}
.how_to_use_eshop_galaxy ul{
  padding: 0;
}
.how_to_use_eshop_galaxy em{
  font-style: normal;
  text-transform: uppercase;
  border:1px solid #fff;
  -webkit-box-shadow: 0 0 5px 5px #1d4570;
  box-shadow: 0 0 5px 5px #1d4570;
  padding:1px 5px;
  margin-left: 10px;
  font-family:"DobraBold";
}
.desc_service_eshop_galaxy{
  text-align: center;
  color:#fff;
  padding: 0;
  margin-top: 15px;
  float: none;
  margin:15px auto 0;
}
.desc_service_eshop_galaxy.januar{
  float: left;
  width: 100%;
   text-align: left;
}
.desc_service_eshop_galaxy h4{
  font-size:18px;
  font-family:"DobraBold";
  font-weight:normal;
}
.desc_service_eshop_galaxy p{
  font-size:14px;
  line-height: 
}
.desc_service_eshop_galaxy .box{
  display: inline-block;
  float: left;
  margin-left:1px;
  width: 33%;
  height: 205px;
  background-color:rgba(13,40,75, 0.83);
  padding:18px;
}
.desc_service_eshop_galaxy.januar .box{
  width:100%;
  margin: 0;
  height: auto;
  padding-bottom: 30px;
  margin-bottom: 2px;
}
.desc_service_eshop_galaxy.januar h4{
  font-family:"Dobra";
  font-size: 22px;
}
.desc_service_eshop_galaxy.januar h4>.btn{
  float: right;
  position: relative;
  top:-6px;
}
.desc_service_eshop_galaxy.januar p{
  font-size:14px;
  line-height:normal;
}
.desc_service_eshop_galaxy.januar h4 strong{
  font-family:"DobraBold";
}
.desc_service_eshop_galaxy .box.right{
  -webkit-border-radius:0 7px 7px;
  border-radius:0 7px 7px 0;
}
.desc_service_eshop_galaxy.januar .box.right{
  -webkit-border-radius:0;
  border-radius:0;
}
.desc_service_eshop_galaxy .box.this{
  height: 228px;
  position: relative;
  -webkit-border-radius:7px;
  border-radius:7px;
  top:-13px;
  padding-top:30px;
  border:2px solid #93d4e0;
  -webkit-box-shadow: 0 0 5px 2px #96b1c7;
  box-shadow: 0 0 5px 2px #96b1c7;
}
.desc_service_eshop_galaxy.januar .box.this{
   top:0;
   height: auto;
}
.eshop_galaxy_bg .webmarker-box4 p{
  color:#343e4d;
}
.eshop_galaxy_bg ul.tabs li a{
  color:#2b3949;
}

/*Galaxy hosting*/
.eshop_galaxy_bg .hosting-box1, .eshop_galaxy_bg .hosting-box2, .eshop_galaxy_bg .hosting-box3{
  background-color:rgba(255,255,255,0.49);
}
.eshop_galaxy_bg .rec{
  background-color:rgba(255,255,255,0.80);
}
.system_galaxy .hosting{
  background:url("../gfx/system_hosting.png")no-repeat left center;
  padding:25px 0 25px 145px;
  top:107px;
  right:-35px;
  font-size: 32px;
  line-height: 32px;
}


/*Galaxy marker*/
.system_galaxy .maker{
  background:url("../gfx/system_maker.png")no-repeat left center;
  padding:25px 0 25px 169px;
  top:107px;
  right:-35px;
  font-size: 32px;
  line-height: 32px;
}
.maker_galaxy_bg .webmar-box1, .maker_galaxy_bg .webmar-box2, .maker_galaxy_bg .webmar-box3{
  background-color:rgba(255,255,255,0.49);
}
.maker_galaxy_bg .rec{
  background-color:rgba(255,255,255,0.8);
}
.system_galaxy.maker .office{
  padding:20px 0 10px 85px;
  top:53px;
  left:72px;
  font-size:19px;
  line-height: 20px;
  background:url("../gfx/system_office.png")no-repeat left center;
}
.system_galaxy.maker .office{
  top:53px;
}
.mail_galaxy_bg .webmarker-box4 .container{
  position: relative;
  z-index: 4;
}
.buy_set.mail .satellite{
 bottom: 1038px;
}

.satellite.januar{
  top:-125px;
}

.system_galaxy.maker.januar .office{
  top:-12px;
}
.system_galaxy.januar .maker{
  top:58px;
}
.system_galaxy.januar .vps{
  left:0;
  top:-46px;
}
.system_galaxy.januar .office{
  top:75px;
  left:365px;
}
.system_galaxy.vps.januar .domeny{
  padding-bottom: 81px;
  padding-top: 26px;
  top: 280px;
}
.system_galaxy.ssl_glx.domains_glx.januar .hosting{
  right: 40px;
  top: 68px;
}
.system_galaxy.ssl_glx.domains_glx.januar .ssl{
  left:-14px;
  top: -40px;
}
.system_galaxy.januar .eshop{
  top:70px;
}
.system_galaxy.system_galaxy2.januar .maker{
  right:32px;
  top:70px;
}
.system_galaxy.januar .email{
  left:0;
  top:-32px;
}
.system_galaxy.system_galaxy2.januar .office_business{
  left:62px;
  top:-67px;
}
.system_galaxy.domains_glk.januar .domains{
  top:auto;
  bottom:-47px;
}
.domains_glk.system_galaxy.januar .hosting{
  top:60px;
}
.system_cloud.system_galaxy.januar .cloud{
  left:0;
  top:-50px;
}
.system_cloud.system_galaxy2.januar .ssl{
  right:55px;
  top:73px;
}
.eshop_galaxy_bg.januar .configuratrion-cloud-wrapper .project.project-small{
  background: #e5eff8 url("../gfx/cloud_januar_small.png") no-repeat center 60px;
}
.eshop_galaxy_bg.januar .configuratrion-cloud-wrapper .project.project-medium {
    background: #fff url("../gfx/cloud_januar_medium.png") no-repeat center 50px;
}
.eshop_galaxy_bg.januar .configuratrion-cloud-wrapper .project.project-big {
    background: #e5eff8 url("../gfx/cloud_januar_big.png") no-repeat scroll center 8px;
}

  /*Galaxy office365*/
  .office_galaxy_bg .office365_package{
    background-color: transparent;
  }
  .office_galaxy_bg .webmarker-box4 h2{
    color:#2d3949; 
  }
  .office_galaxy_bg .box1 td{
    background-color:#eff0f2;
  }
  .system_galaxy.system_galaxy2 .office_business{
    font-size: 30px;
    left: 103px;
    line-height: 28px;
    padding: 60px 0 35px 131px;
    top: 50px;
    background:url("../gfx/system_office_business.png")no-repeat left center;
  }
  .system_galaxy.system_galaxy2 .domeny{
    left: 217px;
  }
  .system_galaxy.system_galaxy2 .maker{
    padding-left: 100px;
    padding-top: 30px;
    right: -10px;
    top: 200px;
    font-size: 18px;
    line-height: 19px;
    background:url("../gfx/system_webmaker_small.png")no-repeat left center;
  }





/*VPS Galaxy*/
.desc_service_eshop_galaxy .box.this.vps{
  padding-top:7px;
}

.system_galaxy.system_galaxy2.januar.vps .ssl{
 left: 345px;
    top: 69px;
}

.system_galaxy .vps{
  font-size: 30px;
  left: 115px;
  line-height: 28px;
  padding: 60px 0 35px 131px;
  top: 55px;
  background:url("../gfx/system_vps.png")no-repeat left center;
}
.system_galaxy .office{
  font-size: 18px;
  line-height: 21px;
  padding:20px 0 20px 95px;
  top: 210px;
  line-height:19px;
  right: 0;
  background:url("../gfx/system_office_small.png")no-repeat left center;
}
.system_galaxy.vps .domeny{
  padding-top: 25px;
  top: 372px;
}
.vps_galaxy_bg  .vps-box{
  background-color:rgba(255,255,255,0.49);
}

/*Galaxy mail*/
.system_galaxy .email{
  font-size: 30px;
  left: 96px;
  line-height: 28px;
  padding: 35px 0 35px 150px;
  top: 80px;
  background:url("../gfx/system_mail.png")no-repeat left center;
}
.mail_galaxy_bg .box2, .mail_galaxy_bg .box3{
  background-color:#fff;
}


/*GALAXY cloud*/
.eshop_galaxy_bg .configuratrion-cloud-wrapper{
  background: transparent;
  padding-top:0;
  padding-bottom:0;
}
.eshop_galaxy_bg .configuratrion-cloud-wrapper .project{
  background-color:#fff;
  padding-bottom: 30px;
  padding-top:195px;
}
.eshop_galaxy_bg .content-cloud-set{
  background-color:#fff;
  top:-2px;
}
.eshop_galaxy_bg .configuratrion-cloud-wrapper .project.project-small{
  background:#e5eff8 url("../gfx/cloud_galaxy_small.png")no-repeat center 16px;
}
.eshop_galaxy_bg .configuratrion-cloud-wrapper .project.project-medium{
  background:#fff url("../gfx/cloud_galaxy_medium.png")no-repeat center 30px;
}
.eshop_galaxy_bg .configuratrion-cloud-wrapper .project.project-big{
  background:#e5eff8 url("../gfx/cloud_galaxy_big.png")no-repeat center 60px;
}
.configuratrion-cloud-wrapper .projects{
  height: auto;
}
.system_cloud.system_galaxy2 .ssl{
  top:209px;
  left:auto;
  right: -9px;
}
.system_cloud.system_galaxy .cloud{
  background:url("../gfx/system_cloud_big.png")no-repeat left center;
  font-size: 33px;
  left: 82px;
  line-height: 30px;
  padding: 44px 0 31px 163px;
  top: 68px;
}
.buy_set.cloud .satellite{
  bottom:1000px;
}
.cloud_galaxy_bg .border-configurator{
  position: relative;
  z-index: 4;
}


/*Galaxy DOMAINS*/
.buy_set.domains .satellite{
  bottom:1000px;
}
.domains .satellite{
  z-index: 0;
}
.domains_glk.system_galaxy .hosting,
.domains_glx.system_galaxy .hosting{
  background:url("../gfx/system_hosting_small.png")no-repeat left center;
  font-size:19px;
  line-height:20px;
  padding-left:105px;
  top:118px;
  right: 55px;
}
.domains_galaxy_bg .domains_offer .container{
  position: relative;
  z-index: 4;
}
.domains_glx.system_galaxy .domains{
  font-size:32px;
  line-height:30px;
  background:url("../gfx/system_domains_big.png")no-repeat left center;
  padding: 40px 0 30px 150px;
  left:168px;
  bottom: 74px;  
}
.domains_galaxy_bg .search-domains .col-lg-12{
  width: 100%;
}
.domains_galaxy_bg .box_package_domains .box{
  width:170px;
  height: 300px;
  background-color:#ffffff;
}
.domains_galaxy_bg .box_package_domains .box1{
  border:3px solid #ffae7b;
}
.domains_galaxy_bg .box_package_domains .box2{
  border:3px solid #52d898;
  padding-left:10px;
  padding-right:10px;
}
.domains_galaxy_bg .box_package_domains .box3{
  border:3px solid #80cce5;
}
.domains_galaxy_bg .box_package_domains .box4{
  border:3px solid #a9e261;
}
.domains_galaxy_bg .box_package_domains .box5{
  border:3px solid #80cce5;
}
.domains_galaxy_bg .box_package_domains .box6{
  border:3px solid #a9e261;
}
.domains_galaxy_bg .box_package_domains .box h3{
  text-align: left;
}
.domains_galaxy_bg .box_package_domains .box.box6 h3,
.domains_galaxy_bg .box_package_domains .box.box5 h3,
.domains_galaxy_bg .box_package_domains .box.box4 h3,
.domains_galaxy_bg .box_package_domains .box.box3 h3{
  left:0;
}
.domains_galaxy_bg .box_package_domains .box.box6 h3{
  left:-10px;
}
.domains_galaxy_bg .box_package_domains .box.box3 h3,
.domains_galaxy_bg .box_package_domains .box.box2 h3,
.domains_galaxy_bg .box_package_domains .box.box1 h3{
  padding-left: 10px;
}
.domains_galaxy_bg .domains_offer .color_white{
  background-color:#fff;
}
.domains_galaxy_bg ul li.hosting-new h3.hosting-new{
  margin-top: 0px;
}
.domains_galaxy_bg .price-hosting-new{
  margin-bottom:15px;
}
.domains_galaxy_bg .search-domains .col-lg-12{
  bottom:75px; 
}
.domains_galaxy_bg .box_package_domains{
  padding:0;
}
.galaxy_domains.free_register_domains{
  padding:40px 0 35px; 
}

/*GALAXY FIX*/
.eshop_galaxy_bg .full-spec>div:not(.col-lg-12){
  background-color:rgba(255, 255, 255, 0.49);
}
.eshop_galaxy_bg .full-spec>div.promo{
  background-color:rgba(255, 255, 255, 0.8);
}
.eshop_galaxy_bg .shoplastbox .full-spec .box1, .eshop_galaxy_bg .shoplastbox .full-spec .box2, .eshop_galaxy_bg .shoplastbox .full-spec .box3, .eshop_galaxy_bg .full-spec .shoplastbox .box4{
  height: 1555px;
}
/**/
.eshop_galaxy_bg .shoplastbox .full-spec .box1 table{
  margin-top: 160px;
}

.eshop_galaxy_bg .webmarker-box4 ul.tabs{
  margin-bottom:25px;
}
.eshop_galaxy_bg .webmarker-box4 .container{
  position: relative;
  z-index: 4;
}

.system_galaxy.system_galaxy2.januar .hosting{
 left:0;
 top:0;
}

/*GALAXY SSL*/
.eshop_galaxy_bg .ssl-package{
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.eshop_galaxy_bg .ssl-package .ssl_glx{
  height: 720px;
}
.eshop_galaxy_bg .ssl-package .ssl_glx>div{
  height: 100%; 
}
.eshop_galaxy_bg .ssl-package .ssl_glx.bg{
  background-color:rgba(0,0,0,0.1);
}
.eshop_galaxy_bg  .ssl-package table.tab-info tr td{
  border-top:none;
}
.eshop_galaxy_bg  .ssl-package .box-package.rec{
  height: 715px;
}
.system_galaxy.ssl_glx.domains_glx .hosting{
  top:205px;
  right:3px;
}
.system_galaxy.ssl_glx.domains_glx .domeny{
  left:219px;
}
.system_galaxy.ssl_glx.domains_glx .ssl{
  font-size:30px;
  line-height:32px;
  left:110px;
  top:73px;
  padding:38px 0 30px 115px;
  background:url("../gfx/system_ssl_big.png")no-repeat left center;
}





.maker_galaxy_bg .full-spec .box1,  .maker_galaxy_bg .full-spec .box2, .maker_galaxy_bg .full-spec .box3, .maker_galaxy_bg .full-spec .box4{
  height: 1151px;
}
.mail_galaxy_bg .full-spec .box1{
  height:955px;
  background-color:rgba(255, 255, 255, 0.49);
} 
.mail_galaxy_bg .full-spec .box2, .mail_galaxy_bg .full-spec .box3{
  height:955px;
}
.mail_galaxy_bg .full-spec.package-ox .box3.promo{
  height:955px;
}
.mail_galaxy_bg .full-spec.package-ox-full .col-lg-4{
  height: 1435px;
}
.mail_galaxy_bg .full-spec.package-ox-full .box3.promo{
  height: 1435px;
}

.office_galaxy_bg .office365_package .full-spec table tr td.order_box form fieldset.quantity div{
  width: 110px;
}
.office_galaxy_bg .office365_package .full-spec .box1{
  margin-top: 0;
  padding-top: 120px;
}
.office_galaxy_bg .full-spec.package-ox .box2{
  padding-top: 36px;
}
.office_galaxy_bg .full-spec.package-ox .box3{
  padding-top: 32px;
}
.vps_galaxy_bg .full-spec .vps-page{
  height: 1697px!important;
}
.buy_set.office .satellite{
  bottom: 1026px;
}

.galaxy_promotion .service_box .HBS{
 position:absolute;
 left:66px;
 top:65px;
}
.galaxy_promotion .service_box.eshop .HBS{
 top:58px;
 left:38px;
}
.galaxy_promotion .service_box.vps .HBS{
 top:45px;
 left:75px;
}
.service_box.ssl button{
 font-size: 16px;
 left: 129px;
 margin-top: 0;
 padding: 8px 30px;
 position: absolute;
 top: 80px;
}

/*END RWD 10.15 */

.top-slider ul li.slide_third.slide_autumn.santa.fete_xchange.alphassl{
  background:#fff url("../gfx/domeny_alphaSSL_1920_1100.jpg")no-repeat center top;
}
.top-slider ul li.slide_third.slide_autumn.santa.fete_xchange.alphassl h3{
  text-transform:uppercase;
  letter-spacing:2px;
}
.top-slider ul li.slide_third.slide_autumn.santa.fete_xchange.alphassl h3>strong{
  font-family:"DobraBold";
}
.top-slider ul li.slide_third.slide_autumn.santa.fete_xchange.alphassl h2{
  margin-top: 10px;
  margin-bottom:17px;
}

/*BF*/
.top-slider ul li.slide_third.slide_autumn.santa.black_friday{
  background:url("../gfx/black_friday.gif")no-repeat center top;
  font-family:"Dobra";
}
.top-slider ul li.slide_third.slide_autumn.santa.black_friday h3{
  font-size:18px;
  color:#f74545;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(247,69,69,1);
  letter-spacing: 2px;
  margin:40px 0 20px;
}
.top-slider ul li.slide_third.slide_autumn.santa.black_friday h3>strong{
  font-family:"DobraBold";
}
.top-slider ul li.slide_third.slide_autumn.santa.black_friday h2{
  color:#fff;
  font-size:30px;
  margin:15px 0 58px;
}

/*back-friday LP*/
.top-slider ul li.slide_third.slide_autumn.santa.black_friday{
  background:url("../gfx/black_friday.gif")no-repeat center top;
  font-family:"Dobra";
}
.top-slider ul li.slide_third.slide_autumn.santa.black_friday.cyber_monday{
  background:url("../gfx/cyber_monday.jpg")no-repeat center top;
  font-family:"Dobra";
}
.top-slider ul li.slide_third.slide_autumn.santa.black_friday h3{
  font-size:18px;
  color:#f74545;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(247,69,69,1);
  letter-spacing: 2px;
  margin:93px 0 17px;
}
.top-slider ul li.slide_third.slide_autumn.santa.black_friday.cyber_monday h3{
  color:#57a9f0;
  text-shadow: 0 0 20px rgba(247,69,69,1);
}
.top-slider ul li.slide_third.slide_autumn.santa.black_friday h3>strong{
  font-family:"DobraBold";
}
.top-slider ul li.slide_third.slide_autumn.santa.black_friday h2{
  color:#fff;
  font-size:30px;
  margin:15px 0;
}
.top-slider ul li.slide_third.slide_autumn.santa.black_friday .rabat{
  color:#fff;
  font-family:"Dobra";
  font-size:14px;
}
.top-slider ul li.slide_third.slide_autumn.santa.black_friday .rabat>strong{
  font-family:"DobraBold";
  border:1px dotted #b33d3f;
  padding: 3px 5px 2px 5px;
  margin-left: 2px;
  -webkit-box-shadow: 0 0 5px 0 rgba(247,69,69,1);
  box-shadow: 0 0 5px 0 rgba(247,69,69,0.5);
}
.top-slider ul li.slide_third.slide_autumn.santa.black_friday.cyber_monday .rabat>strong{
  border:1px dotted #57a9f0;
  -webkit-box-shadow: 0 0 5px 0 rgba(247,69,69,1);
  box-shadow: 0 0 5px 0 rgba(247,69,69,0.5);
}

.listPromotionPrice.autumn.black_friday .title h2{
  font-size: 32px;
  margin-bottom: 30px;
  text-transform:none;
}
.listPromotionPrice.autumn.black_friday .title p{
  font-size:22px;
  font-family:"Dobra";
  text-align: center;
  line-height: 36px;
  margin-bottom:65px;
}
.listPromotionPrice.autumn.black_friday .title p>strong{
  color:#d84647;
  font-family:"DobraBold";
}
.listPromotionPrice.autumn.black_friday .title p span{
  border:2px dotted #d84647;
  font-family:"DobraBold";
  padding:0 5px; 
}
.listPromotionPrice.autumn.black_friday h2{
  color:#26ad62;
  text-transform:uppercase;
}
.listPromotionPrice.autumn.black_friday table td.detalPrice h4{
  color:#454952;
  text-decoration:line-through;
}
.listPromotionPrice.black_friday table td.pricePromo h3{
  color:#c15757;
}

.listPromotionPrice.black_friday h6{
  text-align: center;
  font-size:16px;
  font-family:"DobraBold";
  color:#444953;
}
.search-domains.black_friday .col-lg-12 h4{
  font-size:20px;
}
.listPromotionPrice.autumn.black_friday{
  padding:55px 0;
}
.listPromotionPrice.autumn.black_friday .paddingbottom50{
  margin-bottom: 50px;
}

.listPromotionPrice.autumn.black_friday .HBS-BasketResourceAddWidget {
  margin: 0;
    text-align: center;
    width: auto;
}

.listPromotionPrice.autumn.black_friday .HBS-BasketResourceAddWidget form div.ctrlContainer.clearfix {
  margin-top:0px;
}

/*END BF*/

/*NEW PRICELIST*/
.baner-pricelist{
  padding-top: 80px;
  font-family:"DobraBold";
  color:#fff;
  height:315px;
  background:#2e3e71 url("../gfx/baner-pricelist.jpg")no-repeat center bottom;
}
.baner-pricelist h2{
  margin-top:102px;
  font-size:45px;
}
.pricelist{
  padding:44px 0 110px;
  font-family:"Dobra";
}
.pricelist .groupname{
  display: block;
  border-top:1px solid #dadbdc;
  border-bottom:1px solid #dadbdc;
  font-size:20px;
  color:#454952;
  height:47px;
  line-height:45px;
  padding-left:20px;
  font-family:"DobraBold";
  margin:0;
  position: relative;
}
.pricelist .content .groupname{
  text-align: center;
  border-bottom: none;
}
.menu-pricelist li{
  display: block;
}
.menu-pricelist a{
  padding-left:28px;
  color:#454952;
  font-size:16px;
  line-height: 20px;
  text-decoration:none;
  background:url("../gfx/arrow-green.png")no-repeat left 7px;
}
.menu-pricelist ul{
  padding-left:20px;
}
.pricelist th{
  background-color:#f5faff;
  font-size:13px;
  color:#565a62;
  padding:8px 20px;
  text-align: left;
  font-weight:300;
}
.pricelist th.title{
  font-size:20px;
  font-family:"DobraBold";
}
.pricelist td{
  font-weight:300;
  padding:8px 20px;
  font-size:16px;
  text-align:left;
}
.pricelist td.title{
  width:480px;
  color:#00a651;
  font-size:16px;
  font-family:"DobraBold";
}
.pricelist td span{
  color:#454952;
  font-family:"DobraBold";
  display: block;
}
.pricelist td small{
  color:#454952;
  font-size:10px;
  display: block;
}
.pricelist table{
  width: 100%;
  border-top:1px solid #dadbdc;
}
.pricelist .last-table table{
  border-bottom:1px solid #dadbdc;
}
.pricelist td.register{
  background-color:#f5faff;
}
.pricelist td.register span{
  color:#bd4645;
}
.pricelist td.buy{
  width:60px;
}
.pricelist td.buy a{
  float: right;
}
.buy-bnt{
  display: inline-block;
  width:35px;
  height: 26px;
  background:#00a651 url("../gfx/buy-btn.png")no-repeat center center;
}
.pricelist table tr:nth-of-type(2n) td{
  background-color:#f6f7f8;
}
.pricelist table tr:nth-of-type(2n) td.register{
  background-color:#e3f0fe;
}
.pricelist .see-offer{
  position:absolute;
  right: 0;
  display: inline-block;
  font-size:11px;
  border:1px solid #d6d7d9;
  color:#00a651;
  background:url("../gfx/arrow-green.png")no-repeat 95% 7px;
  height:21px;
  line-height: 21px;
  padding: 0 25px 0 10px;
  top:12px;
  text-transform: none;
}
.pricelist td.set-width{
  width:76px;
}
.pricelist-lastbox{
  text-align: center;
  background-color:#f6f7f8;
  font-family:"DobraBold";
  padding:70px 0 60px;
}
.pricelist-lastbox p{
  font-size:32px;
  color:#535353;
}
.pricelist-lastbox a{
  font-size:20px;
  color:#fff;
  padding:17px 45px 17px;
  font-family:"DobraBold";
  margin-left:20px;
  letter-spacing:1px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.pricelist-lastbox a span.arrow-white{
  background-position:right 8px;
}
.pricelist .menu-pricelist .groupname{
  margin-bottom: 16px;
}
.pricelist .menu-pricelist li{
  margin-bottom:5px;
}
.pricelist .menu-pricelist{
  border-bottom: 1px solid #dadbdc;
  padding-bottom:5px;
}
.pricelist .menu-pricelist.fixed{
  position: fixed;
  top:124px;
  width: 263px;
  background-color:#fff;
  z-index: 555;
}

.baner-pricelist{
  padding-top: 80px;
  font-family:"DobraBold";
  color:#fff;
  height:315px;
  background:#2e3e71 url("../gfx/baner-pricelist.jpg")no-repeat center bottom;
}
.baner-pricelist h2{
  margin-top:102px;
  font-size:45px;
}
.pricelist{
  padding:44px 0 110px;
  font-family:"Dobra";
}
.pricelist .groupname{
  display: block;
  border-top:1px solid #dadbdc;
  border-bottom:1px solid #dadbdc;
  font-size:20px;
  color:#454952;
  height:47px;
  line-height:45px;
  padding-left:20px;
  font-family:"DobraBold";
  margin:0;
  position: relative;
}
.pricelist .content .groupname{
  text-align: center;
  border-bottom: none;
}
.menu-pricelist li{
  display: block;
}
.menu-pricelist a{
  padding-left:28px;
  color:#454952;
  font-size:16px;
  line-height: 20px;
  text-decoration:none;
  background:url("../gfx/arrow-green.png")no-repeat left 7px;
}
.menu-pricelist ul{
  padding-left:20px;
}
.pricelist th{
  background-color:#f5faff;
  font-size:13px;
  color:#565a62;
  padding:8px 10px;
  text-align: left;
  font-weight:300;
}
.pricelist th.title{
  font-size:20px;
  font-family:"DobraBold";
}
.pricelist td{
  font-weight:300;
  padding:8px 10px;
  font-size:16px;
  text-align:left;
}
.pricelist td.title{
  color:#00a651;
  font-size:16px;
  font-family:"DobraBold";
  width:200px;
}
.pricelist td.title.titles{
  width:480px;
}
.pricelist td span{
  color:#454952;
  font-family:"DobraBold";
  display: block;
}
.pricelist td small{
  color:#454952;
  font-size:10px;
  display: block;
}
.pricelist table{
  width: 100%;
  border-top:1px solid #dadbdc;
}
.pricelist .last-table table{
  border-bottom:1px solid #dadbdc;
}
.pricelist td.register{
  background-color:#f5faff;
}
.pricelist td.register span{
  color:#bd4645;
}
.pricelist td.buy{
  width:60px;
}
.pricelist td.buy a{
  float: right;
}
.buy-bnt{
  display: inline-block;
  width:35px;
  height: 26px;
  background:#00a651 url("../gfx/buy-btn.png")no-repeat center center;
}
.pricelist table tr:nth-of-type(2n) td{
  background-color:#f6f7f8;
}
.pricelist table tr:nth-of-type(2n) td.register{
  background-color:#e3f0fe;
}
.pricelist .see-offer{
  position:absolute;
  right: 0;
  display: inline-block;
  font-size:11px;
  border:1px solid #d6d7d9;
  color:#00a651;
  background:url("../gfx/arrow-green.png")no-repeat 95% 7px;
  height:21px;
  line-height: 21px;
  padding: 0 25px 0 10px;
  top:12px;
  text-transform: none;
}
.pricelist td.set-width{
  width:76px;
}
.pricelist-lastbox{
  text-align: center;
  background-color:#f6f7f8;
  font-family:"DobraBold";
  padding:70px 0 60px;
}
.pricelist-lastbox p{
  font-size:32px;
  color:#535353;
}
.pricelist-lastbox a{
  font-size:20px;
  color:#fff;
  padding:17px 45px 17px;
  font-family:"DobraBold";
  margin-left:20px;
  letter-spacing:1px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.pricelist-lastbox a span.arrow-white{
  background-position:right 8px;
}
.pricelist .menu-pricelist .groupname{
  margin-bottom: 16px;
}
.pricelist .menu-pricelist li{
  margin-bottom:5px;
}
.pricelist .menu-pricelist{
  border-bottom: 1px solid #dadbdc;
  padding-bottom:5px;
}
.pricelist .menu-pricelist.fixed{
  position: fixed;
  top:124px;
  width: 263px;
  background-color:#fff;
  z-index: 555;
}
/*END PRICELIST*/

/*FIX 2016*/

.galaxy.january.new-2016{
  background:#000 url("../gfx/az_home_2016.jpg")no-repeat center bottom;
}
.galaxy.january.new-2016 .galaxy_promotion .search_galaxy form {
	padding-right: 6px;
}
.galaxy.january.new-2016 .galaxy_promotion .search_galaxy form button.btn.btn-default {
	padding-left: 37px;
    padding-right: 25px;
}
.galaxy.january.new-2016 .galaxy_promotion .search_galaxy form input {
	color:#454952;
}

.galaxy.january.new-2016 .service_box.www_new a{
  background:url("../gfx/ico-2016-www.png")no-repeat left top;
}
.galaxy.january.new-2016 .service_box.eshop_new a{
  background:url("../gfx/ico-2016-eshop.png")no-repeat left top;
}
.galaxy.january.new-2016 .service_box.domains_new a{
  background:url("../gfx/ico-2016-domains.png")no-repeat left top;
}
.galaxy.january.new-2016 .service_box.ssl_new a{
  background:url("../gfx/ico-2016-ssl.png")no-repeat left top;
  width:400px;
}
.galaxy.january.new-2016 .service_box.hosting_new a{
  background:url("../gfx/ico-2016-hosting.png")no-repeat left top;
}
.galaxy.january.new-2016 .service_box a:hover {
	opacity:1;
} 
.galaxy.january.new-2016 .service_box {
	position:static;
	margin-top:40px;
	margin-bottom:0px;
}
.galaxy.january.new-2016 .service_box span.btn {
	width:135px;
	padding:9px 34px;
	margin-top:10px;
	display:block;
}
.galaxy.january.new-2016 .service_box > a {
    color: #fff;
    display: block;
    padding: 5px 0 0 145px;
	line-height:20px;
    text-decoration: none;
	height:120px;
}
.galaxy.january.new-2016 .service_box > a strong,
.galaxy.january.new-2016 .service_box > a em {
	text-shadow: 0 0 14px #000000;
}
/*END FIX 2016*/

/*BAR FIX*/
#wrapper_bar{
  display: none;
  float: left;
  width: 970px;
  height: 60px;
  position:fixed;
  z-index: 6666;
  bottom:0;
  left:0;
}
#wrapper_bar .background{
  display: block;
  float: left;
  width: 100%;
  height:100%;
  background-size: cover;
  -webkit-box-shadow: 0 0 10px 0 #cbcbcb;
  box-shadow: 0 0 10px 0 #cbcbcb;
}
#wrapper_bar .background.hosting{
  background:url("../gfx/hosting_belka.jpg")no-repeat left top;
}
#wrapper_bar .background.domain{
  background:url("../gfx/domeny_belka.jpg")no-repeat left top;
}
#wrapper_bar .background.office{
  background:url("../gfx/office_belka.jpg")no-repeat left top;
}
#wrapper_bar .background.sklepy-internetowe{
  background:url("../gfx/eshop_belka.jpg")no-repeat left top;
}
#wrapper_bar .background.strony-www{
  background:url("../gfx/kreator_belka.jpg")no-repeat left top;
}
#wrapper_bar .close_bar{
  position:absolute;
  display:block;
  float: left;
  width:16px;
  height:16px;
  left:30px;
  right: 30px;
  top:24px;
  background:url("../gfx/close_bar.png")no-repeat left top;
}
.webmarker-box4 .subscription{
  text-align: center;
  position: absolute;
  
}
.webmarker-box4 .webmar-box3.shop-pro.vps-pack.rec a.btn.btn-default{
  bottom:15px;
}
.webmarker-box4 .webmar-box1 a.btn.btn-default, .webmarker-box4 .webmar-box2 a.btn.btn-default, .webmarker-box4 .webmar-box3 a.btn.btn-default{
  bottom: 17px;
}
.webmarker-box4 .subscription{
  width:100%;
  bottom:70px;
  left:0;
}
.webmarker-box4 .full-spec .subscription{
  position: relative;
  bottom:auto;
  top:-10px;
  font-size: 11.9px;
  display: block;
}
#pakiety.wrapper.webmarker-box4 div.container div#tabs-5.row.full-spec div.col-lg-3.box3.promo{
  height:1705px;
}

@media(max-width:980px){
  #wrapper_bar{
    display: none!important;
  }
}
/*END BAR FIX*/

/*LP EU*/
.top-slider ul li.slide_third.slide_autumn.santa.domains_eu{
  background: url("../gfx/domains_eu_bg.jpg")no-repeat center top;
}

.top-slider ul li.domains_eu h3{
  font-size:18px;
  letter-spacing:3px;
  color:#4d4f56; 
  text-shadow:none;
  text-transform:uppercase;
  margin-top:66px;
}
.top-slider ul li.domains_eu h3>strong{
  font-family:"DobraBold";
}
.top-slider ul li.domains_eu h3>span{
  color:#d84748;
  font-family:"DobraBold";
  text-shadow: 1px 1px 0 #728597;
}
.top-slider ul li.domains_eu h1{
  font-size:36px;
  color:#4d4f56;
  font-family:"DobraBold";
  text-shadow:none;
  margin-bottom: 10px;
}
.domains_eu .price-hosting-new .inf{
  color:#4d4f56; 
  font-size:30px;
  text-shadow:none;
  margin-left:0;
  margin-right: 10px;
}
.domains_eu .price-hosting-new span.p-br span.color{
  top:-20px;
}
.domains_eu .col-lg-12 h4{
  font-size: 20px;
  margin-top:5px;
}
.domains_eu .col-lg-12 .wrapper-search{
  margin-bottom:5px;
}
.domains_eu.search-domains .row{
  margin:0;
}
.domains_eu .col-lg-12{
  width: 1140px;
}
.domains_eu_box{
  padding: 40px 0 47px 0;
  font-family:"Dobra";
}
.domains_eu_box h2{
  font-size:32px;
  color:#00a651;
  font-family:"DobraBold"
}
.domains_eu_box .head{
  text-align: center;
}
.domains_eu_box .head h2{
  margin-bottom: 19px;
}
.domains_eu_box p{
  font-size:16px;
  color:#454952;
  margin-bottom:5px;
}
.domains_eu_box .head p{
  font-size: 22px;
  margin-bottom: 20px;
}
.domains_eu_box h3{
  font-size:22px;
  color:#454952;
  line-height:27px;
  font-family:"DobraBold";
  margin-bottom: 4px;
}
.domains_eu_box .box{
  padding-left: 100px;
}
.domains_eu_box .price-hosting-new span.p-netto{
  font-size: 38px;
}
.domains_eu_box .price-hosting-new span.inf{
  display: block;
  color:#454952;
  font-size:16px;
  top:0;
  margin-left: 0;
  margin-bottom: -2px;
}
.domains_eu_box .price-hosting-new span.p-br span{
  font-size:18px;
  width: auto;
  top:-14px;
}
.domains_eu_box .price-hosting-new{
  margin-bottom: 18px;
}
.domains_eu_box .shop{
  background:url("../gfx/ico_shop.png")no-repeat 10px 23px;
}
.domains_eu_box .maker{
  background:url("../gfx/ico_webmaker.png")no-repeat 10px 23px;
}
.domains_eu_box .hosting{
  background:url("../gfx/ico_www.png")no-repeat 10px 23px;
}

.listPromotionPrice.autumn.domains_eu{
  background:#eff0f2; 
  padding-top: 96px;
  padding-bottom: 45px;
}
.listPromotionPrice.autumn.domains_eu h2{
  color:#26ad62;
  font-size:26px;
  text-transform: uppercase;
}
.listPromotionPrice.autumn.domains_eu table td.detalPrice h4{
  color:#c15757;
}
.listPromotionPrice.autumn.domains_eu h2.maker{
  padding-top: 3px;
}
.listPromotionPrice.autumn.domains_eu h2.shop{
  padding-top: 2px;
}
.listPromotionPrice.domains_eu h6{
  text-align: center;
  font-size:16px;
  font-family:"DobraBold";
  color:#444953;
  margin-top:75px;
}
@media(max-width:970px){
  .domains_eu_box .box{
    width: 50%;
  }
}
@media(max-width:680px){
  .domains_eu_box .box{
    width: 100%;
  }
  .top-slider ul li.domains_eu h3{
    margin-top: 0;
  }
}
/*END LP EU*/

/*SALE JANUARY 2016*/
.sale_box>img{
  max-width:100%;
  position: relative;
  z-index: 22;
} 
.sale_box{
  font-family: "Dobra";
  background:url("../gfx/sale_bg.jpg")repeat-x left top;
}
.sale_box .head{
  text-align: center;
  color:#00a651;
}
.sale_box .head h2{
  font-size: 48px;
  font-family:"DobraBold";
  margin: 0;
}
.sale_box .head h3{
  font-style: 36px;
  margin:12px  0 29px 0;
}
.sale_box .box{
  background:#fff;
  border:3px solid #fff;
  padding:30px 30px 74px 30px;
  position: relative;
}
.sale_box .promotion{
  border:3px solid #00a651;
}
.sale_box .wrapper{
  display:block;
  float:left;
  width: 100%;
}
.sale_box .box .icon{
  text-align: right;
}
.sale_box .box .icon img{
  margin-right:30px;
}
.sale_box .box.promotion .icon img{
  margin-right:15px;
}
.sale_box .box h3{
  font-size:36px;
  color:#24b569;
  line-height:25px;
  font-family:"DobraBold";
  margin: 30px 0 29px 0;
}
.sale_box .box.promotion h3{
  margin-top: 11px;
}
.sale_box .box p{
  color:#2b2b2b;
  font-size:16px;
  line-height:19px;
}
.sale_box .box p strong{
  font-family:"DobraBold";
}
.sale_box .box li{
  list-style: none;
  font-size:16px;
  color:#2b2b2b;
  line-height: 19px;
  padding-left:30px;
  background:url("../gfx/autumn_tick_list.png")no-repeat left 4px;
  margin-bottom:4px;
}
.sale_box .box ul{
  margin:38px 0 22px 76px;
}
.sale_box .box.promotion ul{
  margin:29px 0 46px 45px;
  -webkit-padding-after:1px;
}
.sale_box .price-hosting-new .inf{
  display: block;
  color:#454952;
  font-size:18px;
  text-decoration: line-through;
  top:0;
  margin: 0 0 -22px 0;
}
.sale_box .price-hosting-new{
  color:#d74748;
  margin-bottom:17px;
}
.sale_box .price-hosting-new span.p-netto{
  font-size:61;
  font-family:"Dobra";
}
.sale_box .price-hosting-new span.p-br small{
  color:#454952;
  font-size:22px;
  top:0;
}
.sale_box .price-hosting-new span.p-br span{
  font-size:29px;
  line-height: 17px;
}
.sale_box .label_promo_red{
  position: absolute;
  background-color: #d74748;
  color:#fff;
  font-size:18px;
  text-transform: uppercase;
  height:53px;
  line-height: 53px;
  padding-left: 20px;
  left:-33px;
  top:21px;
}
.sale_box .label_promo_red::after{
  position:absolute;
  display: block;
  width: 43px;
  height: 53px;
  content: '';
  right: -43px;
  top:0;
  background:url("../gfx/label_promo_red_arrow.png")no-repeat left top;
}
.sale_box .label_promo_red strong{
  font-family: "DobraBold";
}
.sale_box .box .buttons{
  text-align: center;
  margin-top: 10px;
} 
.sale_box .box .buttons .HBS{
	display:inline-block;
	float:none;
}
.sale_box .box .buttons a{
  font-size: 16px;
  margin: 0 10px;
}
.sale_box .foot h2{
  font-family:"Dobra";
  text-align: center;
  font-size: 36px;
  color:#00a651;
  margin:27px 0 53px 0;
}
.sale_box .sale_or{
  position:absolute;
  font-size:24px;
  color:#454952;
  text-align: center;
  line-height:76px;
  height: 76px;
  width: 76px;
  text-transform: uppercase;
  left:-56px;
  top:0;
  bottom: 0;
  margin:auto;
  background:url("../gfx/or_sale.png")no-repeat center;
  font-family:"DobraBold";
}
.sale_box .box::after{
  position: absolute;
  display: block;
  width: 20px;
  height:186px;
  content: '';
  top:-192px;
  z-index: 1;
  left:0;
  right: 0;
  margin: auto;
  background:url("../gfx/string_box.png")no-repeat left top;
}
.sale_box .box.promotion::after{
  height:190px;
  background:url("../gfx/string_box_promotion.png")no-repeat left top;
}
.sale_search{
  padding: 31px 0 45px 0;
  font-family:"Dobra";
}
.sale_search h2{
  font-size:36px;
  color:#24b569;
  text-align: center;
  margin-bottom: 65px;
}
.sale_search h2>strong{
  font-family:"DobraBold";
}
.sale_search .search-domains .col-lg-12{
  position: relative;
}
.sale_search .domains_eu .col-lg-12 .wrapper-search{
  bottom: 0;
}
.sale_search .search-domains{
  height: auto;
}
.sale_search .search-domains h4{
  color:#4d4f56;
}
.sale_search .search-domains h4>strong{
  color:#db5657;
}
@media(max-width:1020px){
  .sale_box .wrap_box{
    width: 100%;
    margin-bottom:30px;
  }
  .sale_box .box::after{
    display: none;
  }
  .sale_box .sale_or{
    top:-56px;
    left:0;
    right: 0;
    margin:0 auto;
    bottom:auto;
    background:url("../gfx/or_sale_rwd.png")no-repeat left top;
  }
  .sale_box .box ul{
    margin-left:30%;
  }
  .sale_box{
    background-repeat: repeat;
  }
}
@media(max-width:560px){
  .sale_box .box.promotion ul, .sale_box .box ul{
    margin-left: 50px;
  }
  .sale_box .box .col-xs-6{
    width: 100%;
  }
  .sale_box .box .icon img, .sale_box .box.promotion .icon img{
    margin:0
  }
  .sale_box .box .icon, .sale_box .box h3{
    text-align:center;
  }
  .sale_box .label_promo_red{
    width: auto;
    display: block;
    position: relative;top:0;
    left:-48px;
    margin-bottom: 10px;
  }
  .sale_box .price-hosting-new{
    display: block;
    margin: 0 auto;
    width:200px;
  }
}
@media(max-width:480px){
  .sale_box .box.promotion ul, .sale_box .box ul{
    margin-left:0;
  }
  .sale_box .head h2{
    font-size:32px!important;
    margin-top: 45px;
  }
  .wrapper.sale_search h2, .sale_box .foot h2{
    font-size: 28px!important;
    line-height:normal;
  }
  .sale_box .box{
    padding-left:0px;
    padding-right:0px;
  }
}
/*END SALE JANUARY 2016*/

/*Strona główna*/
.new_home_page.search-domains{
  padding:130px 0 46px 0;
  width: 100%;
  height: auto;
}
.new_home_page.search-domains .col-lg-12{
  position: relative;
  padding:0 15px; 
}
.new_home_page.search-domains .col-lg-12 .wrapper-search{
  padding:20px 0;
  float: left;
  background-color:#454952;
}
.new_home_page.search-domains .col-lg-12 .wrapper-search > span{
  font-size: 20px;
  top:14px;
}
.new_home_page.search-domains .col-lg-12 .wrapper-search form input{
  font-size: 24px;
  padding:6px 0 11px 20px;
  font-family:'Dobra'!important;
}
@media(min-width:1200px){
  .new_home_page.search-domains .col-lg-12 .wrapper-search form{
     width:920px!important;

  }
}
.new_home_page.search-domains .col-lg-12 h4{
  float: left;
  width: 100%;
  display:block;
  margin:0;
  color:#808080;
  text-align: left;
  padding-left: 202px;
  margin:20px 0 0 0;
}
.new_home_page.search-domains .col-lg-12 .wrapper-search form button{
  position: relative;
  margin: 2px 5px 0 0;
  font-size:18px;
  padding: 11px 25px 8px 30px;
  float: right;
}
.main-prod .btn .arrow-white {
    background-image: url("https://www.az.pl/static/gfx/arrow-white.png");
    background-position: 0% 50%;
    background-repeat: no-repeat;
  width: 20px;
  display: inline-block;
}
a.btn {
  padding: 12px 15px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
  font-size: 16px;
  text-transform: uppercase;
}
.main-prod .btn-default {
    background-color: #00a651;
    border-color: #00a651;
    color: #ffffff;
}
.main-prod .btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-family: "Dobra";
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}
.main-prod a.btn {
  position: absolute;
  bottom: 23px;
  right: 35px;
}
.main-prod {
  position: relative
}
.main-prod-small .main-prod img {border: 2px solid #00a651;}
.main-prod-box img {border-top: 4px solid #00a651;}
/*dodawanie marginesów żeby się nie sklajały boxy*/
.main-prod-small .main-prod {margin-top: 12px}
.main-prod-small .main-prod:first-child {margin-top: 0;}
.main-prod-box {margin-bottom: 12px}

.main-prod a.btn{
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 16px;
  text-shadow:none;
  padding:14px 25px 12px 34px;
}
.main-prod-small .main-prod a.btn{
  padding: 12px 15px;
}
.main-prod-small .main-prod a.btn{
  position:absolute;
  right: 30px;
}
.main-prod-small .main-prod a.btn span{
  background-position:center;
}
.main-page{
  padding-bottom: 30px;
}

.top-slider ul li.slide_third.slide_autumn.santa.domains_eu.domains_eu_promotion{
 background:url("../gfx/baner_domains_eu_promotion.jpg") no-repeat center bottom;
 background-size: cover;
}
.top-slider ul li.domains_eu.domains_eu_promotion h3 > span{
  background-color: #d84748;
  color: #fff;
  text-transform:uppercase;
  font-size: 18px;
  font-family: "DobraBold";
  padding: 7px 15px 5px 19px;
  letter-spacing: 2px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  top:-1px;
  margin-right: 10px;
}
.top-slider ul li.domains_eu.domains_eu_promotion h3{
  letter-spacing: normal;
  font-size: 18px;
  text-transform: uppercase;
}
.domains_eu_promotion .price-hosting-new span.p-br span.color{
  width: 65px;
  margin-right: 8px;
}
.top-slider ul li.domains_eu.domains_eu_promotion h1{
  font-size: 50px;
  margin: 20px 0 13px 0;
}
.top-slider ul li.domains_eu.domains_eu_promotion h1>em{
  color:#465aa5;
  font-style: normal;
}
.price-hosting-new span.inf>strong{
  font-family: "DobraBold";
}
@media (max-width:580px){
  .top-slider ul li.domains_eu.domains_eu_promotion h1{
    font-size: 40px;
  }
  .top-slider ul li.domains_eu.domains_eu_promotion h3 > span{
    font-size: 16px;
  }
  .domains_eu_promotion.domains_eu .price-hosting-new .inf{
    font-size: 27px;
  }
  .domains_eu_promotion.domains_eu .price-hosting-new span.p-br span.color{
     top:-18px;
  }
  .domains_eu_promotion.domains_eu .col-lg-12{
    width: 100%
  }
}
@media (max-width: 991px) and (min-width: 768px) {
    .main-prod-small .main-prod:nth-child(2) {
        margin-top: 0;
    }
    .hidden-lg{
      display: none;
    }
    .visible-md{
      display: block;
    }
}
@media (max-width: 1199px) and (min-width: 990px) {
  .main-prod-small .main-prod a.btn {
    padding: 6px 8px;
  }
}
@media (max-width: 480px) {
  .main-prod a.btn {
    padding: 6px 8px;
    bottom: 15px;
    right: 30px;
  }
}
/*RWD for mainpage*/
@media(max-width:990px){
  .main-page .container{
    width: 750px!important;
  }
  .main-page .col-sm-12{
    width: 100%;
  }
  .main-page .col-sm-6{
    width: 50%;
  }
  .main-page .visible-lg{
    display: none!important;
  }
  .main-page .hidden-lg{
    display: block!important;
  }
  .main-prod-small .main-prod{
    margin:0 0 12px 0;
  }
  .main-prod a.btn,
  .main-prod-small .main-prod a.btn {
    padding: 6px 8px;
  }
}
@media(max-width:750px){
  .main-page .container{
    width: 100%!important;
  }
  .main-page .col-xs-12{
    width: 100%;
  }
}
@media(max-width:1200px){
  .new_home_page.search-domains .col-lg-12 .wrapper-search form input{
    width: 50%;
  }
}
@media(max-width: 1025px){
  .new_home_page.search-domains .col-lg-12 h4{
    margin-top:15px;
    padding-left:15px; 
  }
}

@media(max-width:420px){
  .new_home_page.search-domains .col-lg-12 .wrapper-search form input{
    width: 100%;
  }
  .new_home_page.search-domains .col-lg-12 .wrapper-search form button{
    width: 100%;
    margin:0!important;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .new_home_page.search-domains .col-lg-12 .wrapper-search{
    padding-right: 15px;
  }
  .new_home_page.search-domains .col-lg-12 .wrapper-search form{
    padding:0;
  }
}


/*RWD*/

.slider-rwd-contrls{
  width: 100%;
  display: none;
  position: absolute;
  top:80px;
}
.slider-rwd-contrls .ctrl-next a,
.slider-rwd-contrls .ctrl-prev a{
  text-indent: -66666px;
  display: block;
  width: 20px;
  height: 50px;
  background-position:center center;
  float: left;
  margin: 0 0 0 25px;
  background-repeat: no-repeat;
  background-image: url("../gfx/slider-btn-prev.png");
  background-size:100%;
}

.navi_domains_offer_rwd{
  position: relative;
  display: none;
}
.navi_domains_offer_rwd>.col-lg-12>a{
  display:block;
  float: left;
  width: 100%;
  color:#444;
  border:1px solid #e8e8e8;
  text-align: center;
  font-size: 22px;
  font-family:'DobraBold';
  padding: 10px 0 8px 0;
}
.navi_domains_offer_rwd>.col-lg-12>a:hover, .navi_domains_offer_rwd>.col-lg-12>a:active, .navi_domains_offer_rwd>.col-lg-12>a:focus{
  text-decoration: none;
  background-color: #f7f7f7;
}
.navi_domains_offer_rwd>.col-lg-12>a:active, .navi_domains_offer_rwd>.col-lg-12>a:focus{
  background-color: #f0f0f0;
}
.navi_domains_offer_rwd .content_navi{
  width: 100%;
  background-color: rgba(255,255,255,0.9);
  border: 1px solid #e8e8e8;
  border-top:none;
  display: block;
  float: left;
  top: 51px;
  width:96.6%;
  z-index: 11;
  position: absolute;
  display: none;
}
.navi_domains_offer_rwd .content_navi ul{
  display: block;
  float: left;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}
.navi_domains_offer_rwd .content_navi ul>li.active,
.navi_domains_offer_rwd .content_navi ul>li{
  width: 100%;
  border-bottom:1px solid #e8e8e8;
  margin: 0;
  text-align:center;
  height: auto;
}
.navi_domains_offer_rwd .content_navi ul>li.active a{
  background-color:#fafafa;
  font-size: 17px;
  color:#00a651;
}
.navi_domains_offer_rwd .content_navi ul>li a:hover, .navi_domains_offer_rwd .content_navi ul> li a:active{
  background-color: #f7f7f7;
}
.navi_domains_offer_rwd .content_navi ul>li>a{
  padding:10px 0;
  display: block;
}


.slider-rwd-contrls .ctrl-next a{
  float: right;
  margin: 0 25px 0 0;
  background-image: url("../gfx/slider-btn-next.png");
}
.link-old-az {
  position: absolute;
  right: 0;
  top: 130px;
}
.menu-rwd{
  display:none;
}
.slider-free-pack-rwd, .additional-informarion{
  display: none;
}
.menu-rwd-content{
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #465aa5;
  position:fixed;
  top: 70px;
  z-index: 999999;
  left:0;
  display: none;
  font-family: "Dobra";
  height: 100%;
}
.menu-rwd-content .container{
  height:320px;
  overflow-y:scroll;
}
.menu-rwd-content.fixed{
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  top: 60px;
}
.menu-rwd-content .right-panel ul,
.menu-rwd-content ul{
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 0;
  padding: 0;
}
.menu-rwd-content .right-panel{
  margin-left:0px;
  width:100%;
  padding:0;
}
.menu-rwd-content .right-panel ul li,
.menu-rwd-content ul li{
  display: block;
  float: left;
  padding-left:25px;
  width: 100%;
}
.menu-rwd-content .right-panel ul li a,
.menu-rwd-content ul.menu li a{
  display: block;
  float: left;
  height: auto;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  padding:5px 20px 5px 30px;
  font-size: 20px;
  background: url("../gfx/arrow-white-menu-rwd.png")no-repeat left center;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-rwd-content .right-panel ul li a:active,
.menu-rwd-content ul li a:active{
  background-color: #384c97;
}
.menu-rwd-content ul.menu li a:hover{
  border: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  font-family: "Dobra";
  text-decoration: none;
}
.menu-rwd-content .right-panel ul li a.active,
.menu-rwd-content ul li.active a{
    font-family: "DobraBold";
}
.wrapper-menu .HBS{
  display: inline-block;
  float: right;
  padding: 15px 7px;
  border:1px solid #7a88be;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position:relative;
  z-index: 22;
}


@media all and (-ms-high-contrast:none) {
     .link-old-az { right: 17px; } /* IE11 */
}
@media(max-width: 1350px){
  .slider-hosting .bx-wrapper .bx-controls.bx-has-pager.bx-has-controls-direction .bx-controls-direction{
    width: 1220px;
    left: -40px;
  }
  .az-slider.wrapper-slider-web .bx-controls-direction{
    display:none;
  }
  .login-page.login-user{
    background-color: #465aa5;
    background-size: cover;
  }
}
@media(max-width: 1240px){
  .slider-hosting .bx-wrapper .bx-controls.bx-has-pager.bx-has-controls-direction .bx-controls-direction{
    display: none;
  }
}
@media(max-width: 1220px){
  .footer div.row{
    margin-left: 0;
    margin-right: 0;
  }
  .top-slider ul li.slide_third.slide_autumn.santa{
    background-position: 60% top;
  }
  .promo-price{
    display: none;
  }
  .box_package_domains .box{
    margin-right: 20px;
  }
  .content-cloud-set .calc_az .row{
    margin-left: 0;
    margin-right: 0;
  }
  .content-cloud-set .calc_az .row .col-lg-12{
    padding-left: 0;
    padding-right: 0;
  }
  .calc_az .col-lg-2.first{
    margin-left: 0;
  }

}
@media (max-width: 1190px){
  .why-az-hosting .row{
    margin-left: 0px;
    margin-right: 0px;
  }
  .top-slider ul li.office365{
    background-position: 60% top;
  }

}

@media (max-width: 980px){
  #infobox-fixed {
    display:none!important;
  }
}


@media (max-width: 1170px){
  .wrapper-menu .right-panel {
    padding-right: 0;
  }
  .detal-ox .box2, .detal-ox .box4{
    padding-right:430px;
  }
  .detal-ox .box2 img, .detal-ox .box4 img{
    right: 20px;
  }
  .detal-ox .box1, .detal-ox .box3{
    padding-left: 480px;
  }
  .detal-ox .box3 img, .detal-ox .box1 img{
    left: 20px;
  }
  .wyh-az-ox .check-mail-box{
    background: none;
  }
  .why-az-hosting .row{
    margin-left: 0px;
    margin-right: 0px;
  }
  .hosting-slider ul.sub-host-slider > li{
    background-image: none!important;
  }
  .webmarker-box3 .home-pack{
    height: 180px;
  }
  .hosting-slider ul.sub-host-slider li ul{
    float: none!important;
    padding-left: 0!important;
    width: 55%!important;
    margin: 0 auto!important;
  }
  .hosting-slider ul.sub-host-slider li .box{
    display: none!important;
  }
  .container{
    width:100%!important;
  }
  .controls-main-sldier{
   /* display: none;*/
  }
  ul#menu-narzedzia {
    margin-left:0px;
  }
  .wrapper.footer .container .row{
    margin: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .wrapper.footer .container li.col-lg-8{
    width: 60%;
  }
  .wrapper.parallax{
    height: auto;
  }
  .search-domains .col-lg-12{
    padding: 0;
    width: 100%;
  }
  .search-domains .col-lg-12 .wrapper-search form input,
  .search-domains .col-lg-12 .wrapper-search form{
    width: 77%;
  }
  .search-domains .col-lg-12 .wrapper-search form button{
    float: right;
    margin-right: 15px;
  }  
  .promo-price.shop{
    right:12px;
  }
  .webmarker-box3.shops-az .home-pack{
    height: auto;
  }
  .ssl-package .col-lg-2{
    width:30.333%;
    margin-bottom: 20px;
  }
  .ssl-package table.tab-info{
    margin-top: 295px;
  }
  .ssl-package .col-lg-2.additional-informarion{
    display: block;
  }
  .ssl-package .true-business-id-ev.rec > span.label{
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
  }
  .show-insp-page .col-lg-3{
    width: 50%;
    text-align: center;
  }
  .show-insp-page img{
    float: none;
    margin: 0 auto
  }
  .show-insp-page img.hover-box{
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .why-webcreator .box{
    height: 170px;
  }
  .wyh-az-ox .col-lg-4{
    height: 120px;
  }
  .box_package_domains .box{
    width:46%;
    margin:2% 2%;
  }
  .box_package_domains .box h3{
    margin: 15px auto 10px;
  }
  .no_domains_lonely .box,
  .free_register_domains .box{
    width: 32%;
  }
  .no_domains_lonely .box.box2,
  .free_register_domains .box.box2{
    margin: 0 2%;
  }
  .popup_anoniumous{
    width: 100%;
  }
  .menu ul li{
      margin-right: 10px;
  }
  .webmarker-box4.office365_package{
    overflow-x:scroll;
    overflow-y:hidden;
  }
  .webmarker-box4.office365_package .container{
    display: block;
    float: left;
  overflow:auto;
  }
  .parallax{
    display: none;
  }
}
@media (max-width: 1110px){
  .logo {
    margin: 0;
  }
  .webslider-desc .wrapper-slider-web ul.webmarker-slider-desc li h1{
    font-size: 27px;
  }
  .webslider-desc ul.webmarker-slider-desc li ul > li strong{
    font-size: 18px;
  }

}
@media (max-width: 1070px){
  .webmarker-box4 .webmar-box2.shops-az, 
  .webmarker-box4 .webmar-box3.shops-az{
    height: 650px;
  }
  .parallels-plask .col-lg-2{
    width: 33.33%;
  }
  .webslider-desc .wrapper-slider-web ul.webmarker-slider-desc>li{
    text-align: center;
    background: none;
    padding-left: 0;
  }
  .webslider-desc .wrapper-slider-web ul.webmarker-slider-desc>li ul li{
    background: none;
    width: 100%;
  }
  .why-cloud .box{
    width:50%;
  }
  .calc_az .col-lg-2{
    width: 33.333%;
    margin-bottom: 25px;
  }
  .calc_az .prce-wrap{
    border-left: 0;
    width:370px;
    float:none;
    margin:0px auto;
  }
  .ox-info{
    height: auto;
  }
  .package-ox{
    overflow-x:scroll;
    overflow-y:hidden;
  }
  .office365_package .package-ox{
    width:1170px!important;
    overflow:auto;
  }
  .package-ox .wrapper{
    width: 1070px;
    display: block;
    float: left;height: auto;
    padding-bottom: 30px;
    padding-top: 20px;
  }
  #tabs-5.row.full-spec.package-ox-full{
    height:auto;
  }
  .they_join_us .desc{
    width:100%;
  }
  .why_bsn .box{
    width:50%;
  }
  .free-package.domians_new_free_package.pack_6_domains .row{
    margin:0;
  }
  .why-reg-in-domains .row, .cross-box.az-wrapper .row{
    margin:0;
  }
}

@media (max-width: 1035px){
  .menu ul li {
    margin-right: 5px;
  }
  .click-promotion .box-bottom .relative-information-box{
    display: none;
  }
  .professional-solution .col-lg-4, .why-webcreator .box,
  .why-ssl .box1, .why-ssl .box2, .why-ssl .box3,
  .why-az-hosting .box4, .why-az-hosting .box5, .why-az-hosting .box6,
  .why-az-hosting .box1, .why-az-hosting .box2, .why-az-hosting .box3{
    width: 50%;
    padding:75px 0 30px 0;
    text-align: center;
    background-position:center top;
    display: inline-block;
    float: left;
  }
  .slider-hosting .bx-wrapper .bx-controls.bx-has-pager.bx-has-controls-direction .bx-pager.bx-default-pager{
    left: 290px;
    width: 454px;
  }
  .why-webcreator .box{
    height: auto;
  }
  .professional-solution .col-lg-4 h1, .why-webcreator .box h2, 
  .why-ssl .box1 h1, .why-ssl .box2 h1, .why-ssl .box3 h1,
  .why-az-hosting .box4 h1, .why-az-hosting .box5 h1, .why-az-hosting .box6 h1,
  .why-az-hosting .box1 h1, .why-az-hosting .box2 h1, .why-az-hosting .box3 h1{
    text-align: center;
  }
  .professional-solution .col-lg-4 p, .why-webcreator .box p,
  .why-ssl .box1 p, .why-ssl .box2 p, .why-ssl .box3 p,
  .why-az-hosting .box4 p, .why-az-hosting .box5 p, .why-az-hosting .box6 p,
  .why-az-hosting .box1 p, .why-az-hosting .box2 p, .why-az-hosting .box3 p{
    width: 70%;
    text-align: center;
    margin: 0 auto;
  }
  .why-webcreator .box p{
    width: 100%;
    float: left;
    text-align: center;
  }
  .top-slider ul li .info-in-ring{
    display: none;
  }
  .search-domains .col-lg-12 .wrapper-search form{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 97%;
    margin: 0 15px; 
  }
  .search-domains .col-lg-12 .wrapper-search>span{
    display: none;
  }
  .resume-info .resume-info-1, .resume-info .resume-info-2, .resume-info .resume-info-3{
    height: auto;
    padding-bottom: 15px;
    background-position: 15px top;
  }
  .box-img-3, .box-img-2, .box-img-1{
    background-size: 100%;
  }
  .link-old-az, .anchor, .slider-small .bx-controls.bx-has-pager{
    display: none;
  }
  .why-reg-in-domains .box1, .why-reg-in-domains .box2, .why-reg-in-domains .box3{
    background-position: 15px top;
  }
  .free-package .box1, .free-package .box2, .free-package .box3{
    height: auto;
    padding-bottom: 20px;
  }
  .ready-inte .box{
    width: 33.33%;
    text-align: center;
  }
  .ready-inte .box img{
    margin: 0 auto;
  }
  .wyh-az-ox .col-lg-4{
    height: auto;
  }
  .free_register_domains .box h4{
    font-size: 23px;
  }
  .wrapper-menu .col-lg-8.menu{
    display: none;
  }
  div.col-lg-1.menu-rwd{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: block;
    float: right;
    position: relative;
    margin: 15px 25px 0 0;
  }
  .col-lg-1.menu-rwd a{
    text-indent: -66666px;
    width: block;
    float:left;
    width: 45px;
    height: 45px;
    background:url("../gfx/menu-rwd.png") no-repeat center center;
    background-size: 100% 100%;
  }
  .fixed-menu .col-lg-1.menu-rwd{
    margin-top: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .wrapper-menu .right-panel{
    float: right;
  }
  .right-panel ul{
    width:auto;
  }
  .menu{
    float: left;
  }
  .wrapper-menu .right-panel{
    right: auto;
    left:135px;
  }
}
@media all and (max-width:980px){
  .right-panel ul li {
    margin-right: 10px;
  }
  .wrapper-menu #basket.application-www.basket-small {
    margin: 0px;
    /*padding: 20px 10px;*/
  }
  .menu ul li a {
    font-size: 15px;
  }
  .webmarker-parallax .web-par-content .col-lg-4{
       background: none!important;
    padding: 20px 15px;
  }
  .click-promotion .box-center .box{
    background: none;
    padding:0 15px;
    text-align: center;
  }
  .webmarker-parallax .web-par-content p{
    margin-top: 0;
  }
  .az-shop-make .col-lg-3 a.btn.btn-default{
    width: 135px;
    display: block;
    float: none;
    margin: 0 auto;
  }
  .az-shop-make .col-lg-3{
    width: 50%;
  }
  .webmarker-box3 .home-pack{
    width: 50%;
  }
  .wrapper.box-under-slider .box-img-3,
  .wrapper.box-under-slider .box-img-2,
  .wrapper.box-under-slider .box-img-1{
    width: 100%;
    background-position:center center;
    background-size:initial;
    height: 480px !important;
  }
  .wrapper.box-under-slider .col-lg-8.short-desc{
    text-align: center;
  }
  .wrapper.box-under-slider .col-lg-8{
    width: 100%;
  }
  .box-under-slider .short-desc h1, .box-under-slider .short-desc h2{
    text-align: center;
  }
  .box-under-slider .desc .price{
    margin-left: 22%;
  }
  .box-under-slider ul{
    width:55%;
    margin: 0 auto;
    float: none;
    margin-top: 40px;
  }
  .box-under-slider ul li{
    margin-left: 0;
    width: 100%;
    float: left;
    margin-bottom: 15px;
  }
  .webmarker-box3.shops-az .home-pack{
    width: 33.33%;
  }
  .why-webcreator .box{
    height: 270px;
  }
  .free_register_domains .box h4{
    font-size: 21px;
  }
  .no_domains_lonely .box.box2,
  .no_domains_lonely .box{
    width: 48%;
    margin: 2% 0.5%;
  }
  .your-office .box{
    width: 50%;
  }
  .your-office .box p{
    text-align: center;
  }
  .your-office .box h2{
    padding: 100px 0 0;
    text-align: center;
    background-position: center top;
  }
  .your-office .box-cloud{
    width: 100%;
    background:none;
  }
  .app_all_in_one ul li:hover>span{
    display:none;
  }
  .weather-package .col-xs-4{
    width: 50%;
    height:420px;
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .weather-package .col-xs-4>.box{
    height: 100%;
  }
  .top-slider ul li.helpaz h4{
    margin-top: 20px;
  }
  .top-slider ul li.helpaz h1{
    line-height:45px;
    font-size: 45px;
  }
}

@media all and (max-width:890px){
  .wrapper-menu #basket.application-www.basket-small {
   /* padding: 20px 5px;*/
  }
  .right-panel ul li {
    margin-right: 10px;
  }
  .transfer_domians .container{
    display:none;
  }
  .menu ul li a {
    font-size: 14px;
  }
  .ox-slide h3 span.premiere{
    margin-bottom: 0;
  }
  .wrapper-menu{
  }
  ul#menu-narzedzia #menu-item-26{
     display: none;
  }
  #menu-stopka li#menu-item-18, #menu-stopka li#menu-item-45{
    display: none;
  }
  #menu-stopka .col-lg-8.contact-footer{
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
  .top-slider ul li.slide_fourth h1, .top-slider ul li.slide_third h1, .top-slider ul li.slide_two h1, .top-slider ul li.slide_one h1{
    width:100%;
    font-size:50px;
  }
  .top-slider ul li.slide_fourth h3, .top-slider ul li.slide_third h3, .top-slider ul li.slide_two h3, .top-slider ul li.slide_one h3{
    font-size: 23px;
  }
  .table-responsive{
    width: 890px;
  }
  .free-reg-domains .price-list.first.table-rwd{
    overflow: auto;
  }
  .wrapper.list-price{
    display: none;
  }
  .free-package .promo-price.shop{
    display: none;
  }
  .ssl-package .col-lg-2{
    width: 27%;
  }
  .wrapper.webslider-desc{
    display: none;
  }
  .login-page .bottom-baner{
    display: none;
  }
  .panel-log.wide{
    width: 100%;
    padding: 20px 15px;
  }
  .privacy, .domains_offer .navi_domains_offer{
    display: none;
  }
  .privacy, .domains_offer .col-lg-9{
    width: 100%;
  }
  .free_register_domains .box, .free_register_domains .box.box2{
    width: 100%;
    margin: 0;
  }
  .free_register_domains .box.box2{
    top:0;
  }
  .navi_domains_offer_rwd{
    display: block;
  }
  .free_register_domains .box>.col-lg-6{
    text-align: right;
  }
  .free_register_domains .box>.col-lg-6:last-of-type{
    text-align: left;
  }
  .free_register_domains{
    padding: 60px 15px;
  }
  .domians_new_free_package{
    padding:30px 15px;
  }
  .domians_new_free_package h2{
    width: auto;
  }
  .top-slider ul li.slide_domains.new.ntld.pack_6_domains h1{
    font-size:45px;
    margin-bottom: 0px;
  }
  .top-slider ul li.slide_domains.new.ntld.pack_6_domains h1>strong{
    font-size:inherit;
  }
  .top-slider ul li.slide_domains.new.ntld.pack_6_domains h2{
    font-size:38px;
    margin-top: 0px;
  }
  .benefits-cloud .col-lg-2{
    width: 33.333%;
    height: 250px;
  }
  .about_office365 .col-lg-6{
    width: 100%;
  }
  .about_office365 .icon_men{
    text-align: center;
  }
  .about_office365_desc ul li{
    padding-bottom: 20px;
  }
  .top-slider ul li.office365{
    background-position: 80% top;
  }
  .migration_contact .col-lg-6, .migration_contact .col-lg-5{
    width: 100%;
    padding: 0 15px 20px;
  }
  .cross-box.az-wrapper .col-lg-4{
    width: 50%;
  }
  .box-cross{
    height:420px;
  }
  .data-recovery .col-xs-7{
    margin: 0;
    width: 100%;
  }
  .data-recovery{
    padding: 20px 0 0 0;
    text-align: center;
  }
  .data-recovery.files .row, .data-recovery.log-office .row,
  .data-recovery .row{
    padding-top: 100px;
    background-size: 100px;
    background-position:center top;
  }
  .data-recovery.files .container, .data-recovery.log-office .container,
  .data-recovery .container{
    padding-bottom:120px;
    background-size: 320px;
    background-position:center bottom;
  }
}
.creatorWEBPackage .rwd-sldier3-az{
  display: none;
}
@media (max-width:830px){
  .extrabonus{
    display: none;
  }
  .price-hosting-new span.inf{
    display: block;
    top:0;
  }
  .right-panel ul li {
    margin-right: 10px;
  }
  .wrapper-menu #basket.application-www.basket-small {
    /*padding: 20px 15px;*/
  }
  .menu ul li a {
    font-size: 13px;
  }
  .login-page.login-user .container{
    margin-bottom: 30px;
  }
  .login-page.login-user .panel-log h1.panel-h1{
    margin: 0 auto;
  }
  .login-page.login-user .panel-log{
    width: 100%;
    padding: 20px 15px;
  }
  .slider-hosting .bx-wrapper .bx-controls.bx-has-pager.bx-has-controls-direction .bx-pager.bx-default-pager{
    left: 210px;
  }
  .free-reg-domains h2{
    width: 100%;
  }
  .row.free-reg-domains-footer{
    display: none;
  }
  .row.price-list.last{
    background-color:#eff0f2;
  }
  .box-under-slider .desc .price{
    margin-left: 15%;
  }
  .detal-ox .box1 img, .detal-ox .box2 img, .detal-ox .box3 img, .detal-ox .box4 img{
    display: none;
  }
  .detal-ox .box1, .detal-ox .box3{
    padding-left:15px;
    text-align: center;
  }
  .detal-ox .box2, .detal-ox .box4{
    padding-right: 15px;
     text-align: center;
  }
  .webmarker-box3.shops-az .home-pack{
    width: 100%;
  }
  .professional-solution .col-lg-4{
    height: 200px;
  }
  .domains_offer .wrap_table table td.name{
    width:auto;
  }
  .ssl-package table.tab-info{
    margin-top: 310px;
  }
  .top-slider .landing_page.bsn .col-xs-12{
    margin:0;
    width: 100%;
  }
  .join_us .box{
    width: 33.3333%;
  }
  .join_us .desc{
    width: 100%; 
  }
  .join_us .desc p{
    text-align: center;
  }
  .they_join_us .box{
    width: 100%;
  }
  .bsn_package .col-xs-12{
    width: 100%;
    padding-bottom: 30px;
  }
  .last_box_bsn .col-xs-12{
    width: 100%;
    text-align: center;
  }
  .last_box_bsn h1, .last_box_bsn h4{
    text-align: center;
  }
  .bsn_package{
    padding-bottom: 35px;
  }
  .why-reg-in-domains .col-lg-6{
    width: 100%;
  }
  .why-reg-in-domains .eu{
    padding:100px 0 0 0;
    background-position:center top!important;
    text-align:center;
  }
  .why-reg-in-domains .eu h1{
    text-align:center;
  }
  .why-reg-in-domains .eu p{
    width: 100%;
  }
  .top-slider ul li.slide_domains.new.ntld.seven_domians h1{
    font-size:45px;
    margin: 18px 0 15px 0;
  }
  .top-slider ul li.slide_domains.new.ntld.seven_domians span{
    font-size:32px;
  }
  .hosting-waether ul{
    width: 100%;
    float: left;
  }
  .hosting-waether ul>li{
    margin: 0 0 20px;
    width: 50%; 
    padding:0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
  }
  .hosting-waether .box.box2{
    margin: 0 0 20px;
  }
  .hosting-waether{
    background-size:cover;
    background-position:center top; 
  }

}
.slider-rwd-contrls .ctrl-next a:nth-of-type(2){
  display: none;
}
.slider-rwd-contrls .ctrl-prev a:nth-of-type(2){
  display: none;
}
.main-page-on-slider, .domains-page-on-slider{
  display:none;
}
@media (max-width:800px){
  .wrapper-menu .right-panel{
    display: none;
  }
  .wrapper-menu.fixed-menu .HBS,
  .wrapper-menu .HBS{
    padding-top: 12px;
    width: 45px;
    height: 45px;
    margin-right: 60px;
    margin-top: 6px;
  }
  .wrapper-menu .HBS #basket #basket-header-info{
      display: none;
  }
  .wrapper-menu #basket.application-www.basket-small,
  .wrapper-menu .HBS #basket #basket-header{
    height: 100%;
  }
  .logo {
    margin: 0;
  }
  .why-reg-in-domains h1{
    margin-top: 20px;
  }
  li.slide_two.slide_domains.new a.btn{
    display: none;
  }
  .top-slider ul li.slide_third.slide_autumn.ferie.homepage a.btn{
    display: none;
  }
  .why-webcreator, .webmarker-parallax, .wrapper.click-promotion{
    display: none;
  }
  .show-insp-page.padding-top-120,
  .professional-solution.padding-top-120,
  .why-ssl.padding-top-120{
    /*padding-top:130px;*/
  }
  .hosting-slider{
    display: none;
  }
  .main-page-off-slider, .domains-page-off-slider{
    /*display: none;*/
  }
  .box-under-slider.first{
    padding-top: 0px;
  }
  .wrapper-menu #main-menu{
    display: none;
  }
  .wrapper-menu .right-panel{
    float: right;
  }
  .table-responsive{
    border:none;
    overflow:hidden;
  }
  .menu-rwd{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    display: inline-block;
    float: none;
    position: absolute;
    top: 3px;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    right: 3px;
  }
  .wrapper-menu{
    height: 80px;
  }
  .logo h1{
    margin-top: 10px;
  }
  .menu-rwd a{
    text-indent: -66666px;
    width: block;
    float:left;
    width: 45px;
    height: 45px;
    background:url("../gfx/menu-rwd.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
  }
  .fixed-menu .menu-rwd{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .wrapper-menu .col-lg-8 {
    width: 20%;
  }
  .wrapper-menu .right-panel{
    width: 80%;  
  }
    .right-panel ul{
    width:auto;
  }
  .top-slider ul li.slide_fourth h1, .top-slider ul li.slide_third h1, .top-slider ul li.slide_two h1, .top-slider ul li.slide_one h1{
    font-size: 37px;
    line-height: 41px;
  }
  .top-slider ul li.slide_fourth h3, .top-slider ul li.slide_third h3, .top-slider ul li.slide_two h3, .top-slider ul li.slide_one h3{
    font-size: 19px;
  }
  .top-slider ul li.slide_fourth a, .top-slider ul li.slide_third a, .top-slider ul li.slide_two a, .top-slider ul li.slide_one a{
    display: none;
  }
  .top-slider ul li.slide_two.slide_ssl .price-slide em{
    top:2px;
  }
  .top-slider ul li.slide_third.slide_autumn.santa{
    background-image:url("../gfx/hosting-rwd.jpg");
    background-position: center top;
  }
  .top-slider ul li.ox-slide{
    background-image:url("../gfx/ox-rwd.jpg");
    background-position: center top;
  }
  .top-slider ul li .price-slide>*{
    display: block!important;
    float: left!important;
    position: static!important;
    margin:0!important;
    line-height: 55px!important;
  }
  .top-slider ul li.office365 span.red{
    font-size: 55px;
  }
  .top-slider ul li.office365 span.info,
  .top-slider ul li .price-slide>.old-price-slide, .top-slider ul li .price-slide>.ab-year{
    width: 100%; 
  }
  
  .top-slider ul{
    margin-bottom:0;
  }
  .top-slider ul li.slide_fourth.shop-100.new-shop-100.new-eshop{
    background-position: center top;
    background-image: url("../gfx/shops-rwd.jpg");
  }
  .webmaker-slider.top-slider ul li.slide_two{
    background-position: left top;
  }
  .panel-log.wide .new-panel .box{
    width: 100%;
  }
  .panel-log.wide .new-panel .box a.btn{
    display: block;
    float: left;
    width: 100%;
  }
  .panel-log.wide .new-panel form button{
    width: 100%;
    display:block;
    float: left;
  }
  .panel-log.wide .new-panel .box{
    text-align: center;
  }
  .top-slider ul li.slide_third.slide_autumn.santa.promo-5 h1.promo-5-title{
    font-size: 28px;
    line-height:12px;
  }
  .top-slider ul li.slide_third.slide_autumn.santa.promo-5 h1.promo-5-title strong{
    font-size:44px;
  }
  .top-slider ul li.office365{
    background-position:70% top;
  }
  .top-slider ul li.office365 span.info{
    display:none!important;
  }
  .top-slider ul li.office365 a.btn.btn-default, .top-slider ul li.office365 h2{
    display:none;
  }
  .top-slider ul li.office365 h1{
    font-size: 50px;
  }
  .top-slider ul li.slide_fourth .price-slide span{
    font-size: 55px;
  }
  .top-slider ul li.slide_two .price-slide span{
    font-size: 55px;
  }
  .app_all_in_one ul{
    width: 100%;
  }
  .app_all_in_one ul>li:last-of-type{
    margin-right:15px;
  }
  .app_all_in_one ul>li{
    margin:0 15px 15px;
  }
  .top-slider ul li.info-domains.slide_two.shotten h1{
    font-size:60px;
  }
  .top-slider ul li.info-domains.slide_two h2{
    font-size: 28px;
  }
  
  /*RWD 30.12.2015*/
  li .container .price-hosting-new span.inf {
    top:-5px;
  }
  li .container .price-hosting-new {
    margin-top:10px;
  }
  .wrapper.search-domains .container .wrapper-search form button.btn.btn-default {
    margin-right:5px;
  }
  .system_galaxy.domains_glk.januar {
    margin-top:15px;
  }
  .wrapper.buy_set.mail .system_galaxy.system_galaxy2.vps.januar {
    top:60px;
    margin-left:15px;
  }
  .off-box div.col-lg-4.webmar-box2.vps-box ul,
  .off-box div.col-lg-4.webmar-box3.shop-pro.vps-pack.rec ul,
  .off-box div.col-lg-4.webmar-box3.shop-pro.vps-pack.vps-box ul {
    padding-left:16px;
  }
  .off-box .vps-box div.main-price small,
  .off-box .vps-pack.rec div.main-price small {
    left: 75px;
    top: 40px;
  }
  .container div.row div.col-lg-12 img.icon_galaxy {
    top:115px;
  }
  .row.navi_domains_offer_rwd div.col-lg-12 a#navi_rwd_domains {
    background-color:#fff;
    margin-bottom:12px;
  }
  .search-domains .col-lg-12 .wrapper-search form {
    box-sizing: border-box;
    margin: 0 15px;
    width: 96%;
  }
  .wrapper.eshop_galaxy_bg.domains_galaxy_bg.januar .wrapper.box_package_domains .container .row {
    margin: auto; max-width: 80%;
  }
  
  /*END RWD 30.12.2015*/
  
}
@media (max-width:750px){
  .webmarker-box3 .home-pack{
    padding: 75px 15px 15px 15px;
    text-align: center;
    background-position: center top;
    height: auto; 
  }
  .domians_new_free_package .slider-free-pack-rwd{
    display: block;
  }
  .domians_new_free_package .slider-free-pack-rwd, .domians_new_free_package .slider-rwd-contrls{
    display: block;
  }
  
  .sliderCREATOR.webmarker-box4 .webmar-box1, .sliderCREATOR.webmarker-box4 .webmar-box2, .sliderCREATOR.webmarker-box4 .webmar-box3{
      height: 650px;
  }
  .sliderCREATOR.webmarker-box4 .big-rwd-slider .bx-viewport{
    height:680px!important;
  }
  .creatorWEBPackage .rwd-sldier3-az{
    display: block;
  }
  .rwd-sldier3-az{
    position: relative;
  }
  .parallels-plask .col-lg-2,
  .professional-solution .col-lg-4{
    height: auto;
  }
  .vps-bottom-slider .big-rwd-slider .bx-viewport{
    height:auto!important;
  }
  .vps-bottom-slider.webmarker-box4 h2{
    margin-bottom: 20px;
  }
  .off-box{
    display: none;
  }
  .big-rwd-slider{
    display: block;
    position: relative;
  }
  .rwd-sldier3-az .slider-rwd-contrls,
  .slider-package-rwd .slider-rwd-contrls,
  .big-rwd-slider .slider-rwd-contrls{
    display: block;
    top: 50%;
  }
  .rwd-sldier3-az .slider-rwd-contrls{
    top:38%;
  }
  .ready-inte .box{
    position: relative;
    height: auto;
  }
  .ready-inte .box a.link span.arrow-green{
    display: none;
  }
  .big-rwd-slider ul li{
    margin: 15px 0;
  }
  .big-rwd-slider .bx-viewport{
    height: 114%!important;
  }
  .webmarker-box4 .hosting-box1, .webmarker-box4 .hosting-box2, .webmarker-box4 .hosting-box3{
    height: 700px;
  }
  .hosting-bottom-slider .big-rwd-slider .bx-viewport{
    height: 715px!important;
  }
  .webmarker-box3 h2{
    width:auto;
  }
  .slider-package-rwd{
    display: block;
    position: relative;
  }
  .webmarker-box3 .slider-package-rwd .home-pack{
    text-align: center;
    padding:100px 0 20px 0;
    background-position: center top;
  }
  .wrapper.webmarker-box4{
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .price2-box2-upper{
    display: none;
  }
  .full-spec.package-ox #ox-slider .box1, 
  .full-spec.package-ox #ox-slider .box2, 
  .full-spec.package-ox #ox-slider .box3, 
  .full-spec.package-ox #ox-slider .box4{
    height: auto;
  }
  .ssl-package .big-rwd-slider .bx-viewport{
    height:101%!important;
  }
  .wrapper.vps-bottom-slider.webmarker-box4{
    padding: 0;
  }
  .shoplastbox .big-rwd-slider .bx-viewport{
    height:760px!important;
  }
  .webmarker-box4.shoplastbox .webmar-box2.shops-az, .webmarker-box4.shoplastbox .webmar-box3.shops-az{
    height:700px!important;
  }
  .no_domains_lonely .box.box2,
  .no_domains_lonely .box{
    width: 100%;
    margin:15px 0 0 0;
  }
  .no_domains_lonely .box.box2{
    margin:10px 0;
  }
  .no_domains_lonely{
    padding:60px 15px;
  }
  .no_domains_lonely .rwd-sldier3-az .bx-viewport{
    height: 420px!important;
  }
  .no_domains_lonely ul{
    padding-left: 0;
  }
  .top-slider ul li.slide_domains.new.ntld.pack_6_domains{
    height:520px!important;
    background-position: center top;
  }
  .webmarker-box3, .free_register_domains{
    padding: 15px 0;
  }
  .set-configuration .box{
    text-align: center;
    width: 100%;
    padding: 100px 15px 35px;
    background-position: center top!important;
  }
  .set-configuration p, .set-configuration .box h2, .set-configuration .box p{
    text-align: center;
  }
  .set-btn{
    float: none;
    margin:0 auto;
  }
  .top-slider ul li.office365.cloud.new-cloud em.red{
    height: 55px;
    padding-top:5px;
  }
  .top-slider ul li.office365.cloud span.red{
    height: 55px;
  }
  .your-office .box{
    width: 100%;
  }
  .ox-business .box{
    width: 50%;
  }
  a.question{
    display: none;
  }
  .ox-info .col-lg-4{
    display: none;
  }
  .ox-info .col-lg-8{
    width: 100%;
  }
  .last-box a{
    display: block;
    float: left;
    width: 100%;
    margin:20px 0 0 0;
  }
  .domains_offer .button_box .col-lg-12{
    padding-top: 30px;
  }
  .cross-box.az-wrapper .col-lg-4{
    width: 100%;
  }
  .box-cross{
    height: auto;
  }
  div.wrapper.helpaz .col-xs-3{
    width: 50%;
  }
  div.wrapper.helpaz p{
    font-size:16px;
  }
  div.wrapper.helpaz h1{
    font-size:22px;
  }

/*  .no_domains_lonely .bx-viewport{
    height: 460px!important;
  }*/
}
@media (max-width:720px){
  .office365_package .full-spec .box1 img{
    display: none;
  }
  .top-slider.az-slider .slide_vps.new .price-slide.new-prices small{
    line-height: 20px;
  }
  .top-slider.az-slider .slide_vps.new .price-slide.new-prices em.red{
    left: 230px;
  }
  li.slide_fourth.shop-100.new-shop-100 .hosting-price em.red{
    margin-left:-8px;
  }
  .main-slider-subpage li.slide_third.slide_autumn.new-prices-schema h1{
    line-height: 56px;
  }
  li.slide_two.slide_domains.new .price-slide.hosting-price em.red{
    left: 145px;
  }
  .last-box a{
    margin-left: 0;
  }
  .box-under-slider ul{
    text-align: left;
    width:80%;
  }
  .wrapper.parallax{
    display: none;
  }
  .top-slider ul li.slide_fourth h3, .top-slider ul li.slide_third h3, .top-slider ul li.slide_two h3, .top-slider ul li.slide_one h3{
  }
  .top-slider ul li.slide_third.slide_autumn.ferie.homepage h3{
    font-size: 50px;
  }
  .top-slider ul li.slide_third.slide_autumn.ferie.homepage h1{
    font-size: 66px;
  }
  .main-page-on-slider.top-slider ul li{
    background-position:90% top; 
  }
  .main-slider-subpage li.slide_third.slide_autumn.new-prices-schema .price-slide.hosting-price small{
    line-height: 22px;
  }
  .top-slider ul li.slide_third.slide_autumn.ferie.homepage ul{
    margin-left: 0;
  }
  .top-slider ul li.slide_third.slide_autumn.ferie.homepage a.btn{
    top: 260px;
  }
  .box-img-3, .box-img-2, .box-img-1{
    width: 100%;
    background-position: center 20px;
    background-size:32%;
    height: 260px;
  }
  .wrapper.box-under-slider .col-lg-8{
    width: 100%;
  }
  .wrapper.box-under-slider{
      text-align: center;
  }
  .box-under-slider .desc .price.wide,
  .box-under-slider .desc .price{
    width: 87%;
    margin-left: 0;
  }
  .top-slider ul li.slide_fourth h1, .top-slider ul li.slide_third h1, .top-slider ul li.slide_two h1, .top-slider ul li.slide_one h1{
    font-size: 37px;
  }
  .top-slider ul li.slide_fourth .price-slide span.old-price-slide, .top-slider ul li.slide_third .price-slide span.old-price-slide, .top-slider ul li.slide_two .price-slide span.old-price-slide, .top-slider ul li.slide_one .price-slide span.old-price-slide{
    font-size: 24px;
    top:-25px;
  }
  .top-slider ul li.slide_fourth .price-slide span, .top-slider ul li.slide_third .price-slide span, .top-slider ul li.slide_two .price-slide span, .top-slider ul li.slide_one .price-slide span{
    font-size: 65px;
  }.top-slider ul li.slide_fourth .price-slide em, .top-slider ul li.slide_third .price-slide em, .top-slider ul li.slide_two .price-slide em, .top-slider ul li.slide_one .price-slide em, .top-slider ul li.slide_fourth .price-slide small, .top-slider ul li.slide_third .price-slide small, .top-slider ul li.slide_two .price-slide small, .top-slider ul li.slide_one .price-slide small{
    font-size: 34px;
  }
  .top-slider ul li.slide_fourth .price-slide small, .top-slider ul li.slide_third .price-slide small, .top-slider ul li.slide_two .price-slide small, .top-slider ul li.slide_one .price-slide small{
    bottom: 13px;
  }
  .top-slider ul li.slide_fourth a span, .top-slider ul li.slide_third a span, .top-slider ul li.slide_two a span, .top-slider ul li.slide_one a span{
    font-size: 14px;
  }
  .top-slider ul li.slide_fourth a, .top-slider ul li.slide_third a, .top-slider ul li.slide_two a, .top-slider ul li.slide_one a{
    padding:10px 25px;
  }
   .top-slider ul li.slide_fourth a span.arrow-white {
    font-size: 14px;
   }
  .search-domains .col-lg-12 .wrapper-search form{
    width: 94%;
  }
  .search-domains .col-lg-12 .wrapper-search form input{
    width: 50%;
    font-size: 18px;
  }
  .why-reg-in-domains .box1, .why-reg-in-domains .box2, .why-reg-in-domains .box3{
    display: none;
  }
  .search-domains .col-lg-12 h4{
    font-size:13px;
    line-height: 15px;
  }
  .why-reg-in-domains{
    padding-bottom: 0;
  }
  .why-reg-in-domains h1, .free-reg-domains h1, .free-package h1{
    font-size: 26px;
  }
  .why-reg-in-domains h2, .free-reg-domains h2, .free-package h2{
    font-size: 20px;
  }
  .last-box.bg-white{
    padding-top: 20px;
  }
  .last-box a{
    top:10px;
  }
  .free-package .box1, .free-package .box2, .free-package .box3{
    background-position: 10px 5px;
    text-align: center;
  }
  .old-price-slide.domains-site small{
    font-size: 26px!important;
    left: 207px!important;
    margin: 0!important;
  }
  .top-slider ul li.slide_domains{
    height: 480px;
  }
  .last-box a#knowledge-base{
    top:-5px;
    margin-left: 20px;
  }
  .webmaker-slider ul li.slide_two small.www{
    font-size: 14px;
  }
  .top-slider ul li.slide_two.slide_ssl .price-slide small{
    font-size: 14px;
    bottom:15px;
  }
  .slide_two.slide_vps.new, 
  .slide_two.slide_ssl{
    background-position: 70% top!important;
  }
  .login-page.login-user .box{
    width: 100%;
  }
  .login-page.login-user .panel-log form button{
    float: left;
    width: 100%;
    margin-top: 35px;
  }
  .login-page.login-user .box{
    text-align: center;
  }
}
  .slider-free-pack-rwd{
    position: relative;
  }
  .slider-free-pack-rwd .box1, .slider-free-pack-rwd .box2, .slider-free-pack-rwd .box3{
    padding: 70px 0 0 0;
    background-position: center top;
  }
  .parallels-plask .slider-free-pack-rwd .box6,
  .parallels-plask .slider-free-pack-rwd .box5,
  .parallels-plask .slider-free-pack-rwd .box4,
  .parallels-plask .slider-free-pack-rwd .box3,
  .parallels-plask .slider-free-pack-rwd .box2,
  .parallels-plask .slider-free-pack-rwd .box1{
    padding: 150px 0 35px 0;
    background-position: center 30px; 
  }
  .slider-free-pack-rwd p{
    font-size: 19px;
    margin: 0 auto;
    width: 70%;
  }
  .free-package h2{
    width: auto;
  }
@media (max-width:685px){
  .az-shop-make .col-lg-3{
    width: 100%;
    text-align: center;
  }
  .az-shop-make .col-lg-3:nth-of-type(3){
    display: none;
  }
  .free-pack-rwd{
    display: none;
  }
  .slider-free-pack-rwd{
    position: relative;
  }
  .slider-free-pack-rwd,
  .slider-rwd-contrls{
    display: block;
  }
  .last-box.bg-white{
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .box_package_domains .box{
    width: 100%;
    margin: 0 0 25px 0;
  }
  .box_package_domains{
    padding:50px 15px 25px;
  }
  .navi_domains_offer_rwd .content_navi{
    width: 95.5%;
  }
  .domains_offer .wrap_table{
    overflow: auto;
    width:100%;
    position: relative;
    height:300px;
  }
  .domains_offer .wrap_table table{
    width: 700px;
  }
  .domains-page-off-slider .bx-viewport{
    height: 440px!important
  }
  .weather-package .col-xs-4{
    width: 100%;
  }
  .hosting-waether p{
    line-height:36px;
  }
}
@media(max-width:635px){
  .calc_az .col-lg-2{
    width: 100%;
  }
  .calc_az .inlineblock.device{
    width: 50%;
  }
  .top-slider ul li.slide_domains.new.ntld.weather h1{
    font-size:35px;
  }
  .top-slider ul li.slide_domains.new.ntld.weather h2{
    font-size:24px;
  }
  .az-weather h1{
    font-size:22px;
  }
  .az-weather h2{
    font-size:18px;
  }
  .top-slider ul li.helpaz .helpaz-price .lab em{
    font-size: 35px;
  }
  .top-slider ul li.helpaz .helpaz-price .lab strong{
    font-size: 20px;
  top: -14px;
  }
  .top-slider ul li.helpaz .helpaz-price .old-price-slide{
    font-size: 18px;
    top: -14px;
    margin-right: 5px;
  } 
  .top-slider ul li.helpaz .helpaz-price .ab-year{
    font-size: 13px;
    top: 8px; 
    left: -90px;
  }
  .top-slider ul li.helpaz h1{
    line-height: 35px;
    font-size: 35px;
  }
  .data-recovery h1{
    font-size: 24px;
  }
  .data-recovery h2{
    font-size: 16px;
  }
  .have-questions span.txt,
  .have-questions span{
    font-size: 20px;
    top:1px;
  }
  .have-questions a{
    font-size: 15px;
    padding: 0 22px 3px 40px;
    margin-left: 15px;
  }
  .have-questions a.btn span.arrow-white{
    background-position:right 10px;
  }
  .data-recovery table{
    font-size: 14px;
  }
  .data-recovery table td{
    padding: 8px 15px;
  }
}
@media (max-width:570px){
  .top-slider ul li.slide_fourth.shop-100.new-shop-100.new-eshop h1{
    width: auto;
  }
  .show-insp-page .col-lg-3{
    width: 100%;
  }
  .last-box a#knowledge-base{
    top:5px;
    margin-left: 0;
  }
  .why-ssl .box1, .why-ssl .box2, .why-ssl .box3{
    width: 100%;   
  }
  .top-slider ul li.slide_third.slide_autumn.ferie.homepage ul{
    display: none;
  }
  .top-slider ul li.slide_domains{
    background-position: 840px top;
  }
  .free_register_domains .price_lable .label h3{
    width: 100%;
    text-align: center;
  }
  .free_register_domains .price_lable .label a{
    float: left;
    width: 100%;
  }
  .free_register_domains .price_lable .label{
    width:100%;
    text-align:center;
  }
  .free_register_domains .price_lable .label>span{
    margin:10px 5px 0 43%;
  }
  .top-slider ul.main-slider-subpage .slide_domains_new h3 {
    font-size: 22px;
  }
  .top-slider ul.main-slider-subpage .slide_domains_new h1{
    font-size: 63px;
  }
  .top-slider ul.main-slider-subpage .slide_domains_new h4{font-size: 67px;}
  .top-slider ul.main-slider-subpage .slide_domains_new{
    background-position: 71% top;
  }
  .why-cloud .box{
    width:100%;
    text-align: center;
  }
  .why-cloud .box h2{
    padding: 70px 0 0;
    text-align: center;
    background-position: center top!important;
  }
  .why-cloud h2{
    font-size: 16px;
  }
  .why-cloud h1{
    font-size: 22px;
  }
  .why-az-hosting .col-lg-4{
    width: 100%!important;
  }
  .why-az-hosting .head-why-az-hosting h2{
    font-size: 18px;
    line-height: 22px;
  }
  .why-az-hosting .head-why-az-hosting h1{
    font-size: 28px;
  }
  .why-az-hosting .col-lg-4 h1{
    font-size:22px!important; 
  }
  .wrapper-menu #basket.application-www #basket-small-open{
    /*display: none!important;*/
  margin-right:-40px;
  }
  .top-slider ul li.slide_domains.new.ntld.seven_domians h1{
    font-size:32px;
    margin-bottom:10px;
    line-height: 30px;
  }
  .top-slider ul li.slide_domains.new.ntld.seven_domians span{
    font-size: 25px;
    float: left;
    clear: both;
  }
  .top-slider ul li.slide_domains.new.ntld.seven_domians span.price-small{
    font-size:36px;
  }
  .top-slider ul li.slide_domains.new.ntld.seven_domians span.price-small>em{
    font-size: 22px;
  }
}
@media (max-width: 510px){
  .top-slider.az-slider .slide_vps.new .price-slide.new-prices span.old-price-slide{
    display: none;
  }
  .top-slider.az-slider .slide_vps.new .price-slide.new-prices em.red{
    left: 42px;
  }
  .top-slider.az-slider .slide_vps.new .price-slide.new-prices small{
    left: 115px;
  }
  .login-page .box.bg-gray img{
    width: 100%;
  }
  .panel-log.wide .new-panel .box,
  .panel-log.wide .new-panel .box.bg-gray{
    padding: 20px 15px;
    height: auto;
  }
  .login-page{
    padding-bottom: 30px;
  }
  .benefits-cloud .col-lg-2{
    width: 100%;
    height: auto;
  }
  .top-slider ul li.office365.cloud.new-cloud{
    padding-top: 0;
  }
  .ox-business h1{
    font-size: 26px;
  }
  .ox-business h2{
    font-size: 20px;
  }
  .ox-business h2{
    font-size: 16px;
  }
  .ox-business .box p, .ox-business .box h2{
    font-size:14px;
  }
  .ox-links a{
    display: none;
  }
  .hosting-waether ul>li{
    width:100%;
  }
  div.wrapper.helpaz .col-xs-3{
    width: 100%;
  }
  div.wrapper.helpaz h2{
    padding: 80px 0 20px;
    background-position:center top!important;
    text-align: center;
  }
  .data-recovery .more-information{
    overflow-x:scroll;
    overflow-y:auto; 
  }
  .data-recovery table{
    width: 500px;
  }
  .shoper .price-hosting-new span.p-netto.color{
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .price-hosting-new span.p-br span.color{
    -webkit-border-radius: 0;
    border-radius: 0;
    top:-6px;
    margin-left:0;
  }
}
@media (max-width:470px){
  .price-hosting-new span.p-br small{
    font-size:12px;
  }
  .price-hosting-new span.p-netto{
    font-size:51px;
  }
  .free_register_domains .price_lable .label>span{
    margin-left: 34%;
  }
  .no_domains_lonely .box h3.price>em,
  .no_domains_lonely .box h3.price>small{
    font-size: 11px;
  }
  .no_domains_lonely .box h3.price>small{
    top: -16px;
  }
  .free_register_domains .box h4{
    font-size: 18px;
  }
  .slider-free-pack-rwd p{
    font-size: 16px;
  }
  .free-package h3{
    font-size: 19px;
  }
  .top-slider span.bull{
    display: none;
  }
  .no_domains_lonely .box .content>span,
  .no_domains_lonely .box p{
    font-size:14px;
  }
  .top-slider ul li.slide_two .price-slide small{
    font-size: 16px;
  }
  .no_domains_lonely .box h3.price>span{
    font-size: 36px;
  }
  li.slide_fourth.shop-100 div .price-slide.hosting-price small{
    margin-top:0px;
    line-height: 16px;
  }
  li.slide_fourth.shop-100.new-shop-100 .hosting-price em.red{
    margin-left: -42px;
  }
  .top-slider ul li.slide_autumn h1 strong{
    font-size: 55px;
  }
  .main-slider-subpage li.slide_third.slide_autumn.new-prices-schema .price-slide.hosting-price small{
    font-size: 14px;
  }
  .main-slider-subpage li.slide_third.slide_autumn.new-prices-schema .price-slide.hosting-price em.red{
    left: 140px;
    font-size: 35px;
  }
  .main-slider-subpage li.slide_third.slide_autumn.new-prices-schema .price-slide.hosting-price span.old-price-slide{
    font-size: 25px;
  }
  .main-slider-subpage li.slide_third.slide_autumn.new-prices-schema .price-slide.hosting-price span.red{
    font-size: 49px;
    line-height: 105px;
  }
  li.slide_two.slide_domains.new .price-slide.hosting-price em.red{
    left: 114px;
  }
  .search-domains .col-lg-12 h4.bigger{
    font-size: 12px;
    margin-top: 10px;
  }
  .top-slider ul li.slide_third.slide_autumn.ferie.homepage h1{
    font-size: 55px;
  }
  .top-slider ul li.slide_third.slide_autumn.ferie.homepage h3{
    font-size: 40px;
  }
  .box-under-slider .short-desc h1{
    font-size:28px;
  }
  .box-under-slider .short-desc h2{
    font-size: 24px;
  }
  .no_domains_lonely{
    padding: 60px 0;
  }
  .top-slider ul.main-slider-subpage .slide_domains_new{
    background-position: 56% top;
  }
  .webmarker-box4 .webmar-box1 ul, .webmarker-box4 .webmar-box2 ul, .webmarker-box4 .webmar-box3 ul{
    padding-left: 55px;
  }
  .webmarker-box4 .webmar-box1 .main-price, .webmarker-box4 .webmar-box2 .main-price, .webmarker-box4 .webmar-box3 .main-price{
    margin-left: -75px;
  }
  .wrapper h1{
    font-size: 24px!important;
  }
  .wrapper h2{
    font-size: 16px!important;
    line-height: 19px;
  }
    .box-under-slider .desc ul{
      display: none;
    }
    .last-box a span{
      font-size: 13px;
      padding: 5px 25px 5px 0;
    }
    .btn span.arrow-green.arrow-down{
      background-position:right center;
    }
    .box-under-slider .short-desc p{
      display:none;
    }
    .box-under-slider .desc{
      padding-bottom: 20px;
    }
     .box-img-3, .box-img-2, .box-img-1{
      background-size: 50%;
       height: 240px;
     }  
     .box-under-slider .short-desc{
      padding-top: 20px;
     }
     .short-desc{
      padding-top: 20px;
     }
    .top-slider ul li.slide_fourth .price-slide span.old-price-slide, .top-slider ul li.slide_third .price-slide span.old-price-slide, .top-slider ul li.slide_two .price-slide span.old-price-slide, .top-slider ul li.slide_one .price-slide span.old-price-slide{
      font-size: 16px;
    }
    .top-slider ul li.slide_fourth .price-slide span, .top-slider ul li.slide_third .price-slide span, .top-slider ul li.slide_two .price-slide span, .top-slider ul li.slide_one .price-slide span{
      font-size: 54px;
    }.top-slider ul li.slide_fourth .price-slide em, .top-slider ul li.slide_third .price-slide em, .top-slider ul li.slide_two .price-slide em, .top-slider ul li.slide_one .price-slide em, .top-slider ul li.slide_fourth .price-slide small, .top-slider ul li.slide_third .price-slide small, .top-slider ul li.slide_two .price-slide small, .top-slider ul li.slide_one .price-slide small{
      font-size: 24px;
    }
    .search-domains .col-lg-12 .wrapper-search form button{
      font-size: 12px;
    }
    .search-domains .col-lg-12 .wrapper-search form button>span{
      background-position: right 3px; 
    }
    .top-slider ul li.slide_fourth h1.homepage-h1, .top-slider ul li.slide_third h1.homepage-h1, .top-slider ul li.slide_two h1.homepage-h1, .top-slider ul li.slide_one h1.homepage-h1{
        line-height:48px;
        font-size: 42px;
    }
    .old-price-slide.domains-site small{
      font-size: 26px!important;
      left: 145px!important;
      margin: 0!important;
      top: -14px!important;
    }
  .wrapper.box-under-slider .box-img-3,
  .wrapper.box-under-slider .box-img-2,
  .wrapper.box-under-slider .box-img-1{
    width: 100%;
    background-position:center top;
    background-size:70%;
    height: 420px!important;
  }
  .wrapper.box-under-slider .box-img-2,
  .wrapper.box-under-slider .box-img-3{
     background-position:center bottom;
  }
  .top-slider .ox-slide .hosting-price.price-ox small.desc{
    line-height: 22px;
  }
  .webmaker-slider ul li.slide_two small.www{
    font-size: 14px;
    line-height: 18px;
    margin-top: 0;
  }
  .webmaker-slider ul li.slide_two em.red.www{
    left: 95px;
  }
  .login-page .panel-log-head h1,
  .login-page.login-user .panel-log h1.panel-h1{
      background-position: center top;
      padding: 60px 0 0 0;
      width: 100%;
      margin: 0;
    }
    .login-page .panel-log-head h1{
      text-align: center;
      padding-bottom: 20px;
    }
    .top-slider ul li.slide_third.slide_autumn.santa.promo-5 h1.promo-5-title{
      font-size: 20px;
      line-height:12px;
    }
    .top-slider ul li.slide_third.slide_autumn.santa.promo-5 h1.promo-5-title strong{
      font-size:32px;
      line-height: 29px;
    }
  .top-slider li .new-prices-schema span.red{
    font-size: 40px;
  }
  strong.nobold{
    font-size: 20px;
  }
  .top-slider ul li.slide_domains.new.ntld.pack_6_domains h1{
    font-size:32px;
    margin-bottom: 0px;
  }
  .top-slider ul li.slide_domains.new.ntld.pack_6_domains h2{
    font-size:28px;
    margin-top: 0px;
  }
  .top-slider ul li.office365.cloud.new-cloud h1{
    font-size: 32px;
    line-height: 30px;
  }
  .top-slider ul li.office365.cloud span.red{
    font-size: 36px;
  }
  .top-slider ul li.office365.cloud.new-cloud em.red{
    font-size:16px;
    padding-left: 0;
  }
  .calc_az .prce-wrap{
    width: 100%;
    float: left;
  }
  .content-cloud-set .calc_az h5{
    padding: 0 15px;
  }
  .why-cloud .btn.btn-primary{
    float: left;
    display:block;
    width: 100%;
    padding-left:0;
    padding-right:0;
    margin:15px 0 0 ;
  }
  .top-slider ul li.office365.cloud.new-cloud h3{
    font-size:25px;
  }
  .migration_contact .col-lg-6 img{
    max-width: 100%;
  }
  .migration_contact.office365_contact a.btn{
    width: 100%;
    margin:15px 0px 0px 0px;
  }
  .migration_contact.office365_contact a.btn.btn-default{
    margin-left: 0;
  }
  .top-slider ul li.office365 span.red{
    font-size: 45px;
  }
  .top-slider ul li.office365 em.red{
    font-size: 20px;
    letter-spacing: 0;
    line-height: 20px!important;
    padding-top: 27px;
    padding-bottom: 8px;
  }
  .top-slider ul li.office365 h1{
    font-size: 38px;
    line-height: 42px;
  }
  .your-office p{
    font-size:16px;
  }
    .test-hosting-box{
    padding-top:20px;
  }
  .why-az-hosting{
    padding-bottom: 0;
  }
  .detal-ox .header-detal-ox h1{
    margin-top: 30px;
  }
  .detal-ox .box{
    margin-top: 0px;
    padding-top: 20px;
  }
  .detal-ox{
    padding-bottom: 0;
  }
  .why_bsn .box{
    width: 100%;
  }
  .top-slider .landing_page h1{
    font-size: 40px;
    line-height: 42px;
    margin-top:30px;
  }
  .top-slider .landing_page a.btn{
    width: 100%;
    display: block;
    float: left;
  }
  .top-slider .landing_page a.btn.transparent{
    margin: 15px 0 0 0;
  }
  .top-slider ul li.slide_two.shotten .price-slide span{
    font-size:45px;
  }
  .top-slider ul li.info-domains.slide_two.shotten h1{
    font-size: 40px;
  }
}
.top-slider ul li.slide_two .price-slide span{
  font-size: 45px;
}
@media (max-width:400px){
  .top-slider ul{
    margin-bottom:0;
  }
  .ox-slide h3 span.premiere{
    font-size: 30px;
  }
  .top-slider ul li.slide_third.slide_autumn.ferie.homepage h1{
    font-size: 35px;
  }
  .top-slider ul li.slide_third.slide_autumn.ferie.homepage h3{
    font-size: 30px;
  }
  .login-page.login-user .panel-log{
    padding: 20px 15px;
  }
  .login-page.login-user .box{
    padding: 30px 0;
  }
  .top-slider ul.main-slider-subpage .slide_domains_new h3 {
    font-size: 16px;
  }
  .top-slider ul.main-slider-subpage .slide_domains_new h1{
    margin: 0;
    font-size: 45px;
  }
  .weather-package .box{
    padding: 40px 15px 28px;
  }
  .top-slider ul.main-slider-subpage .slide_domains_new h4{font-size: 48px;}
}

@media (max-width:384px){
  .navi_domains_offer_rwd .content_navi{
    width:91.9%;
  }
  .top-slider ul li.slide_domains.new.ntld.pack_6_domains h1{
    font-size:28px;
    margin-bottom: 0px;
    line-height: 32px;
  }
  .top-slider ul li.slide_domains.new.ntld.pack_6_domains h2{
    font-size:22px;
    margin-top: 0px;
  }
  .top-slider.az-slider .slide_vps.new .price-slide.new-prices span.red{
    font-size:45px;
  }
  .webmaker-slider.top-slider ul li.slide_two{
    background-position:right top;
  }
  .ox-business .box{
    width: 100%;
  }
  .wrapper-menu .col-xs-1{
    position: absolute;
    top: 0px;
    right:0px;
  }
  .top-slider ul li.slide_domains.new.ntld.pack_6_domains h1{
    margin-top: 0;
  }
  .top-slider ul li.slide_third.slide_autumn.santa.promo-5{
    background-position: 60% top;
  }
  .top-slider ul li.slide_domains.new.ntld.pack_6_domains{
    background-position: 71% top;
  }
  .wrapper.box-under-slider .box-img-3{
    height:285px!important;
  }
  .box-under-slider .desc .price span.old-price i{
    margin-left: -56px;
  }
  .top-slider ul li.slide_ssl.slide_third{
    background-position: 60% top;
  }
  .top-slider ul li.office365{
      background-position: 40% top;
  }
  .about_office365{
    padding-top:0px;
  }
  .calc_az .prce-wrap span, .calc_az .prce-wrap small{
    font-size: 40px;
  }
}

@media (max-width:370px){
  .top-slider .slide_vps.new h3{
    font-size: 16px;
  }
  .top-slider ul li.slide_autumn h1 strong{
    font-size: 45px;
  }
  .main-slider-subpage li.slide_third.slide_autumn.new-prices-schema .price-slide.hosting-price span.old-price-slide{
    display: none;
  }
  .main-slider-subpage li.slide_third.slide_autumn.new-prices-schema .price-slide.hosting-price em.red{
    font-size:35px;
    left: 65px;
  }
  .top-slider ul li.slide_fourth h1, .top-slider ul li.slide_third h1, .top-slider ul li.slide_two h1, .top-slider ul li.slide_one h1{
    font-size: 30px;
  }
  li.slide_two.slide_domains.new h3:first-child, li.slide_two.slide_domains h3:first-child{
    width: 240px;
  }
  .webmarker-box4 .webmar-box1 .main-price, .webmarker-box4 .webmar-box2 .main-price, .webmarker-box4 .webmar-box3 .main-price{
    margin-left: -125px;
  }
  .hosting-bottom-slider.webmarker-box4 .webmar-box1 .main-price{
    margin-left: -75px;
  }
  .right-panel ul{
    float: right;
  }
  .right-panel ul li{
    margin-right: 10px;
  }
  .search-domains .col-lg-12 h4{
    font-size: 13px;
  } 
   .box-img-3, .box-img-2, .box-img-1{
    background-size: 50%;
  }
  .footer h2{
    margin-top: 20px;
    font-size: 20px;
  }
  .search-domains .col-lg-12 .wrapper-search form input{
    font-size: 12px;
    line-height: 22px;
  }
  .footer .row.footer span{
    font-size: 7px;
    line-height: 29px;
  }
  .free-reg-domains .buttons{
    width: 100%;
  }
  .free-reg-domains .buttons a{
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .login-page.login-user .panel-log h1.panel-h1{
    font-size: 21px!important;
  }
  .login-page.login-user .box.old-panel,
  .login-page.login-user .box{
    padding: 20px 15px;
  }
  .price-hosting-new span.p-br small{
    display: none;
  }
  .price-hosting-new span.p-br span.color{
    top:-17px;
  }
}

@media (max-width:360px){
  .navi_domains_offer_rwd .content_navi{
    width:91.2%;
  }
}

.menu-rwd-content .right-panel ul li.current_page_item.active a,
.menu-rwd-content ul li.current_page_item.active a{
  padding: 5px 20px 5px 30px;
  border: none;
}

@media(min-width:750px){
  .rwd-sldier3-az{
    display: none;
  }
}
@media (max-width:320px){
  .navi_domains_offer_rwd .content_navi{
    width:90%;
  }
}

@media(max-width:750px){
  .webmarker-box3 h2, .webmarker-box3 h4{
    width: 100%;
  }
}
@media(max-width:510px){
  .price-hosting-new span.p-br span.color{
    border-radius: 0px 5px 5px 0px;
    width: 125px;
    padding: 3px 5px;
    top: 8px;
    margin-left: -5px;
  }
  .starting .wrap{
    margin-top: 0;
  }
}
@media(max-width:380px){
  .countdown_start>span{
    font-size: 20px;
    padding: 4px 35px 4px 0;
  }
  .countdown_start{
    width:300px;
  }
  .price-hosting-new span.p-br small{
    display: block;
  }
  .countdown_start > span{
    top:7px;
  }
}


@media(max-width: 1700px){
  .halloween_list_product .decoration1{
    left:-80px;
  }
  .halloween_list_product .decoration2{
    right:-140px;
  }
}
@media(max-width: 1440px){
  .halloween_domian .decoration3, .halloween_domian .decoration4,
  .halloween_list_product .decoration1, .halloween_list_product .decoration2{
    display:none;
}
@media(max-width: 1180px){
  .autumn-content .search-domains .col-lg-12 .wrapper-search form input{
    width: 70%;
  }
}
@media(max-width: 1180px){
  .autumn-content .search-domains .col-lg-12 .wrapper-search form input{
    width: 70%;
  }
}
@media(max-width: 1035px){
  .halloween_list_product .col-lg-6{
    width: 100%;
  }
  .halloween_list_product .paddingbottom50{
    padding-bottom:0;
    margin-bottom: 0;
  }
  .halloween_boxs .box{
    width: 50%;
    margin-bottom: 50px;
    padding-left: 115px;
  }
  .halloween_boxs .box1, .halloween_boxs .box2, .halloween_boxs .box3{
    background-position:15px top;
  }
  .halloween_list_product .foot{
    padding-top: 50px;
  }
  .top-slider ul li.slide_third.slide_autumn.santa.halloween{
    background-position:90% center;
  }
}
@media(max-width:600px){
  .halloween_boxs .box{
    width: 100%;
    padding:115px 15px 30px;
    text-align: center;
  }
  .halloween_boxs .box1, .halloween_boxs .box2, .halloween_boxs .box3{
    background-position:center top;
  }
  .halloween_domian.autumn-content .search-domains .col-lg-12 .wrapper-search{
    background: none;
  }
  .halloween_domian.autumn-content .search-domains .col-lg-12 .wrapper-search form input{
    width: 100%;
    border:1px solid #4c4c4c;
    border-bottom:none;
    margin-bottom:-5px;
  }
  .halloween_domian.autumn-content .search-domains .col-lg-12 .wrapper-search form button{
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
  }
}

@media (max-width:800px){
  .wrapper-menu .right-panel{
    display: block;
    left:180px;
    text-align: left;
    top:0;
  }
  .wrapper-menu .right-panel #menu-narzedzia>li{
    display: none;
  }
  .wrapper-menu .right-panel #menu-narzedzia>li:first-of-type{
    display: block;
  }
}

@media (max-width: 720px){
    .top-slider ul li.slide_third.slide_autumn.santa.fete_xchange.alphassl h3{
        margin-top:0px;
    }
    .top-slider ul li.slide_third.slide_autumn.santa.fete_xchange.alphassl h1{
        font-size:30px;
        line-height: 30px;
    }
}

@media(max-width:384px){
    .top-slider ul li.hosting-new.shoper.xchange.x7pl{
        background: url("../gfx/domeny_liscie_1920_520.jpg")no-repeat 60% top!important;
    }

    .top-slider ul li.slide_third.slide_autumn.santa .h1 strong, .top-slider ul li.slide_third.slide_autumn.santa h1 strong{
        line-height: 38px;
        font-size: 36px;
    }
    .top-slider ul li.slide_fourth h1, .top-slider ul li.slide_third h1, .top-slider ul li.slide_two h1, .top-slider ul li.slide_one h1{
        font-size:23px;
    }
    .controls-main-sldier a{
        display:none;
    }

    .wrapper.vps-bottom-slider.webmarker-box4{
        padding-top:20px;
    }
    .top-slider ul li.slide_third.slide_autumn.santa.dobrasb h1.hosting-new{
        font-size: 40px;
        line-height:40px;
    }
    .top-slider ul li.slide_third.slide_autumn.santa.dobrasb h3.hosting-new{
        margin-top:0px;
    }
    .price-hosting-new span.p-netto{
        font-size:40px;
    }
    .domains_eu_promotion.domains_eu .price-hosting-new span.p-netto{
      font-size:51px;
    }
    .top-slider ul li.slide_third.slide_autumn.santa.dobrasb{
        background: #fff url("../gfx/kreator_dobra_strona_biznesu.jpg")no-repeat 60% top;
    }
    li:not(.domains_eu_promotion.domains_eu).price-hosting-new span.p-br span.color{
        margin-left:0;
        top:-8px;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    .top-slider ul li.hosting-new.shoper.xchange {
        background: url("../gfx/poczta_biuronline_1920_1100.jpg")no-repeat 60% top!important;
    }
    .top-slider ul li.office365{
            background-position: 60% top;
    }
    .top-slider ul li.slide_third.slide_autumn.santa.fete_xchange.alphassl {
        background: #fff url("../gfx/domeny_alphaSSL_1920_1100.jpg")no-repeat 60% top;
    }
}

@media(max-width:700px){
  .popup_content_mail_thx,
  .popup_content_mail{
    width: 90%;
    height: auto;
    top:15%;
    bottom: auto;
    padding-bottom: 30px;
  }
  .popup_content_mail_thx{
    height: 112px;
    top:0;
    bottom: 0;
  }
  .popup_content_mail h2{
    font-size:32px;
  }
  .popup_content_mail h3{
    font-size: 18px;
  }
  .popup_mail>.wrapper{
    display:table;
    width: 100%;
    float: none;
    table-layout: fixed;
  }
  .popup_mail>.wrapper>div{
    display:table-cell;
    float:none;
  }
  .popup_content_mail .law{
    width: auto;
  }
  .popup_content_mail .law small{
    top:-10px;
  }
  .popup_content_mail .input_mail input{
    width: auto;
  }
}

@media(max-width:420px){
  .popup_content_mail{
    width:98%;
  }
  .popup_content_mail h3{
    font-size: 15px;
  }
  .popup_mail{
    padding:5px;
  }
  .popup_content_mail_thx h2{
    font-size:22px;
    height:28px;
  }
}

@media(max-width:1090px){
  .pricelist .col-xs-3, .pricelist .col-xs-9{
    width: 100%;
  }
  .pricelist .menu-pricelist.fixed{
    width: 100%;
    left:0;
    top:80px;
  }
  .pricelist .menu-pricelist{
    border-bottom:none;
  }
  .menu-pricelist ul{
    margin-top: 16px;
    display: none;
  }
  .pricelist .menu-pricelist .groupname{
    text-align: center;
    cursor: pointer;
  }
  .pricelist .menu-pricelist .groupname{
    margin-bottom:0;
  }
  .pricelist .menu-pricelist{
    padding-bottom:0px;
  }
  .pricelist .content{
    margin-top: 25px;
  }
  .pricelist .menu-pricelist .groupname.active{
    background-color:#dadbdc;
  }
  .menu-pricelist ul{
    border-bottom:1px solid #dadbdc;
    padding-bottom: 15px;
  }
}
@media(max-width:890px){
  .pricelist .table-rwd{
    width: 100%;
    overflow-y:hidden;
    overflow-x:auto;
  }
  .pricelist .table-rwd table{
    width:850px;
  }
  .pricelist .content .groupname{
    text-align: left;
  }
}

/*Galaxy RWD*/
.galaxy_promotion .service_box.vps .desc{
  padding:15px 20px;
}
@media(max-width:1270px){
  .wrapper.galaxy{
    overflow: hidden;
    position: relative;
  }
  .wrapper.galaxy::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index:-1px;
    background:rgba(0,0,0,0.6);
  }
  .galaxy_promotion .service_box.kreator{
    top:20px;
    left:220px;
  }
  .galaxy_promotion .service_box.eshop{
    top:20px;
    right:190px;
  }
  .galaxy_promotion .service_box.vps, .galaxy_promotion .service_box.ssl{
    bottom:auto;
    top:235px;
  }
  .galaxy_promotion .service_box.vps{
    left:100px;
  }
  .galaxy_promotion .service_box.ssl{
    right: 50px;
  }
  .service_box.vps.connector::after{
    width: 490px;
  }
  .service_box.domain.connectors::before{
    -moz-transform: rotate(17deg);
    -webkit-transform: rotate(17deg);
    -o-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    transform: rotate(17deg);
    left: -255px;
    top: -90px;
  }
  .service_box.domain.connectors::after{
    -moz-transform: rotate(-17deg);
    -webkit-transform: rotate(-17deg);
    -o-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    transform: rotate(-17deg);
    right: -160px;
    top: -90px;
  }
  .galaxy_promotion .service_box.ssl{
    top:240px;
  }
}
@media(max-width:1150px){
  .buy_set .desc, .buy_set .system_galaxy{
    width: 100%;
  }
  .eshop_galaxy_bg{
    /*background-size: cover!important;*/
  }
  .system_galaxy.system_galaxy2 .maker,
  .system_galaxy .eshop{
    right: auto;
    left:350px;
  }
  .system_galaxy .maker{
    right:auto;
    left:340px;
  }
  .system_galaxy.system_galaxy2 .maker{
    left:410px;
  }
  .system_galaxy .hosting{
    right: auto;
    left:355px;
  }
  .system_galaxy .office{
    right: auto;
    left:415px;
  }
}
@media(max-width:1050px){
  .service_box.domain.connectors::after, .service_box.domain.connectors::before,
  .service_box.vps.connector::after{
    display: none;
  }
  .how_to_use_eshop_galaxy, .desc_service_eshop_galaxy{
    width:100%;
  }
  .how_to_use_eshop_galaxy{
    background: transparent;
  }
}

/*GALAXY RWD*/
.galaxy_promotion .service_box.vps .desc{
  padding:15px 20px;
}
@media(max-width:1270px){
  .wrapper.galaxy{
    overflow: hidden;
    position: relative;
  }
  .wrapper.galaxy::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index:-1px;
    background:rgba(0,0,0,0.6);
  }
  .galaxy_promotion .service_box.kreator{
    top:20px;
    left:220px;
    padding-left: 25px;
  }
  .galaxy_promotion .service_box.eshop{
    top:20px;
    right:190px;
    padding-left: 25px;
  }
  .galaxy_promotion .service_box.vps, .galaxy_promotion .service_box.ssl{
    bottom:auto;
    top:235px;
  }
  .galaxy_promotion .service_box.vps{
    left:100px;
  }
  .galaxy_promotion .service_box.ssl{
    right: 50px;
  }
  .service_box.vps.connector::after{
    width: 490px;
  }
  .service_box.domain.connectors::before{
    -moz-transform: rotate(17deg);
    -webkit-transform: rotate(17deg);
    -o-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    transform: rotate(17deg);
    left: -255px;
    top: -90px;
  }
  .service_box.domain.connectors::after{
    -moz-transform: rotate(-17deg);
    -webkit-transform: rotate(-17deg);
    -o-transform: rotate(-17deg);
    -ms-transform: rotate(-17deg);
    transform: rotate(-17deg);
    right: -160px;
    top: -90px;
  }
  .galaxy_promotion .service_box.ssl{
    top:240px;
  }
}
@media(max-width:1150px){
  .domains_galaxy_bg .box_package_domains .box{
    width: 20%;
  }
  .ssl-package .col-lg-2.additional-informarion{
    background-color: rgba(0,0,0,0.1);
  }
  ul li.hosting-new.eshop_galaxy h3.hosting-new{
    margin-top:0;
  }
  .system_cloud.system_galaxy2.januar .ssl{
    right: auto;
    left:355px;
  }
  .buy_set .desc, .buy_set .system_galaxy{
    width: 100%;
    margin-top:70px;
  }
  .system_galaxy.ssl_glx.domains_glx.januar .ssl{
    left:0;
  }
  .system_galaxy.system_galaxy2 .maker,
  .system_galaxy .eshop{
    right: auto;
    left:350px;
  }
  .system_galaxy .maker{
    right:auto;
    left:340px;
  }
  .system_galaxy.system_galaxy2 .maker{
    left:410px;
  }
  .system_galaxy .hosting{
    right: auto;
    left:355px;
  }
  .system_galaxy .office{
    right: auto;
    left:415px;
  }
}
@media(max-width:1050px){
  .service_box.domain.connectors::after, .service_box.domain.connectors::before,
  .service_box.vps.connector::after{
    display: none;
  }
  .how_to_use_eshop_galaxy, .desc_service_eshop_galaxy{
    width:100%;
  }
  .how_to_use_eshop_galaxy{
    background: transparent;
  }
  .spacecraft, .satellite{
    display: none;
  }
  .service_box.ssl button,
   .galaxy_promotion .service_box .HBS{
    position:relative;
  }
  .galaxy_promotion .service_box .HBS .HBS-BasketResourceAddWidget{
    width:auto;
    float:left;
  }
  .galaxy_promotion .service_box.kreator .HBS, .galaxy_promotion .service_box.eshop .HBS{
    top:-97px;
    left:0;
  }
  .service_box.ssl button{
    left:22px;
    top:-55px;
  }
  .galaxy_promotion .service_box.vps .HBS{
    left:20px;
    top:30px;
  }
  .galaxy_promotion .service_box.domain a{
    margin-left:0;
    margin-top:60px;
  }
  .webmarker-box4 .webmar-box2.shops-az, .webmarker-box4 .webmar-box3.shops-az{
    height:690px;
  }
  .system_galaxy.januar .office{
    left:0;
  }
  .system_galaxy.januar.vps .office{
    left:400px;
  }
  .galaxy.january{
    background-size:contain;
    background-position:center 100px;
  }
  .galaxy_service{
    width: 100%;
    display: block;
    margin-top:124px;
    float: left;
  }
  .system_galaxy.system_galaxy2 .maker{
    left:365px;
  }
  .system_galaxy.system_galaxy2.januar .office_business{
    left:0;
  }
  .top-slider ul li.slide_fourth.eshop_galaxy img.icon_galaxy{
    right: 0;
  }
  .office365_package .full-spec.package-ox .col-lg-3{
    margin-top: 10px;
  }
  .galaxy_promotion .service_box.domain a>span{
    margin-left: -135px;
    margin-top:88px;
  }
}
@media(max-width:870px){
  .search_galaxy {
    margin-top:20px;
  }
  .search_galaxy .wrapper-search>span{
    display: none;
  }
  .galaxy_promotion .service_box>a{
    padding: 130px 0 0 0;
    text-align: center;
  }
  .galaxy_promotion .service_box.eshop a{
    padding-top: 110px;
  }
  .galaxy_promotion .service_box.domain a,
  .galaxy_promotion .service_box.ssl a{
    padding-left:0;
  }
  .galaxy_promotion .service_box.ssl{
    width:50%;
  }
  .galaxy_promotion .service_box.domain a{
    padding-top:150px;
  }
  .galaxy_promotion .service_box.domain{
    width:245px;
    text-align: center;
  }
  .galaxy_service>div{
    width: 50%;
  }
  .galaxy_promotion .service_box.domain{
    bottom: 175px;
  }
  .galaxy_promotion .service_box{
    display:inline-block;
    float: left;
    width: 50%;
    position: static;
  }
  .galaxy_promotion .service_box>a{
    background-position: center top!important;
  }
  .galaxy_promotion .service_box.vps .desc{
    position: relative;
    display: none;
  }
  .galaxy_promotion .service_box.domain{
    width: 100%;
    display:block;
    margin-top: 100px; 
    height:230px;
  }
  .galaxy_promotion .service_box.vps{
    width: 50%;
  }
  .service_box.vps .desc{
    left:auto;
    right:-180px;
  }
  .galaxy_promotion .service_box.vps .desc{
    left:auto;
  }
  .galaxy_promotion .service_box.kreator .HBS, .galaxy_promotion .service_box.eshop .HBS{
    top:-30px;
  }
  .galaxy_promotion .service_box.vps .HBS{
    top:-30px;
    left:0;
  }
  .service_box.ssl button{
     display: block;
    float: none;
    left: 0;
    margin: 13px auto;
    position: static;
    right: 0;
    width: 130px;
  }
}
@media(max-width:768px){
  .eshop_galaxy_bg .configuratrion-cloud-wrapper .project.project-small{
    height: 490px
  }
  .domains_galaxy_bg .box_package_domains .box{
    width:30%;
    margin:2% 1%;
  }
  .webmarker-box4 .webmar-box1 ul, .webmarker-box4 .webmar-box2 ul, .webmarker-box4 .webmar-box3 ul{
    padding-left:21px;
  }
  .webmarker-box4 .webmar-box2.shops-az, .webmarker-box4 .webmar-box3.shops-az{
    height:730px;
  }
  .webmarker-box4 .webmar-box1 ul, .webmarker-box4 .webmar-box2 ul, .webmarker-box4 .webmar-box3 ul{
    padding-left:19px;
  }
  .galaxy_promotion .service_box.domain a>span{
    margin: 10px auto 0;
    float: none;  
  }
  .galaxy_promotion .service_box.kreator, .galaxy_promotion .service_box.eshop{
    padding-left:0;
  }
}
@media(max-width:650px){
  .galaxy_promotion .service_box.ssl{
    width:100%;
    margin-top: 50px;
  }
  .service_box.vps .desc{
    right: 0;
    float: right;
  }
  .galaxy_promotion .service_box.vps{
    width: 100%;
  }
  .galaxy_promotion .service_box.domain a{
    margin-left: 0;
  }
  .galaxy_promotion{
    height: auto;
  }
  .galaxy{
    height: auto;
    background-position: center 80px;
  }
  .search_galaxy{
    float: left;
  }
  .galaxy_promotion{
    float: left;
  }
  .galaxy_service>div,
  .search_galaxy .wrapper-search input,
  .search_galaxy .wrapper-search button{
    width:100%;
  }
  .system_galaxy{
    display: none;
  }
  .top-slider ul li.slide_fourth.eshop_galaxy img.icon_galaxy{
    display: none;
  }
}
@media(max-width:420px){
  .desc_service_eshop_galaxy .box{
    width: 100%;
  }
  .separator_light{
    width: 100%;
  }
  .wrapper.eshop_galaxy_bg{
    overflow: hidden;
  }
}

@media(max-width:1270px){
  .service_box.domain.connectors::before,
  .service_box.domain.connectors::after,
  .service_box.vps.connector::after{
    display: none;

  }
}
@media(max-width:1050px){
  .galaxy_promotion .service_box{
    position: static;
    width: 50%!important;
    display: inline-block;
    float: left;
	margin-left:0;
  }
  .galaxy_promotion .service_box.vps{
    position: relative;
    left: 0;
    top:0;
    width: 50%;
  }
}
.galaxy_promotion .service_box.vps .desc{
  right: 20px;
}
.galaxy_promotion .service_box.domain a{
 /* margin-left:0;
  margin-top: 100px;*/
}
@media(max-width:870px){
  .galaxy_promotion .service_box a{
    padding:110px 0 0 0!important;
    text-align: center;
    position: static;
	margin-bottom:30px;
    background-position:center top!important;
  }
  .galaxy_promotion .service_box.vps{
    background-position:center top;
  }
  .galaxy_promotion .service_box{
    margin-bottom:100px;
  }
  .galaxy_promotion .service_box.domain{
    width: 50%;
    height: auto;
    margin-top: 0;
  }
  .galaxy_promotion .service_box.domain a{
    margin-top: 77px;
    padding-top: 180px!important;
  }
  .galaxy, .galaxy_promotion{
    height:auto;
  }
  .search_galaxy{
    background-color:transparent;
  }
  .galaxy_promotion .service_box.domain{
    margin-bottom:40px;
  }
  .galaxy{
    background-position: center top;
  }
  .galaxy_promotion .service_box.ssl{
    margin-top: 0px!important;
  }
  .galaxy.january.new-2016 .service_box{
	  margin-bottom:50px;
  }
  .galaxy.january.new-2016 .service_box span.btn{
	  margin:10px auto 0; 
  }
  .galaxy.january.new-2016 .service_box.ssl_new a{
	  width:100%;
  }
  .galaxy.january.new-2016{
	  background-position:center top;
  }
}

@media(max-width:890px){
  .webmarker-box4 .hosting-box1, .webmarker-box4 .hosting-box2, .webmarker-box4 .hosting-box3{
    height: auto;
    width: 100%;
    display: block;
  }
  .webmarker-box4{
    padding-left: 15px;
    padding-right:15px;
  }
  .HBS .HBS-BasketResourceAddWidget{
    width: 100%!important
  }
  .HBS .HBS-BasketResourceAddWidget select{
    clear:both;
  float:none;
  }

}

@media(max-width:550px){
 .galaxy_promotion .service_box>a{
  font-size:15px!important;
 }
 .service_box.ssl button{
  margin-top:30px;
 }
 .galaxy_promotion .service_box.vps .HBS{
  top:-33px;
 }
}
@media(max-width:480px){
  .top-slider ul li.slide_fourth.hosting-new.shoper.eshop_galaxy{
    height: auto;
    display: block;
    float: left;
  }
  .domains_galaxy_bg .box_package_domains .box{
    width: 100%;
    margin:2% 0;
  }
  .eshop_galaxy_bg .configuratrion-cloud-wrapper .project{
    width: 100%;
    height: auto;
  }
  .eshop_galaxy_bg .configuratrion-cloud-wrapper .project.project-small{
    height: auto;
  }
  .wrapper.vps-bottom-slider .col-lg-4 .main-price{
    position: relative;
    margin:0;
    left:0;
    bottom:11px;
  }
  .webmarker-box4 .subscription{
    bottom:60px;
  }
  .webmarker-box4 .webmar-box1 ul, .webmarker-box4 .webmar-box2 ul, .webmarker-box4 .webmar-box3 ul{
    padding-left: 70px;
    padding-bottom: 20px;
  }
  .webmarker-box4 .webmar-box3.shop-pro.vps-pack.rec a.btn.btn-default{
    bottom:12px;
  }
  .galaxy_promotion .service_box.vps .HBS,
  .galaxy_promotion .service_box.kreator .HBS, .galaxy_promotion .service_box.eshop .HBS{
    top:-15px;
  }
  .domains_galaxy_bg .box_package_domains{
    display: block;
    float: left;
    width: 100%;
  }
  .search-domains{
    height:auto;
  }
  .domains_galaxy_bg .search-domains .col-lg-12{
    position: static;
  }
}
@media(max-width:320px){
  ul#menu-narzedzia{
    margin-left:-50px;
  }
}
/*END GALAXY RWD*/