.btn {
    white-space: normal !important;
    max-width: 200px;
}

div.responsive-picture.default-image {
    margin-right: auto;
    margin-left: auto;
    max-width: 200px;
    max-height: 200px;
    border-radius: 5px;
}

.container-grid.aisebck {
    padding-top: 90px;
    padding-bottom: 90px;
    background-image: -webkit-linear-gradient(285deg, rgba(0, 0, 0, .62) 70%, rgba(29, 30, 33, .17) 100%), url('../images/aise/data/images/background-dark-blue-all.png');
    background-image: -moz-linear-gradient(285deg, rgba(0, 0, 0, .62) 70%, rgba(29, 30, 33, .17) 100%), url('../images/aise/data/images/background-dark-blue-all.png');
    background-image: -o-linear-gradient(285deg, rgba(0, 0, 0, .62) 70%, rgba(29, 30, 33, .17) 100%), url('../images/aise/data/images/background-dark-blue-all.png');
    background-image: linear-gradient(165deg, rgba(0, 0, 0, .62) 70%, rgba(29, 30, 33, .17) 100%), url('../images/aise/data/images/background-dark-blue-all.png');
    background-attachment: scroll, scroll;
    background-position: left top, center center;
    background-clip: border-box, border-box;
    background-origin: padding-box, padding-box;
    background-size: auto auto, cover;
    background-repeat: no-repeat, no-repeat;
    background-blend-mode: normal, normal;
}

@media screen and (min-width: 50px) {
 	div.responsive-picture {
	  width: auto;
	  height: auto;
	  overflow: hidden;
	  max-width: 50px;
	  display: block;
	}
   div.responsive-picture.default-image {
        margin-right: auto;
        margin-left: auto;
        max-width: 100px;
        max-height: 100px;
        border-radius: 5px;
    }
	.container-grid.book-offer {
 	background-size: cover;
    background-attachment: scroll, scroll;
	}
}


@media screen and (min-width: 321px) {
	div.responsive-picture {
	  width: auto;
	  height: auto;
	  overflow: hidden;
	  max-width: 150px;
	  display: block;
	}
    div.responsive-picture.default-image {
        margin-right: auto;
        margin-left: auto;
        max-width: 150px;
        max-height: 150px;
        border-radius: 5px;
    }

}

@media screen and (min-width: 768px) {
	div.responsive-picture.default-image {
        margin-right: auto;
        margin-left: auto;
        max-width: 150px;
        max-height: 150px;
        border-radius: 5px;
    }
	.container-grid.book-offer {
	    background-size: auto auto, cover;
	}

	.container-grid.book-offer {
 	background-size: cover;
    background-attachment: fixed, fixed;
	}
}

@media screen and (min-width: 992px) {
}

@media screen and (min-width:1200px) {
    p.paragraph.header-paragraph {
        padding-bottom: 50px;
    }
}

p.txthuge {
    font-size: 30px;
}

a.glyph.btn.btn-default.dropdown-toggle {
    position: fixed;
}

span.txtclbpink {
    font-weight: bolder;
    color: #ff00ff;
}

span.txtclblightyellow {
    font-weight: bolder;
    color: #f2f193;
}

span.txtclbgreen {
    font-weight: bolder;
    color: #00ff03;
}

span.txtclbblue {
    font-weight: bolder;
    color: #00ffff;
}

span.txtclbyellow {
    color: #fdff04;
    font-weight: bolder;
    letter-spacing: 1;
}

span.txtclbblack {
    color: black;
    font-weight: bolder;
    letter-spacing: 1;
}

span.aisetitle {
    font-weight: bolder;
    letter-spacing: 10px;
    text-align: center;
    font-size: 56px;
}

.figurecentered {
    text-align: center;
}

ul.unordered-list.centered {
    margin-right: auto;
    margin-left: auto;
    border-bottom-style: none;
    text-align: left;
    list-style-type: circle;
    display: inline-block;
    list-style-position: inside;
    font-size: large;
}

ol.ordered-list.centered {
    margin-right: auto;
    margin-left: auto;
    border-bottom-style: none;
    text-align: center;
    list-style-type: decimal;
    display: inline-block;
    list-style-position: inside;
    font-family: Arial, sans-serif;
    font-size: x-large !important;
}

.centered-text {
    text-align: center;
}

.centered-text > ul {
    display: inline-block;
}

.centered-text > ol {
    display: inline-block;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 93%;
}