/* BASE */
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.fade-delay-1 {
    opacity: 1;
    -moz-animation: fadein 500ms linear; /* Firefox */
    -webkit-animation: fadein 500ms linear; /* Safari and Chrome */
    -o-animation: fadein 500ms linear;/* Opera */
    animation: fadein 500ms linear;
}
body {
    font-family: 'Open Sans', sans-serif;
    margin: 0 auto;
    font-size: 14px;

    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.condensed {
    font-family: 'Open Sans Condensed', sans-serif;
}
img {
    border: 0;
}
ul {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
a:active, a:focus {
    color: inherit;
    outline: none;
}
input, select {
    font-family: inherit;
    font-size: inherit;
    padding: 0;
    width: 100%;	
    outline: none;		
}
::-webkit-input-placeholder {

}
:-moz-placeholder {
    opacity:  1;
}
::-moz-placeholder {
    opacity:  1;
}
:-ms-input-placeholder {

}
::-ms-input-placeholder {

}
::placeholder {

}
#navigation {
    min-height: 700px;
    margin: 120px auto 0;
    padding: 0 20px;

    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
.hoverBackground {
    transition: background 0.2s ease;
}
.pageTitle {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 44px;
    margin: 10px 0;
}
.pageHeader {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 24px;
    margin: 10px 0;
}
.lang-switch {
    cursor: pointer;
    display: inline-block;
    margin-left: 20px;
    padding: 4px 8px;
}
.theme-icon-color, .theme-icon-inverse {
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
#footer {
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
}

/* SLICK */
.slick-slider {
    margin-bottom: 0;
}
.slick-prev, .slick-next {
    top: 48%;
    top: -webkit-calc(50% - 12px);
    top: -moz-calc(50% - 12px);
    top: calc(50% - 12px);
}
.slick-prev, .slick-prev:hover, .slick-prev:focus{
    /*background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23F2F2F2'%2F%3E%3C%2Fsvg%3E") 0 !important;*/
    width: 27px;
    height: 44px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
    left: -50px;
    z-index: 999;
}
.slick-prev:before {
    content: ""
}
.slick-next, .slick-next:hover, .slick-next:focus {
    /*background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23F2F2F2'%2F%3E%3C%2Fsvg%3E") 0 !important;*/
    width: 27px;
    height: 44px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity: 1;
    opacity: 1;
    right: -50px;
    z-index: 999;
}
.slick-next:before {
    content: ""
}
/* MENU */

.privacyPolicyLink {
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: 3px;
}

.itemMenu {
    position: relative;

    /*background: blue;*/
}
.subMenu {
    display: none;
    position: absolute;
    bottom: -27px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);

    width: 140px;
    margin: 0 auto;
}
.subMenu li {
    display: inline-block !important;
    margin: 2px 0 !important;
}
.itemMenu:hover .subMenu {
    display: block;
    text-align: center;
}
.menu {
    /*max-width: 1100px;*/
    margin: 0 auto;	
}
.listLetter {
    position: fixed;
    left: 0; right: 0;
    top: 107px;
    z-index: 1;
    white-space: nowrap;
    overflow-x: hidden;

    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.listLetterSpace {
    max-width: 800px;
    margin: 10px auto;
    overflow-x: auto;
    overflow-y: hidden;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
}

.letterIndex {
    display: inline-block;
    text-align: center;
    width: 20px;
    margin: 0 2px;
}

.letter {
    padding: 0 5px;
}

.listContainer {
    margin: 45px -10px 0;
    text-align: center;
}

.castingLine {
    display: inline;

    -webkit-transition: display 0.3s ease;
    -moz-transition: display 0.3s ease;
    -ms-transition: display 0.3s ease;
    -o-transition: display 0.3s ease;
    transition: display 0.3s ease;
}

.menuSearch {
    padding: 20px;
    margin-top: 20px;
    display: none;
}
.menuSearch {

}
#castingCounter {
    display: inline-block;
    text-align: center;
}
.menuMobile {
    display: none;
}
.logoMobile {
    width: 163px;
    height: 60px;
    margin: 10px auto 0;
}
#mobile-menu {
    display: block;
    height: 80px;
    line-height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    text-align: center;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-transform: translate3d(0,0,0);
    -webkit-overflow-scrolling: touch;

    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
#mobile-menu-content{
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-align: center;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-transform: translate3d(0,0,0);
    -webkit-overflow-scrolling: touch;

    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
#nav {
    margin-top: 20px;
}
#nav > li > a {
    display: block;
    padding: 10px 18px;
}
#nav li ul {
    display: none;
    padding-bottom: 20px;
}
#nav li ul li {
    padding: 5px;
    font-size: 15px;
}
.subnav ul {
    padding-bottom: 0 !important;
    padding-top: 4px;
}
.subnav ul li {
    font-size: 13px !important;
}
.menuDesktop {
    position: fixed;
    top: 0; left: 0; right: 0;
    /*padding: 10px 20px;*/
    padding: 10px 20px 20px;
    z-index: 1000;
    height: auto;

    /*overflow-x: hidden;*/
    /*overflow-y: auto;*/
    -webkit-transform: translate3d(0,0,0);
    -webkit-overflow-scrolling: touch;
    
    -webkit-transition: background 0.3s ease, height 0.3s ease;
    -moz-transition: background 0.3s ease, height 0.3s ease;
    -ms-transition: background 0.3s ease, height 0.3s ease;
    -o-transition: background 0.3s ease, height 0.3s ease;
    transition: background 0.3s ease, height 0.3s ease;
}
.menuContainer, .menuContainerLogo {
    display: inline-block;
    vertical-align: top;
}
.overlayMenu {
    margin-right: 10px;
    cursor: pointer;
}
.menuContainer {
    width: 44%;
    width: calc(50% - 56px);
}
.menuContainerLogo {
    width: 102px;
    height: 76px;
}
.menuBlock {
    font-size: 20px;
}
.menuBlock:first-of-type {
    margin-bottom: 10px;
}
.menuBlock ul {

}
.menuBlock ul li {
    display: inline-block;
    vertical-align: middle;

}
.menuList {
    font-size: 12px;
}
.menuList ul li {
    margin: 0 10px;
}
.menuList ul li a {
    display: block;
    padding: 4px 8px;
    cursor: pointer;
}
.menuList ul li:first-of-type {
    margin-left: 0;
}
.sideMenu {
    /*display: none;*/
    left: -290px;

    padding-top: 60px;
    position: fixed;
    top: 0; bottom: 0;
    width: 285px;
    z-index: 1000;

    -webkit-transition: background 0.3s ease, left 0.3s ease;
    -moz-transition: background 0.3s ease, left 0.3s ease;
    -ms-transition: background 0.3s ease, left 0.3s ease;
    -o-transition: background 0.3s ease, left 0.3s ease;
    transition: background 0.3s ease, left 0.3s ease;

    /*left: 0;*/
    /*display: block;*/
}
.sideMenuOpen {
    left: 0;
}
.sideBlock {
    width: 170px;
    margin: 0 auto;
}
.sideContainer ul li {
    width: 200px;
    margin: 0 auto;
    line-height: 34px;
    cursor: pointer;
    font-size: 22px;
}
.sideContainer ul li a {
    display: block;
    padding: 4px 20px;
}
.sideElement {
    font-size: 16px;
    line-height: 24px;
}
.sideColorPicker ul li {
    display: inline-block;
    padding: 0;
    width: 34%;
    width: calc(33.33% - -2px);
    height: 20px;
    margin: 0 -2px;
}
.sideLangPicker {
    margin-top: 30px;
}
.sideLangPicker ul li {
    display: inline-block;
    margin: 10px;
    width: 37%;
    width: calc(50% - 22px);
}
.sideLangPicker ul li img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);

    -webkit-transition: filter 0.3s ease;
    -moz-transition: filter 0.3s ease;
    -ms-transition: filter 0.3s ease;
    -o-transition: filter 0.3s ease;
    transition: filter 0.3s ease;
}
.selectedFlag {
    -webkit-filter: none !important;
    filter: none !important;
}
.menuSearchTabs li {
    display: inline-block;
    margin: 0 8px;
    padding: 4px 8px;
    cursor: pointer;
}
.menuSearchTabs li:first-child {
    margin-left: 0;
}
#nameForm {

}
#filterForm {
    display: none;
}
.filterResult {
    text-align: center;
}

#shoes-range {
    position: absolute;
    bottom: 0; left: 7px; right: 10px;
}
.ui-slider .ui-slider-handle {
    background: url(/images/place_sprite_radio_checkbox.png) no-repeat;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.menuColor {
    margin-top: 20px;
}
.menuColorTitle {
    margin-bottom: 5px;
}
.menuColor ul li {
    display: inline-block;
    padding: 0;
    width: 31%;
    width: calc(33.33% - 20px);
    height: 20px;
    margin: 0 -2px;
    cursor: pointer;
}
.resultThumbnail {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    width: calc(25% - 3px);
}

#dress_min .dress , #dress_min .suit {
    display: none;
}

/* SEARCH */
#searchBar {
    display: none;
    margin-top: 80px;
}
#searchBar .searchBarInput {
    max-width: 300px;
    margin: 0 auto;
    position: relative;
}
.searchModels {
    width: 100%;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    text-align: center;
    line-height: 40px;
    outline: none;
}
.nameFormIndex {
    width: 31%;
    width: calc(16.66% - 20px);
    margin: 10px;
}
.nameFormLetter {
    display: block;
    font-size: 34px;
    line-height: 34px;
    width: 34px;
    text-align: center;
    margin: 0 4px 4px 8px;
}
.nameFormModel {
    margin: 0 4px;
    padding: 0 4px;
}
.menuNavigation li {
    margin-left: 0 !important;
}
.modelsResult {
    text-align: left;
}
.abcResult {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.abcResult li {
    display: inline-block;
    cursor: pointer;
    margin: 0 4px;
    width: 20px;
}
/* HOME */
#instagramSlider {
    position: relative;
    text-align: center;
    min-height: 154px;
}
#instagramSlider i {
    width: 60px;
    font-size: 60px;
    margin-top: 45px;
}
.showInstagram {
    padding-top: 10px;
    opacity: 0;
    overflow: hidden;

    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}
.showInstagram .slick-prev, .showInstagram .slick-prev:hover, .showInstagram .slick-prev:focus {
    left: 0;
}

.showInstagram .slick-next, .showInstagram .slick-next:hover, .showInstagram .slick-nexct:focus {
    right: 0;
}

.showsPicture {
    overflow: hidden;
}
.updatesList {
    margin: 0 -10px;
}
.updateElement {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    width: calc(50% - 24px);
    margin: 0 10px 60px;
    overflow: hidden;

    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}
.updateGallery .slick-prev, .updateGallery .slick-prev:hover, .updateGallery .slick-prev:focus {
    left: 0;
}
.updateGallery .slick-next, .updateGallery .slick-next:hover, .updateGallery .slick-nexct:focus {
    right: 0;
}
.updateContainer {
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    background: #000000;
}
.updateSpace {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0; right: 0;
    text-align: center;
}
.updateDate {
    font-size: 14px;
    width: 200px;
    margin: 0 auto 20px;
    padding-bottom: 20px;
}
.updateTitle {
    font-size: 26px;
    line-height: 26px;
    margin: 20px 10px 40px;
}
.updateCopyright {
    position: absolute;
    bottom: 40px; left: 0; right: 0;
    text-align: center;
    font-size: 12px;
}
.slick-disabled {
    opacity: 0;
    pointer-events:none;
}
/* FORM */
.form {

}
.formLine {

}
.formColumn {
    width: 15%;
    width: calc(16.66% - 23px);
    margin: 10px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
}
.formColumn > input {
    border: none;
    font-size: 14px;
    width: 87%;
    width: calc(100% - 30px);
    padding: 13px 10px 10px 20px;
}
.formColumn > label {
    margin: 0 10px;
    cursor: pointer;
}
.formColumn > select {
    border: none;
    font-size: 14px;
    padding: 13px 10px 10px 20px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.formColumn > button {
    outline: none;
    border: none;
}
.radioButton > input {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    cursor: pointer;
}
.radioButton > input[type="checkbox"] {
    background: url(/images/place_sprite_radio_checkbox.png) no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
}
.radioButton > input[type="radio"] {
    background: url(/images/place_sprite_radio_checkbox.png) no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
}
.radioButton > span {
    display: inline-block;
    vertical-align: middle;
}
.formButton {
    display: inline-block;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    color: #0f2341;
    background: linear-gradient(to left, #c3c3c3 50%, #dedede 50%);
    background-size: 250% 100%;
    background-position:right bottom;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.formButton:hover {
    background-position:left bottom;
}
.formGender {
    display: inline-block;
    margin-left: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.formGender:first-child {
    margin-left: 10px;
}
.formGender input {

}
.formGender label {

}
.formGender input, .formGender label {
    display: inline-block;
    vertical-align: top;
    width: auto;
    cursor: pointer;
}

.formOutput {

}
.formWarning {
    margin-left: 10px;
}
#outputContainer {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#output {
    position: fixed;
    top: 50%;
    left: 0; right: 0;
    padding: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 600px;
    margin: 0 auto;
    background: rgba(255,255,255,0.9);
}
#outputText {
    min-height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 10px;
    color: #0f2341;
}
#outputText span {
    font-weight: bold;
    color: #dd1069;
}
/* FORM CONTACT */
#contactForm .formColumn {
    width: 47.1%;
    width: calc(50% - 22px);
}
#contactForm .formColumn textarea {
    border: none;
    width: 97.4%;
    width: calc(100% - 40px);
    resize: none;
    outline: none;
    padding: 13px 20px 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

/* FORM BECOME */
#becomeForm .formColumn {
    width: calc(33.33% - 23px);
}
#becomeForm {
    margin-bottom: 10px;
}

/* LIST */
.listCategoryMobile {
    text-align: center;
    display: none;
}
.list {
    padding-top: 1px;
}
.modelElement {
    position: relative;
    display: inline-block;
    width: calc(16.66% - 24px);
    margin: 10px;
    text-align: center;
    opacity: 0;

    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.modelPicture {
    position: relative;
}
.modelOverlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    opacity: 0;
    transition: all 0.3s ease;
    color: #F2F2F2;
}
.modelOverlaySpace {
    position: absolute;
    top: 50%; left: 0; right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.modelOverlaySpace li {
    list-style: none;

}
.modelElement:hover .modelOverlay {
    opacity: 1;
}
.modelBottom > .modelName {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 50px;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.modelBottom > .modelName > a {
    display: block;
}
.modelFav {
    position: absolute;
    top: 10px; right: 0;
}
.listMessage {
    font-size: 18px;
    line-height: 60px;
}
/* BOOK */
.book {

}
.bookDesktop {
    margin-bottom: 10px;
}
.bookDesktopContainer {
    float: left;
    background: none !important;
}
.bookList {
    text-transform: uppercase;
    list-style: none;
}
.bookList {
    margin-bottom: 10px;
}
.bookList li {
    line-height: 40px;
}
.bookList a {
    padding-right: 8px;
}
.bookList li a {
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    -moz-transition: background 0.3s ease, color 0.3s ease;
    -ms-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
}
.bookList li a i{
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.bookGallery {
    overflow: hidden;
}
.bookName {
    font-size: 45px !important;
    line-height: 45px !important;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.bookMeasurements > li {
    list-style: none;
    line-height: 30px;
}
.bookMeasurementsReduced {
    display: none;
    text-align: center;
    margin: 10px 0;
}
.bookMeasurementsReduced li {
    display: inline-block;
    list-style: none;
    line-height: 30px;
}
.measurementType {
    width: 80px;
    display: inline-block;
    font-weight: 600;
}
.bookMobile {
    display: none;
}
.bookDesktop > .bookNavigation {
    position: absolute;
    top: 144px;
    right: 20px;
}
.bookMobile > .bookNavigation {
    text-align: center;
}
.bookNavigation .goBack, .bookNavigation .goNext {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
}
.bookNavigation .goBack {
    margin-right: 10px;
}
.bookDesktopPictures {
    opacity: 0;

    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.bookMobileMeasurements {
    margin: 10px 0 12px;
    width: 100%;
}
.bookMobileMeasurements td:nth-child(odd) {
}
.bookMobileMeasurements td:nth-child(even) {
    text-align: right;
}
.book {
    padding-top: 20px;
}
.book .galleryElement {
    cursor: pointer;
}
.bookDesktopPictures .slick-prev, .bookDesktopPictures .slick-prev:hover, .bookDesktopPictures .slick-prev:focus {
    left: 10px;
}
.bookDesktopPictures .slick-next, .bookDesktopPictures .slick-next:hover, .bookDesktopPictures .slick-next:focus {
    right: 16px;
}
.bookReducedList {
    display: none;
    text-align: center;
    padding-left: 20px;
    font-size: 24px;
}
.bookReducedList li {
    display: inline-block;
}

/* CONTACT */
.contactPart {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 2px);

}
.contactElement {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 2px);
}
.contactInfo {
    margin: 10px 0;
}
.contactInfoTitle, .contactInfoContent {
    display: inline-block;
}
.contactInfoTitle {
    width: 80px;
}
.contactInfoContent {
    width: calc(100% - 84px);
}

.contactFormLine textarea {
    width: calc(100% - 2px);
    resize: none;
    outline: none;
    border: none;
}

/* BECOME */
.becomePart {
    display: inline-block;
    vertical-align: top;
}
.becomePart:nth-child(1) {
    width: 400px;
}
.becomePart:nth-child(2) {
    width: calc(100% - 405px);
}
#becomeInfoDetails {
    margin: 10px 0;
    padding: 20px;
}
.becomeInfoDetailsElement {
    float: left;
    width: 50%;
    margin-bottom: 20px;
}
.becomeInfoDetailsElement div {
    font-size: 22px;
    margin-bottom: 4px;
}
.becomeInfoDetailsElement li {
    font-size: 12px;
}
.uploadContainer {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    width: calc(33.33% - 23px);
    margin: 10px;
}
.uploadPicture {
    position: relative;
}
.uploadPicture input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    margin-bottom: 0;
    cursor: pointer;
}
.uploadPicture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pictureDesc {
    position: absolute;
    top: 13px;
    left: 20px;
    right: 0;
    pointer-events: none;
    font-size: 14px;
}

/* ABOUT */
.about {
    margin-top: 20px;
}
.aboutContainer {
    display: inline-block;
    vertical-align: top;
}
.aboutElement {
    text-align: center;
    margin-bottom: 40px;
}
.aboutElementContainer {
    display: inline-block;
    vertical-align: middle;
    width: 71%;
    width: calc(100% - 205px);
}
.aboutElementContainer {
    width: 200px;
    text-align: left;
}
.aboutElementContainer img {
    display: table;
    margin: 0 auto;
    border-radius: 50%;
}
.aboutName {
    font-size: 24px;
}
.aboutContact {
    margin-bottom: 14px;
}
.aboutDesc {
    font-size: 12px;
    text-align: initial;
}

/* PRESS */
.press {
    padding-top: 20px;
}
.pressMenu {
    font-size: 12px;
}
.pressMenu li {
    display: inline-block;
    margin: 0 10px;
    padding: 4px 8px;
    cursor: pointer;
}
.pressMenu li:first-child {
    margin-left: 0;
}
.pressContainer {
}
.pressElement {
    display: inline-block;
    vertical-align: top;
    width: 11%;
    width: calc(16.66% - 84px);
    text-align: center;
    margin: 0 40px 20px ;
}
.pressPicture {
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 10px;
}
.pressName {
    text-transform: uppercase;
    font-size: 20px;
}
.pressElement ul {
}

.pressVideoPlayer, .pressVideoList {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 2px);
}
.pressVideoPlayer {

}
.pressVideoPlayer iframe {
    width: 100%;
    border: none;
}
.pressVideoList {

}
.pressVideoThumbnail {
    position: relative;
    float: left;
    width: 30%;
    width: calc(33.33% - 20px);
    cursor: pointer;
    margin: 0 10px 20px;
    overflow: hidden;
}
.pressVideoThumbnail:hover .pressVideoThumbnailOverlay {
    opacity: 0;
}
.pressVideoContent {
    display: none;
}
.pressVideoPicture {
    width: 100%;
}
.pressVideoThumbnailOverlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.pressVideoThumbnailOverlaySpace {
    position: absolute;
    top: 50%; left: 0; right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}
.pressVideoThumbnailTitle {
    font-size: 18px;
    color: #F2F2F2;
}
.playing {
    opacity: 0;
}

/* CASTING */
.castingContainer {
    margin: 10px -10px 0;
}
#castingForm {
    margin-top: 8px;
}
#closePopup {
    position: absolute;
    top: 8px; right: 8px;
    cursor: pointer;
    padding: 0 2px;
}
#closePopup:hover {
    background: #dd1069;
    color: #F2F2F2;
}
#castingForm .formColumn {
    width: calc(50% - 23px);
}
#castingForm .formColumn textarea {
    border: none;
    width: 97.4%;
    width: calc(100% - 40px);
    resize: none;
    outline: none;
    padding: 13px 20px 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
#castingSubmit {
    font-weight: 300;
}
/* IMPRINT */
.imprintContainer {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    width: calc(50% - 4px);
}
/* CONDITIONS */
.cond-pdf {
    display: inline-block;
    padding: 4px 8px;
}