@font-face {
    font-family: 'FGBR';
    src: url('../fonts/FranklinGothicBookRegular.woff');
}

@font-face {
    font-family: 'FGURWCB';
    src: url('../fonts/FranklinGothicURWCon-Boo.woff');
}

@font-face {
    font-family: 'FRAMDCN';
    src: url('../fonts/FRAMDCN/FRAMDCN.eot');
    src: local('FRAMDCN'), url('../fonts/FRAMDCN/FRAMDCN.woff') format('woff'), url('../fonts/FRAMDCN/FRAMDCN.ttf') format('truetype');
}

@font-face {
    font-family: 'FGTI';
    src: url('../fonts/FranklinGothicBookITC.eot');
    src: local('FGT'), url('../fonts/FranklinGothicBookITC.eot?iefix') format('embedded-opentype'),
    url('../fonts/FranklinGothicBookITC.otf') format("opentype"),
    url('../fonts/FranklinGothicBookITC.ttf') format('truetype'),
    url('../fonts/FranklinGothicBookITC.woff') format('woff');
}

@font-face {
    font-family: 'FGT';
    src: url('../fonts/FranklinGotTOT-Dem.eot');
    src: local('FGT'), url('../fonts/FranklinGotTOT-Dem.eot?iefix') format('embedded-opentype'), url('../fonts/FranklinGotTOT-Dem.otf') format("opentype"), url('../fonts/FranklinGotTOT-Dem.ttf') format('truetype'), url('../fonts/FranklinGotTOT-Dem.woff') format('woff');
}

@font-face {
    font-family: 'ROBOTO BOLD';
    src: local('ROBOTO BOLD'), url('../fonts/roboto/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'ROBOTO';
    src: local('ROBOTO'), url('../fonts/roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'ROBOTO LIGHT';
    src: local('ROBOTO'), url('../fonts/roboto/Roboto-Light.ttf') format('truetype');
}

* {
outline: none;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
    padding: 0;
    margin: 0;
}

h4 {
    font-family: FGT, FRAMDCN, verdana;
    font-size: 24px;
    margin-left: 20px;
    clear: both;
    display: block;
}

body {
    background: url('../img/bg.jpg') top left no-repeat;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    max-height: 1080px;
    line-height: 1.2;
    color: #000000;
}

.left {
    float: left;
}

.wrapper {
    width: 100%;
}

header {
    width: 100%;
    height: 300px;
    background: url('../img/header.png') no-repeat;
}

.logo {
    margin: 20px 0 0 30px;
    float: left;
}

.title {
    margin: 20px 0 0 20px;
    float: left;
}

.title div {
    font-family: FGT, verdana, arial;
    font-size: 42px;
}

.title div.top {
    margin-top: -12px;
}

.title div.bottom {
    margin-top: 8px;
}

.header-info {
    width: 620px;
    height: 170px;
    margin: 0px 0px 0px 466px;
    display: block;
    position: relative;
    top: 30px;
    clear: both;
}

sup {
    font-size: 12px;
}

.header-info .header-text {
    font-family: "ROBOTO", verdana, arial;
    font-size: 24px;
    line-height: 26px;
    color: #FFF;
    position: relative;
    padding: 20px 20px 20px 60px;
}

.header-info-bg {
    background: #FFF;
    opacity: 0.4;
    width: 620px;
    height: 170px;
    position: absolute;
    top: 0px;
    left: 25px;
}

.content {
    background: url('../img/content-bg.png') top left no-repeat;
    width: 100%;
    max-width: 1920px;
    height: 600px;
    position: relative;
}

.third {
    width: 30%;
    float: left;
}

.third p {
    font-family: FGT, verdana, arial;
    font-size: 24px;
}

.first {
    position: absolute;
    top: 178px;
    left: -60px;
    width: 480px;
}

.first p {
    font-family: FGT, verdana, arial;
    font-size: 32px;
    text-align: right;
    width: 400px;
    position: relative;
}

.first img {
    float: left;
    position: absolute;
    top: 25px;
    right: -100px;
}

#Calculator {
    position: absolute;
    top: 80px;
    left: 500px;
}

.form-group {
    display: block;
    height: 56px;
    width: 100%;
    clear: both;
    margin-bottom:0;
}

#Calculator label {
    font-family: FGT, verdana, arial;
    font-size: 22px;
    line-height: 22px;
    text-align: right;
    float: left;
    padding-top: 8px;
    padding-right: 20px;
    width: 330px;
}

#Calculator .form-group label:nth-child(3) {
    padding-top: 0px;
}

#Calculator label .small {
    font-size: 18px;
}

#Calculator select,
.ui-selectmenu-button span.ui-selectmenu-text {
    width: 180px;
    font-family: "ROBOTO LIGHT", verdana, arial;
    font-size: 22px;
    padding: 4px 10px;
    color: #424242;
}

#Calculator input[type="text"] {
    width: 180px;
    font-family: "ROBOTO LIGHT", verdana, arial;
    font-size: 22px;
    padding: 4px 10px;
    color: #424242;
    background: #dbdbdb;
    opacity: 0.6;
    border: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 2px 0 #000;
    box-shadow: inset 0 1px 2px 0 #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 6px;
}

#Calculator input[type="text"].error-input {
    border: 1px solid #900;
    -webkit-box-shadow: inset 0 1px 2px 0 #900;
    box-shadow: inset 0 1px 2px 0 #900;
}

.ui-selectmenu-menu .ui-menu {
    max-height: 300px;
}

.ui-state-default .ui-icon {
    background: url("../img/ui-icons_888888_256x240.png");
    background-position: -64px 0px;
}

.ui-corner-top .ui-icon {
    background-position: 0px 0px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #dbdbdb;
    opacity: 0.6;
    border: none;
    -webkit-box-shadow: inset 0 1px 2px 0 #000;
    box-shadow: inset 0 1px 2px 0 #000;
}

.ui-state-focus,
.ui-state-hover {
    margin: 0;
    padding: 0;
}

.ui-menu .ui-menu-item {
    font-family: "ROBOTO LIGHT", verdana, arial;
    font-size: 22px;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: 0 !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: none;
    background: #dbdbdb !important;
    font-family: "ROBOTO LIGHT", verdana, arial;
    font-size: 22px;
    color: #424242;
}

.ui-widget {
    font-size: 22px;
}

.ui-widget-content {
    border: none;
}

#Calculator input[type="button"] {
    background: url('../img/button.png') no-repeat;
    border: none;
    float: right;
    width: 205px;
    height: 40px;
    cursor: pointer;
    color: #fff;
    font-family: FGT, verdana, arial;
    font-size: 18px;
    position: relative;
    left: 12px;
    line-height:24px;
}

.last {
    position: absolute;
    top: 20px;
    left: 1302px;
    width: 500px;
}

.last h4{
    margin-left:0;
}

.content_number {
    -webkit-box-shadow: inset 1px 1px 10px 0 #6E6E6E;
    box-shadow: inset 1px 1px 10px 0 #6E6E6E;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: "ROBOTO BOLD", verdana, arial;
    font-size: 100px;
    width: 460px;
    margin: 11px 0;
    float: left;
    padding: 20px;
    text-align: left;
    background: rgba(255, 255, 255, 0.5);
}

.content_number p {
    clear: both;
    display: block;
    width: 100%;
    padding: 0px 0 0 0;
}

.final_content {
    display: block;
    clear: both;
    width: 220px;
    height: 80px;
    position: relative;
    left: 230px;
}

.final_full {
    width: 400px;
    height: 80px;
    position: relative;
    left: 70px;
}

.final_content .left {
    font-size: 57px;
    padding: 2px;
    position: relative;
}

.number {
    background: url('../img/szamlap.png') no-repeat;
    width: 47px;
    height: 77px;
    font-family: FGT, verdana, arial;
    font-size: 52px;
    float: left;
    padding: 7px 0 0 0px;
    text-align: center;
}

.last p.info {
    font-family: "ROBOTO LIGHT", verdana, arial;
    font-size: 15px;
    line-height: 22px;
}

.mertek {
    font-family: FGT, verdana, arial;
    font-size: 46px;
    position: relative;
    top: 15px;
    left: 5px;
}

.padding10 {
    padding: 10px 0 !important;
}

.last p.info img {
    float: right;
    position: relative;
    left: 53px;
    top: -145px;
}

.last p.info a {
    font-family: "ROBOTO LIGHT", verdana, arial;
    font-size: 16px;
    color: #3e73ae;
    text-decoration: none;
}

h4 a,
h4 a:hover {
    text-decoration: none;
    color: #000;
}

footer {
    width: 100%;
    height: 65px;
    background: #e2001a;
    position: relative;
}

footer p {
    text-align: center;
    font-family: FGT, verdana, arial;
    font-size: 24px;
    line-height: 60px;
    color: #fff;
}

footer .large {
    font-size: 36px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: none;
}

footer .made-by {
    position: absolute;
    bottom: 13px;
    right: 100px;
}

.content_number .flip-clock-wrapper {
    width: 110px;
    margin: 0;
    float: left;
}

.final_content .flip-clock-wrapper {
    width: 215px;
}

.final_content .clock-float-coverage-full {
    width: 110px;
}

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow,
.flip-clock-wrapper ul li a div div.inn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfdfd+21,cacaca+48,ffffff+51,fdfdfd+100 */
    background: rgb(253, 253, 253);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(253, 253, 253, 1) 21%, rgba(202, 202, 202, 1) 48%, rgba(255, 255, 255, 1) 51%, rgba(253, 253, 253, 1) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(21%, rgba(253, 253, 253, 1)), color-stop(48%, rgba(202, 202, 202, 1)), color-stop(51%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(253, 253, 253, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(253, 253, 253, 1) 21%, rgba(202, 202, 202, 1) 48%, rgba(255, 255, 255, 1) 51%, rgba(253, 253, 253, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(253, 253, 253, 1) 21%, rgba(202, 202, 202, 1) 48%, rgba(255, 255, 255, 1) 51%, rgba(253, 253, 253, 1) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(253, 253, 253, 1) 21%, rgba(202, 202, 202, 1) 48%, rgba(255, 255, 255, 1) 51%, rgba(253, 253, 253, 1) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(253, 253, 253, 1) 21%, rgba(202, 202, 202, 1) 48%, rgba(255, 255, 255, 1) 51%, rgba(253, 253, 253, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#fdfdfd', GradientType=0);
    /* IE6-9 */
}

.flip-clock-wrapper ul li a .down {
    border-top: 1px solid #D5D5D5;
    -webkit-box-shadow: 1px 1px 5px 5px #cdcdcd;
    box-shadow: 1px 1px 5px 5px #cdcdcd;
}

.flip-clock-wrapper ul li a div div.inn {
    color: #000000;
}

.flip-clock-wrapper ul {
    font-size: 50px;
    background: transparent;
    width: 47px;
    height: 72px;
    border: 1px solid #ccc;
    margin: 2px;
}

.flip-clock-wrapper ul li {
    width: 47px;
    height: 72px;
    line-height: 66px;
}

.flip-clock-wrapper ul li a div {
    font-size: 50px !important;
}

.content_number .left {
    font-size: 70px;
}

.content_number .clock_content {
    margin-left: 225px;
}

.clock-coverage ul:first-child {
    display: none;
}

.clock-coverage {
    width: 55px !important;
}


/* banner 2017 */

.bannerDesktop {
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 150px;
}

.bannerDesktop .bannerToCenter {
    position: relative;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}

.bannerDesktop .bannerToCenter .girl {
    position: absolute;
    background: url('../img/bannerGirl.png') no-repeat top left;
    width: 327px;
    height: 150px;
    left: -30px;
}

.bannerDesktop .bannerToCenter .bannerText {
    position: absolute;
    width: 530px;
    top: 50%;
    left: 190px;
    transform: translatey(-50%);
}

.bannerDesktop .bannerToCenter .bannerText h2 {
    color: #333;
    font-size: 26px;
    font-family: FGT, FRAMDCN, verdana;
    font-weight: bold;
    line-height: 26px;
}

.bannerDesktop .bannerToCenter .bannerText p {
    color: #333;
    font-size: 18px;
    font-family: 'FGBR';
    font-weight: normal;
    line-height: 18px;
    margin: 10px 0 0 0;
}

.bannerDesktop .bannerToCenter .bannerText p span {
    font-weight: bold;
}

.bannerDesktop .bannerToCenter .bannerText p a {
    color: #e3001b;
    font-weight: bold;
    text-decoration: none;
}

.bannerDesktop .bannerToCenter .bags {
    position: absolute;
    background: url('../img/bannerBags.png') no-repeat top left;
    width: 336px;
    height: 170px;
    right: 220px;
    bottom: 0;
}

.bannerDesktop .bannerToCenter .product {
    position: absolute;
    background: url('../img/bannerProduct.jpg') no-repeat top left;
    width: 190px;
    height: 190px;
    right: 0;
    bottom: 0;
}

.bannerMobile {
    display: none;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 150px;
}

.bannerMobile .bannerToCenter {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.bannerMobile .bannerToCenter .girl {
    position: absolute;
    background: url('../img/bannerGirl.png') no-repeat top left;
    width: 327px;
    height: 150px;
    left: -90px;
}

.bannerMobile .bannerToCenter .bannerText {
    position: absolute;
    max-width: 250px;
    width: 100%;
    top: 50%;
    left: 20%;
    transform: translatey(-50%);
}

.bannerMobile .bannerToCenter .bannerText h2 {
    color: #333;
    font-size: 26px;
    font-family: FGT, FRAMDCN, verdana;
    font-weight: bold;
    line-height: 26px;
}

.bannerMobile .bannerToCenter .bannerText h2:nth-child(2) {
    display: none;
}

.bannerMobile .bannerToCenter .bannerText p {
    color: #333;
    font-size: 18px;
    font-family: 'FGBR';
    font-weight: normal;
    line-height: 18px;
    margin: 10px 0 0 0;
}

.bannerMobile .bannerToCenter .bannerText p:nth-child(5) {
    display: none;
}

.bannerMobile .bannerToCenter .bannerText p span {
    font-weight: bold;
}

.bannerMobile .bannerToCenter .bannerText p a {
    color: #e3001b;
    font-weight: bold;
    text-decoration: none;
}

.bannerMobile .bannerToCenter .bags {
    position: absolute;
    background: url('../img/bannerBags.png') no-repeat top left;
    width: 336px;
    height: 170px;
    right: 10px;
    bottom: 0;
}

.buttons-container {
    position: absolute;
    top: 990px;
    width: 100%;
    max-width: 1920px;
}

.buttons-container .float-right {
    float: right;
    margin: 0 30px 0 0;
    clear: none;
}

.clearfix:after {
    position: relative;
    display: block;
    content: '';
}
.wrapper *,.wrapper ::after,.wrapper ::before{
    box-sizing: content-box;
}

/*popup*/

.popup{
    position: fixed;
    background: url("../popup_bg.png");
    bottom: 0;
    height: 190px;
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
    z-index: 100000;
}
.popup p.popup-texrt{
    font-size: 34px;
    line-height: 37px;
    color: #3e7d99;
    font-style: italic;
    font-family: "FGTI";
}
.bold-black{
    color: black;
    font-weight: bold;
    font-family: "FGT";
}
.blue-bold{
    font-weight: bold;
    font-family: "FGT";
}
.popupcontent {
    position: absolute;
    top: 60px;
    left: 50%;
}
.baumitajandek-banner-spacer {
    height: 165px;
}
