body {
    background: #0B0B0B;
    color: white;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

p {
    /*font-size: 1.25em;*/
    line-height: 1.6;
}

.note {
	font-size: 0.88em;
	margin-top: 5px;
}

.normal {
    font-size: 1em;
    line-height: 1.20;
}

.margin_top {
    margin-top: 60px;
}

legend {
    display: none;
}

#logo {
   padding-bottom: 35px;
}

.checkboxText{
font-size: 0.88em;
	margin-top: 5px;
}

.centered {
    text-align: center;
}

.small-margin-bottom {
    margin-bottom: 5px;
}

.margin-bottom {
    margin-bottom: 10px;
}

.brand,
.address-bar {
    display: none;
}

.img-full {
    min-width: 100%;
}

.brand-name {
    font-weight: 700;
    font-size: 1.5em;
    text-transform: capitalize;
    letter-spacing: normal;
}

.tagline-divider {
    margin: 15px auto 3px;
    border-color: #999999;
    max-width: 250px;
}

.box {
    /*background: #fff;
    background: rgba(255,255,255,0.9);*/
    margin-bottom: 20px;
    padding: 30px 15px;
}

.intro-text {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.25em;
    font-weight: 400;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #0B0B0B;
    color: #555555;
}

    footer p {
        margin: 0;
        padding: 20px 0;
        text-align: center;
    }



@media screen and (min-width: 768px) {
    .brand {
        display: inherit;
        font-weight: 700;
        font-size: 5em;
        line-height: normal;
        text-align: center;
        margin: 0;
        padding: 30px 0 10px;
        color: #fff;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        text-align: center;
        margin: 0;
        padding: 0 0 40px;
        font-size: 1.25em;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: 400;
        color: #fff;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }
}

@media (min-width: 768px) {
    .navbar-speekle {
        border: none;
        background: transparent;
    }

        .navbar-speekle ul.navbar-nav > li > a {
            padding: 15px 10px 10px 10px;
            border-bottom: 3px solid transparent;
        }

        .navbar-speekle ul.navbar-nav > .active a, .navbar-speekle ul.navbar-nav > li:hover > a {
            background-color: transparent !important;
            background-image: url(menu-border-1.png), url(menu-border-1.png);
            background-position: left bottom, right bottom;
            background-repeat: no-repeat;
            border-bottom: 3px solid #5EB1BB;
            position: relative;
        }

            .navbar-speekle ul.navbar-nav > .active a:after, .navbar-speekle ul.navbar-nav > li:hover > a:after {
                display: block;
                content: "";
                width: 100%;
                height: 17px;
                background: transparent url(menu-border-2.png) center bottom no-repeat;
                position: absolute;
                bottom: -17px;
                left: 0;
                z-index: 100;
            }

    .navbar-center {
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float: none;
    } 
}

.navbar-nav > li.social > a {
    padding-top: 12px;
}

@media (max-width: 768px) {
    .navbar-nav > li.social > a > span {
        display: inline !important;
    }
}

.navbar-nav > li.pnr > a {
    background: transparent url(pnr-top.png) top left no-repeat !important;
    width: 115px;
    height: 29px;
    display: block;
    margin-top: 14px;
    margin-left: 5px;
    border: none;
}

.navbar-nav > li.pnr:hover {
    background: transparent !important;
}
.navbar-nav > li.pnr:hover a {
    background-position: left -29px !important;
    border: none !important;
}
    .navbar-nav > li.pnr:hover a:after {
        background: transparent !important;
    }

.navbar .divider-vertical {
    height: 34px;
    margin: 9px 9px;
    border-right: 1px solid #999;
}

@media (max-width: 767px) {
    .navbar-collapse .nav > .divider-vertical {
        display: none;
    }
}

/* Landing page */
.block-header {
    width: 100%;
    background: #272727;
    color: #D9D9D9;
}
.block-logo {
    width: 100%;
    background: #1F1F1F;
    color: #838383;
    padding: 0;
}
    .block-logo .container {
        padding: 0;
    }
@media (max-width: 768px) {
    .block-logo {
        padding: 3em 0 2em 0;
    }
}
.block-description {
    width: 100%;
    background: #F0F0F0;
    color: #373737;
}
    .block-description .container {
        background: url(arrow-logo-desc.png) 10px top no-repeat;
        padding: 8em 0;
    }
.block-download {
    width: 100%;
    background: #D23C6F;
    color: white;
}
    .block-download .container {
        background: url(arrow-desc-down.png) right 10px top no-repeat;
        padding: 8em 0;
        position: relative;
    }
.block-logopedizator {
    width: 100%;
    background: #5EB1BB;
    color: white;
}
    .block-logopedizator .container {
        background: url(arrow-down-logopedizator.png) top center no-repeat;
        padding: 12em 0 12em 0;
        position: relative;
    }
.block-about {
    width: 100%;
    background: #F7F7F7;
    color: #151515;
}
    .block-about .container {
        background: url(arrow-logopedizator-about.png) top left no-repeat;
        padding: 8em 0 5em 0;
        position: relative;
    }
.block-contact {
    width: 100%;
    background: #1F1F1F;
    color: #e5e5e5;
}
    .block-contact .container {
        background: url(arrow-about-contact.png) center top no-repeat;
        padding: 8em 0 5em 0;
        position: relative;
    }
.block-footer {
    width: 100%;
    background: #0B0B0B;
    color: #555555;
}
    .block-footer .container {
        padding: 2em 0 2em 0;
    }

.block-content {
    width: 100%;
    background: #F0F0F0;
    color: #373737;
}

.question_answer {
    padding-bottom: 20px;
}
    .question_answer h3 {
        font-size: 20px;
        padding-bottom: 5px;
    }
    .question_answer p {
        text-align: justify;
    }

#faq h2 {
    margin-bottom: 20px;
}

#faq .affix-top {
    position: static;
}

#faq .affix {
    position: fixed;
    top: 10px;
}

#faq .affix-bottom {
    position: absolute;
}

#faq #faq-menu ul {
    width: 255px;
}


@media (max-width: 768px) {
    .block-description .container {
        padding: 4em 0;
    }
    .block-download .container {
        padding: 4em 0;
    }
    .block-about .container {
        padding: 4em 0;
    }
    .block-contact .container {
        padding: 3em 0;
    }
}
@media (max-width: 1200px) {
    .block-logopedizator .container {
        background-size: contain;
    }
}



.block-description .col-md-4 {
    /*outline: 1px solid red;
    padding: 10px;*/
}

.pull-center {
    margin: 0 auto;
}

.fill {
    width: 100%;
    height: 100%;
    position: relative;
}

.pos-topright {
    position: absolute;
    top: 0;
    right: 0;
}

#title-carousel .logo {
    margin-top: 80px;
}

.logo-tagline {
    color: #d23c6f;
    margin: -10px auto 0 auto;
    width: 656px;
    max-width: 100%;
    text-align: right;
    font-size: 30px;
}

@media (max-width: 400px) {
    .logo-tagline {
        font-size: 16px;
        margin-top: -5px;
    }
}

.logo-about {
    margin: 10px auto 0 auto;
    width: 656px;
    max-width: 100%;
    text-align: center;
    font-size: 18px;
}
.free-download {
    display: block;
    position: absolute;
    bottom: 2em;
    right: 0;
    max-width: 100%;
    width: 180px;
    height: 70px;
    text-align: center;
    background: #5EB1BB;
    color: white;
    font-size: 17px;
    font-weight: bold;
    padding: 15px 5px 5px 5px;
    line-height: 1.1;
    letter-spacing: 1px;
    cursor: pointer;
}
    .free-download:hover, .free-download:visited, .free-download:active {
        color: white;
    }
@media (max-width: 768px) {
    .free-download {
        bottom: 0;
    }
}

#downloadModal {
    color: black;
}
    #downloadModal .modal-dialog {
        width: 800px;
    }
    #downloadModal .modal-body {
        text-align: center;
    }
    #downloadModal .product-title {
        font-size: 13px;
    }
    #downloadModal .product-image {
        margin: 10px 0 20px;
    }
    #downloadModal .product-image-talkland {
        padding: 26px 0;
    }
    #downloadModal .product-soon {
        margin-top: 30px;
        font-weight: 600;
        text-transform: uppercase;
        color: rgb(195,65,30);
    }
    #downloadModal .windows-logo {
        margin-right: 7px;
        height: 42px;
    }
    #downloadModal a.download-windows {
        padding: 13px 15px;
        color: white;
        font-weight: 600;
        background: #5EB1BB;
    }
    #downloadModal #mc_embed_signup {
        margin-top: 10px;
    }
    #downloadModal #mce-EMAIL {
        width: 272px;
    }
    #downloadModal #mc_embed_signup .btn {
        background: #5EB1BB;
        border-color: #48a3ad;
    }
    #downloadModal #mc_embed_signup .btn:hover {
        background: #479fa9;
        border-color: #35777e;
    }

.block-description h2 {
    font-size: 20px;
    font-weight: bold;
}

.block-description p {
    text-align: justify;
    text-indent: 2em;
}

.block-description .col-sm-4 {
    background-position: top right 2em;
    background-repeat: no-repeat;
    padding: 105px 2em 0 2em;
}
    .block-description .col-sm-4.desc-pict1 {
        background-image: url(pictogram4.png);
    }
    .block-description .col-sm-4.desc-pict2 {
        background-image: url(pictogram2.png);
    }
    .block-description .col-sm-4.desc-pict3 {
        background-image: url(pictogram3.png);
    }

@media (max-width: 768px) {
    img.download-pc {
        padding: 10px;
    }
}
@media (max-width: 400px) {
    .block-description .col-sm-4 {
        background-size: 62px 67px;
        padding: 45px 1.5em 0;
    }
    img.download-pc {
        margin: 0 auto;
        width: 50%;
    }
}

@media (max-width: 768px) {
    .block-description .col-sm-4 {
        background-size: 83px 90px;
        padding-top: 70px;
    }
    .block-download .col {
        padding: 0 3%;
    }
}

.wlb-button {
    display: block;
    background: transparent;
    color: white;
    border: 1px solid white;
    width: 270px;
    max-width: 90%;
    text-align: center;
    font-size: 18px;
    position: relative;
    clear: both;
    letter-spacing: 1px;
}
    .wlb-button img {
        position: absolute;
        left: -15px;
        top: 8px;
    }
    .wlb-button input, .wlb-button a {
        display: block;
        width: 100%;
        padding: 10px 10px 10px 25px;
        color: white;
        text-decoration: none;
    }
    .wlb-button input {
        background: transparent;
        border: none;
    }

    .wlb-button a:hover, .wlb-button a:active, .wlb-button input:hover {
        color: white;
        text-decoration: underline;
    }

.download-button {
    background: #4DA2AD;
    margin: 10px auto 2em auto;
    cursor: pointer;
}

.rys-bubble {
    position: absolute;
    bottom: 2em;
    left: 4em;
}
.rys {
    position: absolute;
    top: -1em;
    left: 8em;
}
.rys-padding {
    padding-bottom: 106px !important;
}

@media (max-width: 480px) {
    .rys {
        margin: 0 5%;
        left: 0;
        max-width: 90%;
    }
}

.transformation-selector {
    border: 1px solid white;
    width: 326px;
    height: 67px;
    margin: 2em auto 1em auto;
}
.transformation-selector input[type="radio"] {
    display: none;
}
.transformation-selector label {
    display: inline-block;
    background-color: transparent;
    padding: 4px 0;
    font-family: Constantia, "Palatino Linotype", Palatino, Georgia, serif;
    font-size: 40px;
    text-align: center;
    cursor: pointer;
    width: 50%;
    height: 65px;
    float: left;
}
.transformation-selector input[type="radio"]:checked + label { 
    background-color: #ECD6A7;
    color: #333;
}

.logopedizator-form .url {
    background-color: #ECD6A7;
    color: #333;
    width: 326px;
    margin: 0 auto;
    border: 1px solid white;
    border-radius: 0;
}
.logopedizator-form .url::-webkit-input-placeholder { /* WebKit browsers */
    color: #555;
}
.logopedizator-form .url:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #555;
}
.logopedizator-form .url::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #555;
}
.logopedizator-form .url:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #555;
}

.logopedizator-button {
    margin: 1em auto 0 auto;
    height: 46px;
}

@media (max-width: 480px) {
    .transformation-selector label {
        font-size: 30px;
        height: 51px;
    }
    .transformation-selector {
        height: 53px;
    }
    .transformation-selector, .logopedizator-form .url, .logopedizator-button {
        max-width: 90%;
    }
}

.kocka {
    position: absolute;
    right: 64px;
    bottom: -50px;
    z-index: 100;
}

.kocka-bubble {
    position: absolute;
    right: 0;
    bottom: 213px;
    z-index: 100;
}

@media (max-width: 768px) {
    .kocka {
        margin: 0 auto;
        position: absolute;
        right: initial;
        left: 25%;
        bottom: -50px;
        width: 187px;
        height: 262px;
    }
    .block-logopedizator .container {
        padding-bottom: 16em;
    }
}

.block-about .about-content {
    border-left: 11px solid #090909;
    padding: 20px;
    background-image: url(about-border-1.png), url(about-border-1.png);
    background-position: left top, left bottom;
    background-repeat: no-repeat;
}

.block-about .about-content .bubble-middle {
    background: transparent url(about-border-2.png) right center no-repeat;
    width: 330px;
    position: absolute;
    left: -330px;
    top: 0;
    height: 100%;
    text-align: left;
}
    .block-about .about-content .bubble-middle h2 {
        top: 25%;
        position: absolute;
    }

.valign-center {
        display: inline-block;
        vertical-align: middle;
}

.block-contact .h2-middle {
    width: 330px;
    position: absolute;
    left: -330px;
    top: 0%;
    text-align: left;
}

.contact-form input, .contact-form textarea {
    width: 100%;
    background: transparent;
    color: white;
    border: 1px solid white;
    margin: 10px 0;
    padding: 10px 10px 10px 25px;
    font-size: 18px;
}
.contact-form textarea {
    height: 150px;
}
.contact-button {
    float: right;
    margin-top: 10px;
}
    .contact-button input {
        border: none;
        margin: 0;
    }

.contact-inverted .contact-form input, .contact-inverted .contact-form textarea {
    color: black;
    border: 1px solid #333;
}

@media screen and (max-width: 768px) {
    .block-contact h2, .block-about h2, .block-logopedizator h2 {
        margin-left: 3%;
    }
    .contact-form input, .contact-form textarea {
        margin-left: 3%;
        width: 94%;
    }
    .contact-form .contact-button {
        margin-right: 3%;
    }
    .block-download p, .block-logopedizator p {
        padding-left: 3%;
        padding-right: 3%;
    }
}

.bg-success {
    background-color: #DFF0D8;
    color: black;
    padding: 15px;
}
.bg-danger {
    background-color: #F2DEDE;
    color: black;
    padding: 15px;
}

#title-carousel {
    height: 420px;
}
    #title-carousel .carousel-control {
        width: 5%;
    }

    #title-carousel .carousel-control {
        background: transparent;
        
    }
        #title-carousel .carousel-control:focus {
            outline: none;
        }
        #title-carousel .carousel-control span {
            top: 65%;
        }

    #title-carousel .carousel-indicators {
        bottom: 2em;
        margin-bottom: 0;
        display: none;
    }
    #title-carousel .item {
        height: 420px;
        padding: 0;
    }

#title-xs {
    padding-bottom: 80px;
    position: relative;
}

/*#title-carousel .carousel-inner {
    overflow: visible;
}*/

#title-carousel .goldy-more-info {
    display: block;
    width: 185px;
    height: 244px;
    position: absolute;
    right: 0;
    top: 3em;
    background: url(../Images/carousel/1-more-info.png) left top no-repeat;
    -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;
}
#title-carousel .goldy-more-info:hover {
    width: 230px;
    transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
}

.img-responsive-vertical {
    display: block;
    height: auto !important;
    max-height: 100% !important;
}

.payment-option {
    margin-bottom: 15px;
}

.btn.talkland-buy {
    padding-top: 5px;
    padding-bottom: 5px;
}
h1.talkland-buy {
    font-size: 48px;
}
.talkland-buy-box {
    margin-top: 10px;
}
.talkland-buy-price {
    font-size: 48px;
}
.talkland-sale-price {
    font-size: 48px;
    display: none;
}

.talkland-buy-box.talkland-sale .talkland-buy-price {
    text-decoration:line-through;
    color: red;
    font-size: 36px;
}

.talkland-buy-box.talkland-sale .talkland-sale-price {
    display: initial;
}

#voucher-code {
    width: 80px;
}

#modal-paymentmethod .glyphicon-ok, #modal-paymentmethod .glyphicon-remove {
    display: none;
}

#modal-paymentmethod .has-error .glyphicon {
    color: red;
}

#modal-paymentmethod .has-success .glyphicon {
    color: green;
}

#modal-paymentmethod .has-error .glyphicon-remove {
    display: inline-block;
}

#modal-paymentmethod .has-success .glyphicon-ok {
    display: inline-block;
}

#modal-paymentmethod .talkland-code-alert {
    display: none;
}

/* entire container, keeps perspective */
.flip-container{
/*perspective*/
-webkit-perspective:1000;
   -moz-perspective:1000;
    -ms-perspective:1000;
     -o-perspective:1000;
        perspective:1000;
/*transform-style*/
-webkit-transform-style:preserve-3d;
   -moz-transform-style:preserve-3d;
    -ms-transform-style:preserve-3d;
     -o-transform-style:preserve-3d;
        transform-style:preserve-3d;
}	/*  UPDATED! flip the pane when hovered */
.flip-container:hover .back{
/*transform*/
-webkit-transform:rotateY(0deg);
   -moz-transform:rotateY(0deg);
    -ms-transform:rotateY(0deg);
     -o-transform:rotateY(0deg);
        transform:rotateY(0deg);
}
.flip-container:hover .front{
/*transform*/
-webkit-transform:rotateY(180deg);
   -moz-transform:rotateY(180deg);
    -ms-transform:rotateY(180deg);
     -o-transform:rotateY(180deg);
        transform:rotateY(180deg);
}

.flip-container, .flip-container .front, .flip-container .back {
	width: 144px;
	height: 106px;
}

/* flip speed goes here */
.flipper{
/*transition*/
-webkit-transition:0.6s;
   -moz-transition:0.6s;
     -o-transition:0.6s;
        transition:0.6s;
/*transform-style*/
-webkit-transform-style:preserve-3d;
   -moz-transform-style:preserve-3d;
    -ms-transform-style:preserve-3d;
     -o-transform-style:preserve-3d;
        transform-style:preserve-3d;
position:relative;
}

/* hide back of pane during swap */
.flip-container .front, .flip-container .back{
/*backface-visibility*/
-webkit-backface-visibility:hidden;
   -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
     -o-backface-visibility:hidden;
        backface-visibility:hidden;
/*transition*/
-webkit-transition:0.6s;
   -moz-transition:0.6s;
     -o-transition:0.6s;
        transition:0.6s;
/*transform-style*/
-webkit-transform-style:preserve-3d;
   -moz-transform-style:preserve-3d;
    -ms-transform-style:preserve-3d;
     -o-transform-style:preserve-3d;
        transform-style:preserve-3d;
position:absolute;
top:0;
left:0;
}

/*  UPDATED! front pane, placed above back */
.flip-container .front{
z-index:2;
/*transform*/
-webkit-transform:rotateY(0deg);
   -moz-transform:rotateY(0deg);
    -ms-transform:rotateY(0deg);
     -o-transform:rotateY(0deg);
        transform:rotateY(0deg);
}

/* back, initially hidden pane */
.flip-container .back{
/*transform*/
-webkit-transform:rotateY(-180deg);
   -moz-transform:rotateY(-180deg);
    -ms-transform:rotateY(-180deg);
     -o-transform:rotateY(-180deg);
        transform:rotateY(-180deg);
}

.flip-container.kocka-bubble, .kocka-bubble .flipper .front, .kocka-bubble .flipper .back {
	width: 164px;
	height: 121px;
}

/* speekle bubble*/
.speekle-bubble {
    width: 650px;
    padding: 30px;
    margin-bottom: 13px;
    background-image: url(sb-top.png), url(sb-left.png), url(sb-right.png);
    background-position: left top, left center, right center;
    background-repeat: no-repeat;
    position: relative;
}   
.speekle-bubble-after {
    width: 100%;
    height: 17px;
    background: transparent url(sb-bottom.png) left top no-repeat;
    position: absolute;
    left: 0;
    bottom: -13px;
}

.speekle-bubble.notice {
    margin-bottom: 25px;
}

.speekle-bubble.with-glyphicon .speekle-bubble-inner {
    margin-left: 45px;
}

.speekle-bubble-glyphicon {
    float: left;
    font-size: 35px;
    color: #D23C6F;
}

.pnr-bottom img {
    width: 150px;
}

.dropdown:hover .dropdown-menu {
    display: block;
 }

img.desaturate {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
