/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
	overflow-x: hidden;
}
html, body {
    height: 100%;
}

body {
    color: #454545;
    font-family: "Dosis", sans-serif;
    background-color: #fff;
    font-weight: 300;
	position: absolute;
    width: 100%;
}

a {
    color: #007599;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
a:hover {
    text-decoration: underline;
}

b, strong {
    font-weight: 500;
}

.btn {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 1em;
    line-height: 2.25em;
    color: #fff;
    min-width: 8em;
    text-align: center;
    border-radius: 1.75em;
}
.btn:hover {
    text-decoration: none;
}
.btn.blue {
    background: #016a8c;
    background: -webkit-linear-gradient(#0280a8, #016a8c) left repeat;
    background: linear-gradient(#0280a8, #016a8c) left repeat;
}
.btn.empty {
    color: #007599;
    border: 1px solid #cdcdcd;
}
.btn.pink {
	background: #c1117d;
    background: -webkit-linear-gradient(#e751ad, #c1117d) left repeat;
    background: linear-gradient(#e751ad, #c1117d) left repeat;
}

h1, h2, h3 {
    font-weight: normal;
}
h1.thin, h2.thin, h3.thin {
    font-weight: 300;
}

h1 {
    font-size: 2.25em;
    color: #585858;
}

.size-h1 {
    font-size: 2.25em;
}

.uppercase {
    text-transform: uppercase;
}

.blue {
	color: #007599;
}

h2 {
    font-size: 1.875em;
    color: #007599;
}

h3 {
    font-size: 1.5em;
}

p, th, td {
    font-size: 1.125em;
}

b.blue {
    color: #007599;
}

ul {
    list-style: none;
    padding: 0;
}

li {
    padding: 0;
}

table {
    margin: 1em 0;
}

input[type='text'], input[type='password'] {
    border: 0;
}

input.alert {
	border: 2px solid #c1117d !important;
}

header.h1 {
    text-align: center;
    text-transform: uppercase;
}
header.h1 h1 + h2 {
    color: #585858;
    font-size: 1.875em;
    font-weight: 300;
    margin: -0.75em 0 1.5em;
}
header.h1 h1 + p {
    font-size: 1.875em;
    font-weight: 300;
    margin-top: -0.75em;
    color: #585858;
}
header.h1 h1 span {
    display: block;
    font-weight: 300;
}
header.h1.right {
    text-align: right;
}
header.h1.big h1 {
    font-size: 4.25em;
}
header.h1.white {
    color: #fff;
}
header.h1.white h1 {
    color: #fff;
}
header.h1.subhead h1 {
    margin-bottom: 0;
}
header.h1.subhead h1 + p {
    margin-top: 0;
}

table {
    width: 100%;
}
table th, table td {
    padding: 0.5em 1em;
}

.content table th {
    text-align: left;
    font-weight: 300;
}
.content table td {
    text-align: right;
    font-weight: 500;
}
.content table tr:nth-child(odd) {
    background-color: #e0eef3;
}

.cartpage table {
    margin: 0;
}
.cartpage table th {
    text-align: left;
}

.tablewrap {
    margin: 1em 0;
}

.cf:after {
    content: "";
    display: table;
    clear: both;
}

.figure {
    font-size: 1.125em;
}
.figure:after {
    content: "";
    display: table;
    clear: both;
}
.figure > div {
    width: 50%;
    float: left;
}
.figure strong {
    padding-bottom: 0.5em;
    display: inline-block;
}

.shortp p {
    max-width: 52em;
}
.shortp .figure {
    max-width: 52em;
}

.perex {
    font-size: 1.5em;
}

.center {
    text-align: center;
}

.line, .header, .footer {
    padding: 0 1em;
}
.line.wizard-small {
	padding: 0;
}

.line.full {
    padding: 0;
}
.line.full .in {
    padding: 0 1em;
}
.line.padded {
    padding-bottom: 3em;
}
.line.gray {
    background-color: #efefef;
}
.line.gray.arrowed:after {
    background-position: -112px 0;
}
.line.arrowed {
    position: relative;
	z-index: 1;
}
.line.arrowed:after {
    width: 56px;
    height: 24px;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -28px;
    /*background: url("images/sprite.png") -112px -26px no-repeat;*/
}

.in {
    max-width: 72em;
    margin: 0 auto;
    padding: 1em 0;
}

.rows:after {
    content: "";
    display: table;
    clear: both;
}
.rows.rows-2 {
    margin: 0 -3%;
}
.rows.rows-2 > div {
    width: 50%;
    float: left;
    padding: 0 3%;
}

.header .in {
    padding: 0;
}

.logo {
    float: left;
}
.logo img {
    position: relative;
    top: 0.75em;
    z-index: 5;
    width: 100%;
}

.menu {
    margin-left: 150px;
}

nav {
    float: left;
    margin-left: 2em;
}
nav ul {
    margin: 0;
}
nav li {
    display: inline-block;
    font-size: 1em;
}
nav li.active>a {
    color: #8d8d8d;
}
nav li>a {
    display: block;
    line-height: 3.75em;
    padding: 5px 0.75em 0;
    color: #8d8d8d;
    text-transform: uppercase;
}
nav li>a:hover {
    text-decoration: none;
    color: #5eae86;
}

/* body.es */
body.es nav { margin-left: 0em; }
body.es nav li a { padding: 5px 0.4em 0; }
@media only screen and (max-width: 72em){
	body.es nav { margin-left: 2em; }
}
@media only screen and (min-width: 40em){
	body.es .cart ul.cf { width: 23em; }
	body.es .cart .cartdetail { padding: 0.3em 0em 0.3em 0em; }
}
body.es .cart input { padding: 0em 0px 0em 0.75em; }

/* body.eu */
body.eu nav li a { padding: 5px 0.6em 0; }

/* body.uk */
body.uk nav li a { padding: 5px 0.6em 0; }

/* body.fr */
body.fr nav { margin-left: 0em; }
body.fr nav li a { padding: 5px 0.5em 0; }
@media only screen and (max-width: 72em){
	body.fr nav { margin-left: 2em; }
}
body.fr .cart input { padding: 0em 15px 0em 0.75em; }
body.fr .cart .cf { width: 22em; }

/* body.it */
body.it .cart .cf { width: 29em; }
body.it nav li a { padding: 5px 0.30em 0; }
body.it .cart .cartdetail { padding-left: 0.2em; padding-right: 0.3em; }

/* body.pl */
body.pl .cart .cf { width: 28em; }
body.pl nav li a { padding: 5px 0.45em 0; }

/* body.sk */
body.sk .cart .cf { width: 27em; }
body.sk nav li a { padding: 5px 0.55em 0; }




.flexslider { overflow: hidden; }

.nav-mobile {
    display: none;
}

.cart {
    float: right;
}
.cart ul {
    margin: 0;
    width: 13em;
}
.cart li {
    float: left;
    font-size: 1em;
}
.cart form {
    position: relative;
    padding: 0.3em 0.8em 0.3em 0;
    margin: 0.7em;
    border-right: 1px solid #e5e5e5;
}
.cart input {
    border: 1px solid #e5e5e5;
    height: 2em;
    line-height: 2em;
    border-radius: 2em;
    padding: 0em 15px 0em 0.75em;
    outline: 0;
}
.cart button {
    position: absolute;
    top: .8em;
    right: 1.4em;
    border: 0;
    height: 14px;
    width: 14px;
    padding: 0;
    overflow: hidden;
    background: url("images/sprite.png") 0 0 no-repeat;
}
.cart .cartdetail {
    position: relative;
    padding: 0.3em 1em 0.3em 0.5em;
    line-height: 3.4em;
    font-family: 'arial', sans-serif;
    font-weight: 500;
    display: block;
}
.cart .cartdetail .cart-price {
    font-size: 0.8125em;
    padding-left: 40px;
}
.cart .cartdetail .cart-num {
    width: 30px;
    height: 22px;
    position: absolute;
    left: 0.25em;
    top: 1.25em;
    background: url("images/sprite.png") -16px 0 no-repeat;
}
.cart .cartdetail .cart-num b {
    position: absolute;
    top: -10px;
    right: -6px;
    background: #31ade3;
    color: #fff;
    font-size: 11px;
    display: block;
    line-height: 17px;
    width: 17px;
    text-align: center;
    border-radius: 17px;
}
.cart .lang {
    width: 50px;
    float: right;
}
.cart .lang ul {
    height: 26px;
    margin: 1.2em 0;
    width: 50px;
    z-index: 10;
    border-radius: 10px;
    position: absolute;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e7e7e7;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
    -moz-transition: all 0.4s ease-in-out 0.2s;
    transition: all 0.4s ease-in-out 0.2s;
}
.cart .lang ul.opened {
    height: 78px;
    border-radius: 10px;
}
.cart .lang ul.opened li.active a:after {
    background-position: -69px -28px;
}
.cart .lang li {
    float: none;
}
.cart .lang li.active a:after {
    position: absolute;
    right: 5px;
    top: -1px;
    content: '';
    height: 26px;
    width: 11px;
    background: url("images/sprite.png") -69px 0 no-repeat;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.cart .lang a {
    display: block;
    height: 26px;
    width: 100%;
    padding: 5px 11px;
    position: relative;
}
.cart .lang span {
    display: block;
    height: 12px;
    width: 17px;
    background: url("images/sprite.png") -49px 0 no-repeat;
}

.footlink {
    text-align: center;
	overflow: hidden;
    /*margin: 0 -25em;*/
}
.footlink .h1 {
    font-size: 2.25em;
    color: #007599;
    text-transform: uppercase;
    margin: 0.6em 0;
}
.footlink .h1.gray {
    color: #454545;
}
.footlink.light .h1 {
    text-transform: none;
    margin-bottom: 0;
}
.footlink.light p {
    margin-top: 0;
}

.footer {
    text-align: center;
    font-family: 'arial', sans-serif;
}
.footer p {
    font-size: 0.75em;
    text-transform: uppercase;
}

.content img {
    max-width: 100%;
}

.index {
    padding: 2em;
    width: 20em;
}
.index h1 {
    text-align: left;
    margin: 0;
}
.index h1 + p {
    margin: 0;
    font-size: 1.5em;
    font-weight: 300;
}
.index li {
    font-size: 1.25em;
}

.faq {
    padding: 1em 0;
}
.faq > li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0.5em;
}
.faq h2 {
    font-size: 1.5em;
    position: relative;
    padding-right: 2em;
    cursor: pointer;
    margin-bottom: 0;
    padding-bottom: 0.5em;
}
.faq h2:after {
    position: absolute;
    content: '+';
    right: 0;
    top: -0.25em;
    line-height: 1em;
    font-size: 2em;
    font-weight: 300;
}
.faq h2.opened:after {
    content: "-";
}
.faq div {
    display: none;
}

.gallery-list {
    margin: 0 -1% 3em;
}
.gallery-list li {
    width: 20%;
    padding: 0 1%;
    float: left;
}
.gallery-list h2 {
    font-size: 1.375em;
    font-weight: 300;
    text-transform: uppercase;
    margin: 1em 0 0.5em;
}
.gallery-list div {
    position: relative;
}
.gallery-list img {
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    top: 0;
}
.gallery-list a:hover {
    text-decoration: none;
}
.gallery-list a:hover img {
    top: -0.5em;
}

.flex-viewport {
    width: 100%;
}

.flexslider .slides > li {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.flexslider .slides > li.fullscreen {
    position: relative;
}
.flexslider .slides > li.fullscreen .in, .flexslider .slides > li.fullscreen article {
    height: 100%;
}
.flexslider .slides > li article {
    padding: 1em 0 2em;
}
.flexslider .slides > li .bottomfix {
    bottom: 2em;
    left: 50%;
    position: absolute;
    margin-left: -5.5em;
}

.hpsteps {
    padding: 2em 0 1em;
}
.hpsteps li {
    float: left;
    width: 33.3%;
    position: relative;
    text-align: left;
    padding: 0 2% 0 126px;
}
.hpsteps li p {
    font-size: 1.375em;
    position: relative;
    padding-left: 1em;
}
.hpsteps li p span {
    left: 0;
    position: absolute;
}
.hpsteps li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.75em;
    width: 108px;
    height: 87px;
    background: url("images/hpicons.jpg") 0 0 no-repeat;
}
.hpsteps li.step-02:before {
    background-position: 0 -87px;
}
.hpsteps li.step-03:before {
    background-position: 0 -174px;
}

.hpsearch {
    margin-bottom: 3em;
}
.hpsearch form {
    width: 26em;
    margin: 0 auto;
}
.hpsearch input, .hpsearch button {
    float: left;
}
.hpsearch input {
    border: 2px solid #e5e5e5;
    font-size: 1.375em;
    line-height: 2em;
    height: 2em;
    padding: 0 0.5em;
    width: 16.5em;
    border-top-left-radius: 2em;
    border-bottom-left-radius: 2em;
}
.hpsearch button {
	background: #016a8c;
    background: -webkit-linear-gradient(#0280a8, #016a8c) left repeat;
    background: linear-gradient(#0280a8, #016a8c) left repeat;
    border: 0;
    line-height: 1em;
    height: 2em;
    font-size: 1.375em;
    text-align: center;
    width: 2em;
    padding: 0.5em 0.5em 0.5em 0.25em;
    color: #fff;
    border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;
}

.in.large {
	max-width: 100%;
}
.hplist {
	height: 302px;
	overflow: hidden;
	margin: 0px -25em;
}
.hplist li {
    display: inline-block;
    margin: 0px;
}
.hplist a {
    display: block;
}

.hpvideos li {
    float: left;
    width: 50%;
    padding: 1em 1% 1em;
}
.hpvideos .videowrap {
    height: 0;
    padding-bottom: 56.2%;
    position: relative;
}
.hpvideos iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.hpvideos.row-4 li {
    width: 25%;
}

.info-top {
    margin: 0 -1%;
}
.info-top h2 {
    color: #585858;
    font-weight: 300;
    margin: 0.25em 0;
    text-transform: uppercase;
}
.info-top .img {
    display: block;
    height: 68px;
    background: url("images/ico-info.png") 50% 0 no-repeat;
}
.info-top > li {
    width: 33.33%;
    float: left;
    padding: 0 1%;
    margin: 0 0 2em;
}
.info-top .info-hands .img {
    background-position: 50% -68px;
}
.info-top .info-write .img {
    background-position: 50% -136px;
}
.info-top a {
    display: block;
    font-size: 1.125em;
    padding: 0.25em 0;
}

.contact-rows {
    margin: 0 -1%;
}
.contact-rows > li {
    width: 33.33%;
    float: left;
    padding: 0 1%;
}
.contact-rows h2, .contact-rows h3 {
    color: #454545;
    font-size: 1.375em;
    margin: 0.5em 0 0;
}
.contact-rows h3.blue {
    color: #007599;
}
.contact-rows p.note {
    font-size: 1em;
}

.pseudomap {
    height: 499px;
    background: url("images/pseudomap.jpg") 50% 50% no-repeat;
}

.voucher-form ul {
    width: 38em;
    margin: 3em auto 0em;
}
.voucher-form ul li {
    float: left;
    width: 50%;
}
.voucher-form label, .voucher-form .land {
    font-size: 1.25em;
    display: inline-block;
    margin: 0 0.5em 0 0;
}
.voucher-form input {
    border: 1px solid #e5e5e5;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 0.5em;
    padding: 0 0.5em;
    outline: 0;
}
.voucher-form select {
    border: 0.5em solid #fff;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 0.5em;
    outline: 0;
}
.voucher-form .error {
    font-size: 1.5em;
    color: #d33a53;
    position: relative;
    display: inline-block;
    margin-bottom: 0.3em;
}
.voucher-form .error:before {
    height: 21px;
    width: 21px;
    content: '';
    background: red;
    display: inline-block;
    margin-right: 0.3em;
    background: url("images/sprite.png") -24px -27px no-repeat;
}

.cartpage .cart-progress {
    margin: 0;
}
.cartpage .cart-progress li {
    display: inline-block;
    font-size: 1.625em;
    text-transform: uppercase;
    margin: 0 0.75em;
}
.cartpage .cart-progress li.active {
    color: #007599;
}
.cartpage .cart-progress li.first, .cartpage .cart-progress li.second {
    position: relative;
    top: -40px;
}
.cartpage .mobile {
    display: none;
}
.cartpage table tr {
    border-bottom: 1px solid #efefef;
}
.cartpage table th:first-child, .cartpage table td:first-child {
    padding-left: 0;
}
.cartpage table th:last-child, .cartpage table td:last-child {
    padding-right: 0;
}
.cartpage table .productname a {
    display: block;
    color: #454545;
}
.cartpage table .productname a span {
    display: block;
    color: #007599;
    font-size: 1.22em;
}
.cartpage .qty {
    display: inline-block;
    position: relative;
    height: 42px;
}
.cartpage .qty input {
    height: 42px;
    line-height: 42px;
    border: 1px solid #e5e5e5;
    width: 100%;
    text-align: center;
}
.cartpage .qty ul {
    margin: 0;
}
.cartpage .qty ul a {
    display: block;
    height: 42px;
    font-size: 1.5em;
    line-height: 34px;
    background: #007599;
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 100%;
}
.cartpage .qty ul a:hover {
    text-decoration: none;
}
.cartpage .qty ul a.plus {
    border-bottom: 1px solid #006888;
}
.cartpage .qty ul a.minus {
    border-top: 1px solid #308fac;
}
.cartpage .qty li {
    float: left;
}
.cartpage .qty li.qty-btn {
    width: 24px;
}
.cartpage .qty li.qty-input {
    width: 36px;
}
.cartpage .qty li.qty-input p {
	line-height: 34px;
	width: 100%;
	border: 1px solid #e5e5e5;
	text-align: center;
	padding: 3px 0;
	margin: 0px;
}
.cartpage .counts { min-width: 121px; }
.cartpage .remove {
    display: inline-block;
    height: 20px;
    width: 18px;
    background: url("images/sprite.png") -24px -49px no-repeat;
}
.cartpage .voucher {
    border: 0;
}
.cartpage .voucher td {
    border: 0;
    background: #efefef;
    padding: 1em 1em;
}
.cartpage .voucher td:first-child {
    border-bottom-left-radius: 0.5em;
    padding-left: 1em;
}
.cartpage .voucher td:last-child {
    border-bottom-right-radius: 0.5em;
    padding-right: 1em;
}
.cartpage .big {
    color: #007599;
    font-size: 1.375em;
}
.cartpage .total {
    font-size: 1.25em;
}
.cartpage .total li {
    float: left;
    width: 50%;
}
.cartpage .total .totalprice {
    text-align: right;
    font-size: 1.1em;
}
.cartpage .total .totalprice span {
    font-size: 1.363em;
    color: #007599;
    font-weight: 500;
}
.cartpage .forms h2 {
    margin-bottom: 0.5em;
    color: #585858;
}
.cartpage .forms .left-row, .cartpage .forms .right-row {
    float: left;
}
.cartpage .forms .formwrap {
    background: #efefef;
    padding: 1.5em 0;
    border-radius: 0.5em;
}
.cartpage .forms .formwrap label {
	line-height: 14px;
}
.cartpage .forms .left-row {
    width: 62%;
}
.cartpage .forms .left-row label {
    display: inline-block;
    width: 6em;
    position: absolute;
    left: 0;
}
.cartpage .forms .left-row label.required:after {
    content: '*';
    color: #007599;
    margin-left: 0.25em;
    font-size: 1.25em;
}
.cartpage .forms .left-row label.souhlas {
	margin-left: 6em;
	width: 100%;
}
.cartpage .forms .left-row label.souhlas input {
	float: left;
	padding: inherit;
	margin-right: 5px;
	box-shadow: none;
	width: auto;
	height: auto;
}
.cartpage .forms .left-row .del-1, .cartpage .forms .left-row .del-2 {
    float: left;
    width: 55%;
    padding: 0 1.5em;
}
.cartpage .forms .left-row .del-2 {
	width: 45%;
}
.cartpage .forms .left-row .textarea {
    padding: 0 1.5em;
}
.cartpage .forms .left-row .row {
    position: relative;
    margin-bottom: 0.5em;
    padding-left: 5.5em;
}
.cartpage .forms .left-row .row > b {
    width: 6em;
    position: absolute;
    left: 0;
}
.cartpage .forms .left-row input, .cartpage .forms .left-row textarea, .cartpage .forms .left-row select {
    width: 100%;
    border: 1px solid #d5d5d5;
    height: 1.75em;
    font-family: "Dosis", sans-serif;
    line-height: 1.75em;
    padding: 0 0.3em;
}
.cartpage .forms .left-row input:focus, .cartpage .forms .left-row textarea:focus, .cartpage .forms .left-row select:focus {
    outline: 0;
    border-color: #5eae86;
}
.cartpage .forms .left-row input, .cartpage .forms .left-row textarea {
    box-shadow: inset 0 1px 5px #f3f3f3;
}
.cartpage .forms .left-row input.error {
    border: 2px solid #f36060;
	padding: 0 0.2375em;
}
.cartpage .forms .left-row textarea {
    resize: vertical;
    min-height: 4em;
}
.cartpage .forms .right-row {
    width: 38%;
    padding-left: 2.625em;
}
.cartpage .forms .right-row li {
    margin-bottom: 0.75em;
}
.cartpage .forms .right-row li span {
    color: #007599;
}
.cartpage .forms .right-row input {
    margin-right: 0.5em;
}
.cartpage .forms .right-row .btnwrap {
    text-align: right;
    padding-top: 1em;
}
.cartpage .forms .right-row .btnwrap a {
    font-size: 1.25em;
    padding: 0 2em;
}


.cartpage .forms input[name='address'] {
	width: calc(100% - 130px) !important;
}
.cartpage .forms .left-row .for-cp {
	float: right;
}
.cartpage .forms .left-row .for-cp label {
	width: 50px;
	position: inherit;
}
.cartpage .forms .left-row .for-cp input {
	width: 60px;
}
.cartpage .forms .left-row .for-cp label.required:after {
	/*margin-left: 0px;*/
}


.cartpage .forms.summary {
    margin: 2em 0;
}
.cartpage .forms.summary .left-row {
    width: 100%;
    float: none;
}
.cartpage .forms.summary h2 {
    color: #007599;
    font-size: 1.25em;
    padding-left: 1.25em;
    margin: 0 0 1.25em;
}
.cartpage .forms.summary h2 + div {
    font-size: 1.05em;
}
.cartpage .summary-table .total {
    margin: 0.5em;
    font-size: 1em;
}
.cartpage .summary-table .total .totalprice {
    width: 100%;
    float: none;
}
.cartpage .summary-table .qty {
    height: auto;
}
.cartpage .approval {
    text-align: center;
    padding: 0.5em 0;
}
.cartpage .btnwrap-send {
    font-size: 1.25em;
    margin: 0;
}
.cartpage .btnwrap-send > li {
    float: left;
    width: 50%;
}
.cartpage .btnwrap-send > li.btn-right {
    text-align: right;
}
.cartpage .btnwrap-send a {
    padding: 0 2em;
}

.config-header {
    position: relative;
}
.config-header img {
    float: left;
    margin-right: 1em;
}
.config-header h2 {
    color: #383838;
    padding-top: 0.25em;
}
.config-header h2 span {
    display: block;
    color: #007599;
    font-size: 0.6em;
}
.config-header .link-back {
    font-size: 1.25em;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    right: 0;
}
.config-header .link-back a {
    text-decoration: none;
}

.config {
    background: #efefef;
    padding: 1em 4em 2em;
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em;
    position: relative;
    overflow: hidden;
}
.config:after {
    width: 56px;
    height: 24px;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -24px;
    margin-left: -28px;
    background: url("images/sprite.png") -112px 0px no-repeat;
}
.config > p {
    font-size: 1.25em;
    text-align: center;
    text-transform: uppercase;
}
.config .config-wrap {
    text-align: center;
}
.config .model {
    position: relative;
    display: inline-block;
    padding: 2.25em 2em 0;
}
.config .model img {
    max-width: 100%;
    display: inline-block;
}
.config .model .config-inputs {
    margin-top: 0em;
}
.config .model .config-inputs label {
    /*display: block;*/
	font-weight: bold;
	font-size: 14pt;
	margin: 0 5px;
}
.config .model .config-inputs label span {
	font-size: 15pt;
}
.config .model .config-inputs input {
    width: 2.8em;
    text-align: center;
    border: 1px solid #006281;
    height: 2em;
    line-height: 2em;
    border-radius: 0.5em;
    padding: 0 0.5em;
}
.config .model .config-inputs input:focus {
    outline: 0;
    border-color: #5eae86;
}
.config .model .config-inputs li {
    position: absolute;
    margin-left: -1.4em;
}
.config .model .config-inputs .input-01 {
    top: 0%;
    left: 50%;
}
.config .model .config-inputs .input-02 {
    top: 50%;
    left: -5%;
}
.config .model .config-inputs .input-03 {
    top: 27%;
    left: 42%;
	color: #FFF;
}
.config .model .config-inputs .input-04 {
    top: 46%;
    left: 24%;
	color: #FFF;
}
.config .model .config-inputs .input-05 {
    top: 51%;
    left: 62%;
	color: #FFF;
}
.config .model .config-inputs .input-06 {
    top: 69%;
    left: 50%;
	color: #FFF;
}
.config .model .config-inputs .input-07 {
    top: 75%;
    left: 73%;
	color: #FFF;
}
.config .model .config-inputs .input-08 {
    top: 85%;
    left: 58%;
	color: #FFF;
}
.config .model .config-inputs .input-09 {
    top: 75%;
    left: 87.3%;
	color: #FFF;
}
.config .model .config-inputs input {
	color: #000;
}
.config .config-options {
    text-align: center;
    font-size: 1.125em;
}
.config .config-options li {
    display: inline-block;
    margin: 0.5em 1em 0;
}
.config .config-options input[type="text"] {
    height: 1.75em;
    font-family: "Dosis", sans-serif;
    line-height: 1.75em;
    box-shadow: inset 0 1px 5px #f0f0f0;
    padding: 0 0.3em;
    border-radius: 0.25em;
    margin: 0 0 0 .4em;
}
.config .config-options input[type="text"]:focus {
    outline: 0;
    border-color: #5eae86;
}
.config .config-options label {
    font-weight: 500;
}

.config-order {
    background: #007599;
    padding: 2em;
    text-align: center;
    color: #fff;
}
.config-order a {
	color: #fff;
}
.config-order li {
    display: inline-block;
    margin: 0 1em;
    font-size: 1.375em;
}
.config-order li input {
    position: relative;
    top: -0.2em;
    left: -0.3em;
}
.config-order .note {
    font-size: 1em;
}

.undernote {
    text-align: center;
    font-size: 0.875em;
}

.screenshield {
    padding: 1em 0;
}
.screenshield .progress {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
}
.screenshield .progress span {
    display: block;
    height: 0.5em;
    background: #d7d7d7;
}
.screenshield .progress li {
    float: left;
    width: 33.33%;
}
.screenshield .progress .done span {
    background: #007599;
}

.screen-wrap > ul > li {
    width: 33.33%;
    float: left;
    padding: 0 1em;
}
.screen-wrap > ul > li > div {
    height: 17em;
}
.screen-wrap h3 {
    color: #007599;
    text-align: left;
}
.screen-wrap a {
    color: #454545;
}
.screen-wrap li {
    font-size: 1.125em;
}
.screen-wrap li.active > a {
    color: #007599;
    font-weight: 500;
}
.screen-wrap .screen-dev {
    text-align: center;
}
.screen-wrap .screen-dev li {
    float: left;
    width: 33.33%;
}
.screen-wrap .screen-dev .img span {
    display: inline-block;
    width: 79px;
    height: 69px;
    background: url("images/ico-config.png") 0 0 no-repeat;
}
.screen-wrap .screen-dev .dev-02 .img span {
    background-position: -79px 0;
}
.screen-wrap .screen-dev .dev-03 .img span {
    background-position: -158px 0;
}
.screen-wrap .screen-dev .dev-04 .img span {
    background-position: 0 -69px;
}
.screen-wrap .screen-dev .dev-05 .img span {
    background-position: -79px -69px;
}
.screen-wrap .screen-dev .dev-06 .img span {
    background-position: -158px -69px;
}
.screen-wrap .screen-dev .dev-07 .img span {
    background-position: 0 -138px;
}
.screen-wrap .screen-dev .dev-08 .img span {
    background-position: -79px -138px;
}
.screen-wrap .screen-man ul {
    float: left;
    width: 50%;
    text-align: left;
}
.screen-wrap .screen-model div {
    overflow-y: scroll;
}
.screen-wrap .screen-model ul {
    text-align: left;
}
.screen-wrap .infonote {
    display: inline-block;
}
.screen-wrap .infonote:before {
    height: 17px;
    width: 17px;
    background: url("images/sprite.png") -49px -50px no-repeat;
    content: '';
    display: inline-block;
    position: relative;
    top: 1px;
    left: -3px;
}
.screen-wrap .infonote a {
    color: #007599;
    font-weight: 500;
}

.testimonials {
    text-align: left;
    margin: 0 -2%;
}
.testimonials .item {
    width: 33.33%;
    float: left;
    padding: 0 2% 5% 2%;
}
.testimonials .item p {
	height: 174px;
	overflow: hidden;
}
.testimonials .item b {
    display: block;
}

.upload {
    margin: 0 -2%;
}
.upload > div {
    width: 50%;
    padding: 0 2%;
}
.upload .row-left {
    float: left;
    padding-top: 2em;
}
.upload .row-left .undernote {
    text-align: left;
}
.upload .row-right {
    float: right;
}
.upload h2 {
    color: #454545;
    text-transform: uppercase;
    font-weight: normal;
}
.upload h3 {
    font-size: 1.31em;
}
.upload .preview {
    background: #e9e9e9;
    /*height: 20em;*/
    border: 5px solid #efefef;
    /*padding: 2em;*/
}
.upload .preview .head {
    font-size: 2.25em;
}
.upload .bluedot li {
    font-size: 1.125em;
    position: relative;
    margin: 0 0 0.5em;
    padding-left: 1em;
}
.upload .bluedot li:before {
    content: '';
    background: #007599;
    height: 0.33em;
    width: 0.33em;
    position: absolute;
    border-radius: 0.33em;
    left: 0;
    top: 0.5em;
}

.detailpage {
    padding-bottom: 1em;
}
.detailpage .mobile-head {
    display: none;
}
.detailpage .row-right {
    width: 38%;
    float: right;
}
.detailpage .row-left {
    width: 62%;
    float: left;
    padding-right: 2em;
}
.detailpage .row-left .small {
	font-size: 85%;
	max-width: 638px;
}
.detailpage h1 {
    text-align: left;
    margin: 0.25em 0 0.25em;
}
.detailpage .addtofav {
    margin: 0 0 1em;
    position: relative;
    padding-left: 3px;
}
.detailpage .addtofav:before {
    height: 15px;
    width: 14px;
    background: url("images/sprite.png") -4px -50px no-repeat;
    content: '';
    display: inline-block;
    position: relative;
    top: 1px;
    left: -3px;
}
.detailpage .detail-buttons {
    margin: 0.5em 0 1.5em;
}
.detailpage .detail-buttons li {
    display: inline-block;
    font-size: 1.25em;
    margin: 0 0.5em 0.5em 0;
}
.detailpage .flexslider:hover .flex-prev {
    left: 0;
}
.detailpage .flexslider:hover .flex-next {
    right: 0;
}
.detailpage .flex-direction-nav a {
    background-color: #000000;
}
.detailpage .flex-direction-nav .flex-prev {
    left: 0;
}
.detailpage .flex-direction-nav .flex-next {
    right: 0;
}

.device-select h2 {
    text-transform: uppercase;
    text-align: center;
}
.device-select h3 {
    text-transform: uppercase;
    margin: 0 0 0.25em;
}
.device-select img {
    display: inline-block;
}
.device-select .pick > li {
    float: left;
    width: 50%;
    text-align: center;
}
.device-select .pick.full > li {
    width: 100%;
    text-align: center;
}
.device-select p {
    margin: 0.25em auto 1em;
    max-width: 20em;
}
.device-select .btn {
    font-size: 1.25em;
    padding: 0 2em;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 50;
}
.overlay .overlay-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 35em;
    padding: 0.5em 1em;
    text-align: center;
}
.overlay p {
    font-size: 1.5em;
    margin: 0.5em 0;
}
.overlay .btn {
    font-size: 0.83em;
}
.overlay img {
    max-width: 100%;
}

@media only screen and (max-width: 72em) {
    .header {
        height: 8.1em;
    }
    nav {
		float: none;
		width: 100%;
		position: absolute;
		top: 4.06em;
		left: 0;
		z-index: 4;
		margin-left: 0;
    }
    nav ul {
        background: #007599;
        text-align: center;
		margin: 0 -1em;
    }
    nav li a {
        color: #fff;
    }
    nav li a:hover {
        color: #fff;
    }
	.submenu {
		left: 0 !important;
	}
	.submenu-content {
		width: 100% !important;
	}

    .figure > div {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 1em;
    }
    .figure > div strong {
        display: block;
    }

    .rows.rows-2 {
        margin: 0;
    }
    .rows.rows-2 > div {
        float: none;
        width: 100%;
        padding: 0;
    }

    .gallery-list > li {
        width: 33.33%;
    }

    .hpsteps li {
        float: none;
        display: inline-block;
        width: auto;
        padding: 20px 0 20px 126px;
    }
    .hpsteps li:before {
        top: 50%;
        margin-top: -44px;
    }

    .cartpage .forms .left-row .del-1, .cartpage .forms .left-row .del-2 {
        width: 100%;
        float: none;
    }

    .cartpage .forms .left-row, .cartpage .forms .right-row {
        width: 50%;
    }

    .cartpage .cart-progress li {
        display: none;
    }
    .cartpage .cart-progress li.active {
        display: block;
        position: static;
    }

    .screen-wrap > ul > li {
        width: 100%;
        float: none;
    }

    .hpvideos.row-4 li {
        width: 50%;
    }

    .upload {
        margin: 0;
    }
    .upload > div {
        float: none;
        width: 100%;
        padding: 0;
    }

    .cartpage .total span {
        display: block;
    }
}
@media only screen and (max-width: 54em) {
    .cartpage table .no-mobile {
        display: none;
    }
    .cartpage .big {
        font-size: 1em;
    }
    .cartpage .mobile {
        display: block;
    }
    .cartpage .mobile li {
        float: left;
        width: 50%;
    }
    .cartpage .mobile .remove {
        float: right;
    }

    table th, table td {
        padding: 0.5em 0.5em;
    }

    .device-select .pick > li {
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 2em;
    }
}
@media only screen and (max-width: 40em) {
    .header {
        height: 3.75em;
    }

    .logo {
        position: absolute;
        left: 50%;
        margin-left: -70px;
    }

    .menu {
        margin: 0;
    }

    .nav-mobile {
        display: block;
        float: left;
        padding: 0.5em 0 0.2em 0;
    }
    .nav-mobile li {
        display: inline-block;
        margin-right: 1em;
    }
    .nav-mobile li.menu-search a {
        width: 18px;
    }
    .nav-mobile li.menu-toggler a {
        width: 27px;
        background-position: -85px -20px;
    }
    .nav-mobile a {
        display: block;
        height: 18px;
        background: url("images/sprite.png") -85px 0 no-repeat;
    }

    .cart ul {
        width: auto;
    }

    .cart .search {
        position: absolute;
        display: none;
        top: 4em;
        left: 0;
        width: 100%;
        z-index: 3;
        background: #007599;
    }
    .cart .search.opened {
        display: block;
    }
    .cart .search input {
        width: 100%;
    }
    .cart form {
        border: 0;
        padding: 0.3em 0 0.3em 0;
    }
    .cart button {
        right: 0.75em;
    }
    .cart .cartdetail .cart-price {
        display: none;
    }

    .cart .cartdetail .cart-num {
        left: -2em;
    }

    nav {
        display: none;
    }
    nav.opened {
        display: block;
    }
    nav li {
        display: block;
    }
    nav li a {
        line-height: 2.75em;
    }

    .gallery-list > li {
        width: 50%;
    }

    .hpsearch form {
        width: 18em;
    }
    .hpsearch input {
        width: 11em;
    }

    .hpvideos li {
        width: 100%;
        float: none;
    }

    .flex-direction-nav {
        display: none;
    }

    .info-top, .contact-rows {
        margin: 0;
    }
    .info-top > li, .contact-rows > li {
        text-align: center;
        width: 100%;
        float: none;
        padding: 0;
    }

    .voucher-form ul {
        width: 100%;
        margin: 3em 0 0;
    }
    .voucher-form ul li {
        float: none;
        width: 100%;
    }
    .voucher-form .voucher-land {
        margin-top: 2em;
    }

    .cartpage .forms .left-row, .cartpage .forms .right-row {
        width: 100%;
        float: none;
    }

    .cartpage .forms .right-row {
        padding-left: 0;
    }

    .cartpage .btnwrap-send > li {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0.5em 0;
    }
    .cartpage .btnwrap-send > li.btn-right {
        text-align: center;
    }

    .config {
        padding: 1em 1em 2em;
    }
    .config .model {
        padding: 0;
        display: block;
    }
    .config .model .config-inputs {
        margin-top: 1.5em;
    }
    .config .model .config-inputs li {
        position: static;
        margin-bottom: 1em;
        margin-left: 0;
        float: left;
        width: 50%;
    }
    .config .model .config-inputs label {
        display: block;
        margin-bottom: 0.33em;
    }
    .config .config-options li {
        display: block;
    }

    .hpvideos.row-4 li {
        width: 100%;
    }

    .testimonials {
        margin: 0;
    }
    .testimonials > li {
        width: 100%;
        float: none;
        padding: 0em;
    }

    .config-header .link-back {
        position: static;
    }

    .cartpage .total {
        font-size: 1em;
    }

    .config {
        padding: 1em 0em 2em;
    }

    .screen-wrap .screen-dev li {
        font-size: 0.9em;
    }

    .detailpage .mobile-head {
        display: block;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 1.375em;
    }
    .detailpage .row-right {
        text-align: center;
        width: 100%;
        float: none;
        padding-top: 2em;
    }
    .detailpage .row-right .h1 {
        display: none;
    }
    .detailpage .row-left {
        width: 100%;
        text-align: center;
        float: none;
        padding-right: 0em;
    }

    .cartpage .total .no-mobile {
        display: none;
    }
    .cartpage .total .totalprice {
        text-align: left;
        width: 100%;
    }
    .cartpage table .productname a span {
        font-size: 1em;
    }
    .cartpage .summary-table .total {
        margin: 0;
    }

    .overlay {
        padding: 2%;
    }
    .overlay .overlay-content {
        left: 2%;
        max-height: 96%;
        top: 2%;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
        width: 96%;
        overflow: hidden;
    }
    .overlay p {
        font-size: 1.25em;
    }
}
@media only screen and (max-width: 25em) {
    .logo {
        width: 100px;
    }
    .lang { display: none; }
    .gallery-list {
        text-align: center;
    }
    .gallery-list > li {
        width: 100%;
    }
}


/**** OWN CUSTOM CSS *****/




.frame div.left_content {
    margin-bottom: 50px;
    padding-right: 30px;
    margin-top: 10px;
    float: left;
    width: 70%;
}
.frame div.right_content {
    float: left;
    margin-top: 10px;
    height: 100%;
    width: 30%;
}
.same_column_left, .same_column_right {
	width:50%;
	float:left;
}
.same_column_left{ padding-right:15px; }
.same_column_right{ padding-left:15px; }
.logo_box_frame{
	width: 450px;
	margin-bottom:20px;
}
.logo_box{
	width: 50%;
	float: left;
}
.document {
    min-height: 300px;
}
.document p {
    line-height: 1.5em;
    margin-bottom: 10px;
}
div.bread_crumbs{
	float:left;
	width:100%;
	height:50px;
}
div.bread_crumbs a {
	color: #656565;
	text-decoration: underline;
	padding: 5px 15px 5px 0px;
	background: url("http://skinzone.es/_public/images/crumbs_arrow.png") no-repeat scroll right center transparent;
	font-weight: normal;
	margin-right: 5px;
}
div.review{
	float:left;
	width:100%;
	padding-bottom:10px;
}
div.review .rateit {
    margin-top:6px;
}
img.right {
	float:right;
	padding-right:10px;
}
p.rating {
	padding:1px 0 0 0;
	float:left;
}
p.name {
	padding:0px 10px 0 0;
	margin:0px;
	float:left;
}
p.citation {
	float:left;
	text-align:left;
	background: url('http://skinzone.es/_public/images/citation.png') left center no-repeat;
	margin-top:5px;
	width:100%;
}

/* Review form */

div.form_review{
	margin-bottom: 50px;
	min-height: 700px;
}

div.form_review p.mandatory label,
span.input.email {
	width:300px;
	float:left;
}

div.form_review p label {
	/*font-weight: bold;*/
}

p:nth-child(7) label {
	/*width:300px;*/
	width:100%;
	height:20px;
	padding-top:15px;
	padding-bottom:25px;
	float:left;
}

div.form_review input[type=text], div.form_review input[type=email] {
	width: 90%;
	padding: 7px 0;
	border: 1px solid #9c9b9b;
}

div.form_review input[type=submit] {
	margin-top:10px;
}

div.form_review textarea {
	width: 90%;
}

#ratingId15dsf {
	width:100%;
	float:left;
	margin-left:-16px;
}

span.radioButtonItem {
	float:left;
	width:70px;
	padding:35px 0 0 22px;
	background-image: url("../images/icon-skinzone-small.png");
	background-repeat:no-repeat;

}

span.radioButtonItem label {
	display: none;
	float:left;
}

span.radioButtonItem:nth-child(2), span.radioButtonItem:nth-child(3) {
	width:190px;
	background-image: url("../images/icon-screenschield-small.png");
	background-repeat:no-repeat;
	padding: 35px 0 0 27px;
}

.review_button{
	margin-top:20px;
	float:left;
	width:185px;
	height:35px;
	background-image: url("http://skinzone.es/_public/images/review-button.png");
	border: none;
}

div.successfully {
	width: 90%;
	text-align:center;
	background-color:#6C0;
}

div.successfully p {
	padding: 5px 0;
	font-weight: bold;
	color:white;
}


/* Paginator */

#paginator{
	margin: 20px 0 0 0;
	background-image: none;
	float: left;
}

#paginator p a, #paginator p a:hover, #paginator p span.paggination_link{
	text-decoration: none;
	border: solid 1px #D3D3D3;
	padding: 3px 6px;
}

 p span.paggination_link{
	color:white;
	background:#239dda !important;
	border-color:#239dda !important;
}

#paginator p a:hover{
	color: #808080!important;
	border-color:#999999 ;
}

.but_main_big {
    /*float: left;
    width: 238px;
    height: 34px;
    color: #ffffff;
    background: url('../images/but_main_big.png') top left no-repeat;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 35px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    font-weight: bold;*/
}
#map-skinzone { margin: 40px auto; }
.full_page{
    margin-bottom: 50px;
    width: 60%;
}
.noborder { border: 0px; }

.coupon-code { line-height: 35px; width: 150px; padding: 2px; margin: 0 10px; text-align: center; }
.coupon-apply { padding: 0px; font-size: 12pt; }

.line_through { text-decoration: line-through; }
.btn.small { font-size: 80%; min-width: 7em; }
.btn.large { font-size: 1.25em; padding: 0 2em; }

.konfigurator .device, .screenshield .device {
    width: 70px;
    margin-top: 10px;
    height: 75px;
}

.map_place {}
.map_place h3 {
    clear: both;
    color: #239dda;
    font-size: 16px;
    padding: 10px 0 5px;
    margin: 0px;
    text-transform: uppercase
}
.map_place table {
    margin: 5px 0;
}
.map_place table td { padding: 0 20px 0 0; font-size: 1em; }
.map_place table .td_map_1 {
    width: 80px;
}
.map_place table .td_map_2 {
    font-weight: bold;
    width: 320px;
}

.ac_results {
	border: 1px solid gray;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
	overflow: hidden;
}

.ac_results li {
	padding: 2px 5px;
	white-space: nowrap;
	color: #101010;
	text-align: left;
	float: inherit;
}

.ac_over {
	cursor: pointer;
	background-color: #F0F0B8;
}

.ac_match {
	text-decoration: underline;
	color: black;
}

.device-detail {}
.device-detail .item {
    float: left;
    width: 50%;
    text-align: center;
    padding-bottom: 5%;
}
.device-detail .item:nth-child(1) { padding-left: 5%; }
.device-detail .item:nth-child(2) { padding-right: 5%; }
.device-detail .item .img { height: 70px; vertical-align: middle; }
.device-detail .item h2 {
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-size: 140%;
    color: #585858;
}

span.btn a, a.btn {
    color: #FFF;
}
span.btn a:hover, a.btn:hover { text-decoration: none; }

@media only screen and (max-width: 52em) {

    .device-detail .item {
        width: 100%;
	text-align: center;
        padding-bottom: 5%;
    }
    .device-detail .item:nth-child(1) { padding-top: 20px; padding-left: 0; }
    .device-detail .item:nth-child(2) { padding-top: 20px; padding-right: 0; }

}

header.h1 img {
    width:100%;
}

.gallery-list h2 {
    white-space: nowrap;
    overflow: hidden;
}

div.left_content p.video_box {
    float: left;
    padding: 0;
    width: 190px;
}

.cart .lang a {
    display: block;
    height: 20px;
    width: 100%;
    padding: 6px 10px;
    position: relative;
}
.cart .lang span {
    display: block;
    height: 11px;
    width: 16px;
    background: url("images/flags.png") -49px 0 no-repeat;
}
.cart .lang span.flag-cs { background-position: -64px -33px; }
.cart .lang span.flag-en { background-position: -49px -17px; }
.cart .lang span.flag-de { background-position: -49px -34px; }
.cart .lang span.flag-eu { background-position: -48px -44px; }
.cart .lang span.flag-it { background-position: -64px -66px; }
.cart .lang span.flag-se { background-position: -64px -132px; }
.cart .lang span.flag-pl { background-position: -16px -121px; }
.cart .lang span.flag-fr { background-position: -160px -121px; }
.cart .lang span.flag-ch { background-position: -128px -22px; }
.cart .lang span.flag-sk { background-position: -128px -132px; }
.cart .lang span.flag-at { background-position: -192px 0px; }
.cart .lang span.flag-es { background-position: -16px -44px; }
.cart .lang span.flag-de { background-position: -80px -33px; }
.cart .lang span.flag-uk { background-position: -176px -44px; }
.cart .lang span.flag-hu { background-position: -32px -66px; }
.cart .lang span.flag-ro { background-position: -80px -143px; } 

.screen-wrap > ul > li > div.cf { height: 0px; }
.screen-wrap div h3 { clear: both; }
.screen-wrap > ul > li > div { height: 20em; }
.screen-wrap .screen-man ul { width: 100%; }
.screen-wrap .screen-man ul li { float: left; width: 50%; text-transform: uppercase; }

.frame table tr:nth-child(2n-1) { background-color: #e0eef3; }
.frame table.clear-background tr { background-color: #FFF; }

.frame div.left_content { min-height: 300px; }
.frame div.left_content.full_page { margin-bottom: 50px; width: 100%; }

section { margin-top: 65px; position: relative; width: 100%; }
header.nomenu .menu { display: none; }
header.header { position: absolute; left: 0; right: 0; top: 0; z-index: 999; padding: 0px; }
header.header .cont { background: #FFF; box-shadow: 0 0 5px #AAA; padding: 0 1em; }

span.input.email { width:300px; float: none; }
div.form_review input[type=submit] { margin-top: 10px; clear: both; }
span.radioButtonItem:nth-child(2) { width: 80px; }

.total-price, .price { text-align: right; }

.alignLeft {
	text-align: left;
}

.but_main_big {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 1em;
    line-height: 2.25em;
    color: #fff;
    min-width: 8em;
    width: 238px;
    text-align: center;
    border-radius: 1.75em;
    border: 0px;
    background: linear-gradient(#0280a8, #016a8c) repeat scroll left center rgba(0, 0, 0, 0);
}
.but_main_big:hover {
    text-decoration: none;
}
.but_main_big.blue {
	background: #016a8c;
    background: -webkit-linear-gradient(#0280a8, #016a8c) left repeat;
    background: linear-gradient(#0280a8, #016a8c) left repeat;
}
.testimonials { margin-bottom: 10px; }
.testimonials p { margin-top: 0px; margin-bottom: 15px; }

form#top-search { position: relative; }
form#hp-search { position: relative; }

.screen-wrap ul {}
.screen-wrap h3 { margin-top: 0px; margin-bottom: 20px; }

.config-order li { vertical-align: top; line-height: 20px; margin-bottom: 7px; text-align: left; }
.config-order li input[value=produce_3d] { float: left; margin-bottom: 20px; top: 0.2em; }
.config-order li a { color: #FFF; }
.config-order li .smaller { font-size: 11pt; }

.theme-detail .theme_image {
    background: none repeat scroll 0 0 transparent;
    margin-top: 20px;
    text-align: center;
    max-width: 638px;
}
.theme-detail .theme_image img {
    border: 1px solid #ededed;
    max-width: 638px;
    vertical-align: middle;
	width: 100%;
}
.theme-detail header.h1 h1 span.small {
    display: inline;
	font-size: 12pt;
	margin: 0 0 2px 10px;
}

#notebook-preview {
    display: block;
    position: relative;
}
#notebook-preview span {
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0px;
    top: 0px;
}
#wizard-place-holder {}
#wizard-place-holder .selectedProduct { margin-bottom: 30px; }
#wizard-place-holder .selectedProduct h2 { margin: 5px 0 5px 0; }
#wizard-place-holder .selectedProduct .smaller { font-size: 11pt; }
#wizard-place-holder .config-order .selectedProduct * { color: #FFF; }
.screen-model .model { display: block; padding: 0px; position: inherit; }

header.h1 { position: relative; }
#dozivotniZaruka { height: 70px; width: auto; position: absolute; right: 5%; top: -10px; }

.voucher-form select { max-width: 55%; }

.frame {}
.frame ul { list-style-type: disc; }
.frame ul, .frame ol {
    line-height: 1.5em;
    margin: 15px;
    padding-left: 17px;
}
.frame ul li, .frame ol li { padding-bottom: 10px; }

div.left_content p.video_box { width: 25%; }
div.left_content p.video_box iframe { width: 95%; display: inline-block; }

.screen-dev .device.inactive, .screen-man .brand.inactive, .screen-model .model.inactive  { opacity: 0.4; }

.social-media { margin-top: 25px; display: inline-table; text-align: center; }
.social-media ul { list-style-type: none; margin: auto; }
.social-media ul li { float: left; margin: 0 4px; }
.social-media ul li a { width: 35px; height: 36px; float: left; background: transparent url('../images/social-icons_v2.png') top left no-repeat; }
.social-media ul li .fb { background-position: 0px 0px; }
.social-media ul li .fb:hover { background-position: 0px -36px; }
.social-media ul li .gplus { background-position: -70px 0px; }
.social-media ul li .gplus:hover { background-position: -70px -36px; }
.social-media ul li .twitter { background-position: -35px 0px; }
.social-media ul li .twitter:hover { background-position: -35px -36px; }
.social-media ul li .pinterest { background-position: -105px 0px; }
.social-media ul li .pinterest:hover { background-position: -105px -36px; }
.social-media ul li .youtube { background-position: -140px 0px; }
.social-media ul li .youtube:hover { background-position: -140px -36px; }
.social-media ul li .instagram { background-position: -175px 0px; }
.social-media ul li .instagram:hover { background-position: -175px -36px; }

.slides li { z-index: 100; }
.slides-bg { 
	width: 100%; max-height: 35px; 
	position: absolute; bottom: 0px; 
	z-index: 105; 
}
.slides-bg img {
	vertical-align: text-bottom;
}
.slider li img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;          
}

.miniaturizace { display: block; margin: auto; }

.footer p, .footer a {
    text-transform: none;
}

.cv-sign {
    background: url("../images/logo-cv.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 20px;
	margin-left: 3px;
}
.fm-sign {
    background: url("../images/logo-fm.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 20px;
	margin-left: 3px;
}

.wroteaboutuswrapper img { float: right; }

.header.screenshield .logo img,
	.header.tempered-glass .logo img { height: 61px; width: auto; top: 0; margin-left: 20px; }

.choice-screen-type {}
.choice-screen-type h1 { text-transform: uppercase; font-weight: lighter; color: #007599; }
.choice-screen-type div {
	float: right;
	position: relative;
	left: -50%;
	text-align: left;
}
.choice-screen-type ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: 50%;
}
.choice-screen-type li { float: left; margin: 0px; padding: 0 5px 10px 5px; }
.choice-screen-type li span { display: block; padding: 8px 5px; }
.choice-screen-type li a { background-color: #D7D7D7; color: #616161; }
.choice-screen-type li.active a { background-color: #007599; color: #FFF; }

.tempered-glass-blocks { margin-top: 20px; text-align: center; background: #007398; }
.tempered-glass-blocks h1 { text-transform: uppercase; font-weight: lighter; color: #FFF; font-size: 2em; margin: 5px 0 0 0; }
.tempered-glass-blocks .bg-top { height: 26px; background: transparent url('images/blue-cip-top.png') top center no-repeat; }
.tempered-glass-blocks .bg-bottom { clear: both; height: 24px; background: #FFF url('images/blue-cip-bottom.png') top center no-repeat; }
.tempered-glass-blocks .blocks-content {}
.tempered-glass-blocks .blocks-content ul { list-style-type: none; margin: 0 0 10px 0; }
.tempered-glass-blocks .blocks-content li { width: 25%; float: left; padding: 0 20px; color: #FFF; font-size: 0.9em; }
.tempered-glass-blocks .blocks-content li h2 { font-size: 1.25em; font-weight: 400; color: #FFF; margin: 10px 0; text-transform: uppercase; }

.tempered-glass-blocks-second {}
.tempered-glass-blocks-second h2 { text-transform: uppercase; font-weight: lighter; font-size: 2em; margin: 0.5em 0; }
.tempered-glass-blocks-second ul { margin: 0 0 20px 0; }

.sstg-videos {}
.sstg-videos li { width: 100%; text-align: center; }

.objednavka {}
.objednavka tr th:nth-child(2), .objednavka tr th:nth-child(3) {
	text-align: right;
	padding-right: 3%;
}
.objednavka tr th:nth-child(3) {
	padding-right: 5%;
}
.objednavka tr th:nth-child(1) {
	text-align: left;
}
.objednavka tr td:nth-child(2), .objednavka tr td:nth-child(3) {
	text-align: right;
	padding-right: 2%;
}
.objednavka table tbody tr:nth-child(2n-1) {
	background-color: #e0eef3;
}
.objednavka tr td:nth-child(2) input[type="radio"] {
	margin-right: 1px;
	margin-left: 4px;
}
.objednavka tr td:nth-child(3) input[type="radio"] {
	margin-right: 5px;
	margin-left: 4px;
}
.objednavka tr td label {
	font-weight: bold;
}
.objednavka .device { width: 50px; float: left; text-align: center; }
.objednavka_polozka {
	margin-bottom: 10px;
}
.objednavka_polozka input[type='text'] {
	border: 1px solid grey;
	width: 250px;
	padding: 6px 4px;
	margin: 0 10px;
}

@media only screen and (max-width: 72em) {
    .screen-wrap > ul > li { clear: both; }
    .screen-wrap .screen-man ul { margin-bottom: 1em; }
	div.left_content p.video_box { width: 33.333%; }
	.screen-wrap .screen-man { padding-top: 1em; }
	.screen-wrap > ul > li > div { height: inherit; max-height: 20em; }
	.screen-model ul .model { float: left; width: 50%; }
	section { margin-top: 8.1em; }
}
@media only screen and (max-width: 54em) {
	#dozivotniZaruka { display: none; }
    .info-top > li { float: none; width: 100%; padding: 0; margin: 0 0 3em; }
    .contact-rows li { float: none; width: 100%; margin: 0 0 3em; }
    .frame div.left_content { float: left; width: 100%; margin-bottom: 3em; padding-right: 0px; }
    .frame div.right_content { float: left; width: 100%; margin-top: 0; margin-bottom: 1em; }
	.tempered-glass-blocks .blocks-content li { width: 50%; }
	.tempered-glass-blocks .blocks-content li h2 { font-size: 1.20em; }
}
@media only screen and (max-width: 40em) {
    .logo { position: absolute; margin-left: 98px; left: 0; top: -7px; }
    .cartdetail a { margin-right: 30px; }
    .cart li { left: 0; }
    .cart ul { width: auto; }
    .cart .cartdetail .cart-num { left: 0; }
    h1 { font-size: 2em; }
    header.h1 h1 + p { font-size: 1.65em; }
    .testimonials > li { padding-bottom: 3%; }
	div.left_content p.video_box { width: 50%; }
	section { margin-top: 65px; }
	.screen-model ul .model { float: left; width: 100%; }
	.tempered-glass-blocks .blocks-content li { width: 100%; }
}
@media only screen and (max-width: 35em) {
	.choice-screen-type li { float: inherit; text-align: center; }
	.choice-screen-type li span { padding: 0px 5px; }
}
@media only screen and (max-width: 30em) {
    h1 { font-size: 1.5em; }
    header.h1 h1 + p { font-size: 1.25em; }
}
@media only screen and (max-width: 25em) {
    .logo { top: 0; }
    .cartdetail a { margin-right: 30px; }
    .lang { display: none; }
    h1 { font-size: 1.25em; }
    header.h1 h1 + p { font-size: 1.05em; }
    p, th, td { font-size: 1em; }
	.testimonials .item p { height: 178px; }
	div.left_content p.video_box { width: 100%; }
	div.left_content p.video_box iframe { width: 100%; }
}
@media only screen and (max-width: 18em) {
    h1 { font-size: 1em; }
    header.h1 h1 + p { font-size: 0.8em; }
}