html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

body {
    height: 100%;
    display: flex;
    flex-direction: column;
    font-family: Arial, Helvetica, sans-serif;
}
header {
    background: -moz-radial-gradient(center, ellipse cover,  rgba(30,87,153,1) 0%, rgba(125,185,232,0) 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%);
    background: radial-gradient(ellipse at center,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=1 );
}
footer {
    margin-top: 1rem;
}
a {
    text-decoration: none;
}
.header-container, .main-container, .footer-content {
    max-width: 1280px;
    margin: auto;
    display: flex;
}
.header-container .logo img {
    height: 6rem;
    aspect-ratio: 33/20;	
}
.footer-content {
    padding: 1rem;
    border-top: solid 2px #1e5799;
    display: block;	
}
.footer-content > div {
    float: right; 
    margin-left: 1rem;
}
.footer-content > div > a {
    display: inline-block;
    color: #666;	
    text-align: right;
    margin-bottom: 2px;
}
.footer-content > div > a:not(:first-child) {
    border-left: solid 1px #666;
    padding-left: 5px;
}
.footer-content > div > a:hover {
    text-decoration: underline;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: auto 0.5rem;
    width: 100%;
}
.navbar > ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding-left: 1rem;
    flex-grow: 1;
}
.navbar > ul > li:not(:first-child) {
    border-left: solid 2px #CCC;
}
.navbar > ul > li {
    padding: 0.5rem;
}
.navbar > ul > li > a {
    font-size: 1.5rem;
    font-weight: 500;
    color: #F0F8FF;
    text-wrap: nowrap;
}
.navbar > ul > li > a:hover {
    text-shadow: 2px 2px 2px #333;
}
.mobile-menu-button {
    display: none;
    margin-left: auto;
    order: 2;
    padding: 0.5rem;
    border-left: solid 2px #FFF;
}   
.mobile-menu-button img {
    height: 3rem;
}
.main-content {
    margin-top: 1rem;
    padding: 0 1rem;
} 
.content, .other-content {
    display: flex;
    flex: 0 0 auto;
    width: 70%;
    flex-wrap: wrap;
    gap: 1rem;
    height: 100%;	
}
.sidebar {
    flex: 0 0 auto;
    width: 30%;
}  
.model {
/*    height: fit-content;*/
    position: relative;
    width: calc(50% - 1rem);
    margin-top: 1rem;
    position: relative;
    aspect-ratio: 4/5;
    background: url(/img/loading.gif) no-repeat center;
} 
.model img, .model-top img {
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
}
.model h5, .model-in-top h6 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 1rem;
    border-radius: 0 0 1rem 1rem;
    background-color:#1e5799;
    opacity: 0.9;
}
.model h5 a:after, .model-in-top h6 a:after {
    content: attr(data-images);
    position: absolute;
    background: url(/img/gallery.png);
    background-repeat: no-repeat;
    right: 0.5rem;
    top: 0.8rem;
    font-size: 1rem;
    padding: 0.5rem;
    padding-left: 2.2rem;
    background-size: 2rem;
    color: #F0F8FF;
    border: solid 1px;
    border-radius: 2rem;
    padding-right: 0.5rem;
    background-position: 1px;
}    
.model a, .model-in-top a {
    font-size: 1.5rem;
    color: #F0F8FF;
    display: block;
    border-radius: 1rem;
}
.model.has-video > a:after, .model-in-top.has-video > a:after {
    content: "";
    position: absolute;
    background: url(/img/video-camera.png);
    background-repeat: no-repeat;
    right: 0.5rem;
    top: 0.5rem;
    background-size: 2rem;
    color: #F0F8FF;
    border-radius: 2rem;
    width:2rem;
    height:2rem;
}

.model > a:hover, 
.model > a:hover + h5, 
.model-in-top > a:hover,
.model-in-top > a:hover + h6,
.model > h5:hover + a {
    box-shadow: 2px 2px 2px #333;
}
.model > h5 > a, .model-in-top > h6 > a {
    padding-right: 5rem;
}
.model-top {
    margin-top: 1rem;
}
.model-top-header h3 {
    background-color:#1e5799;
    margin: 0;
    font-size: 2rem;
    padding: 1rem;
    color: #F0F8FF;
    border-radius: 1rem 1rem 0 0;
}
.model-top-content {
    border-left: solid 2px #1e5799;
    padding-bottom: 1rem;
    border-bottom: solid 2px #1e5799;
    border-radius: 0 1rem;
    margin-top: -1rem;
    padding-top: 1rem;
}
.model-in-top {
    margin: 1rem 1rem 0;
    position: relative;
    aspect-ratio: 4/5;
    background: url(/img/loading.gif) no-repeat center;
}
.mmmodel-in-top > h6 {
    margin: 1rem 1rem 0;
} 
@media (max-width: 1250px) {
    .navbar > ul > li > a {
        font-size: 1.3rem;
    }
    .header-container .logo img {
    	height: 5rem;
    }
}
@media (max-width: 1150px) {
    .navbar > ul > li > a {
        font-size: 1.2rem;
    }
}
@media (max-width: 1050px) {
    .navbar > ul > li > a {
        font-size: 1.1rem;
    }    
    .model-top-header h3 {
        font-size: 1.5rem;
    } 
    .model a, .model-in-top a {
        font-size: 1rem;
    }
    .model h5 a:after, .model-in-top h6 a:after {
        top: 0.5rem;
    }           
}
@media (max-width: 1000px) {
    .navbar > ul > li > a {
        font-size: 1rem;
    }    
}
@media (max-width: 900px) {
    .navbar > ul > li > a {
        font-size: 0.9rem;
    }    
}
@media (max-width: 850px) {
    .header-container > div > a > img {
        height: 4rem;
    }
    .header-container > div > .logo > img {
        height: 5rem;
    }
	
    .navbar {
        display: none;
        position: absolute;
        background: #1e5799;
        z-index: 1;
        right: 0;
        padding-top: 3rem;
        margin: 0;
    }
    .navbar.show-nav-bar {
        display: block;
    }
    .navbar > ul {
        flex-direction: column;
    }
    .navbar > ul > li:not(:first-child) {
        border: none;
    }
    .navbar > ul > li > a {
        font-size: 1.2rem;
    }
    .mobile-menu-button {
        display: block;
        z-index: 2;
    }    
    .content {
        width: 100%;
    }
    .sidebar {
        display: none;
    }
    .main-content {
        padding-right: 0;
    }
    .show-nav-bar #google_translate_element {margin: 0 0.5rem 0.5rem 0;}    
}
@media (max-width: 500px) {
    .model {
        width: calc(100% - 1rem);
    }
    .model a, .model-in-top a {
        font-size: 1.5rem;
    }
    .model h5 a:after, .model-in-top h6 a:after {
        top: 0.8rem;
    }
} 

.model-gallery-preview {
    width: calc(100% - 1rem);
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    margin-right: 1rem;
    text-align: center;
    background: -moz-radial-gradient(center, ellipse cover,  rgba(30,87,153,1) 0%, rgba(125,185,232,0) 100%);
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%);
    background: radial-gradient(ellipse at center,  rgba(30,87,153,1) 0%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#007db9e8',GradientType=1 );
    border-radius: 1rem;	
}
.model-gallery-preview:hover {
    opacity: 0.8;
}
.model-gallery-preview a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    font-size: 0;
}

.model-gallery-preview img {
    max-width: 100%;
    height: auto;
}
.model-gallery-preview .show-all-image {
    position: absolute;
    background: #1e5799;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    bottom: 0;
    height: fit-content;
    padding: 1rem;
    opacity: 0.9;
    border-radius: 3rem;
    border: solid 2px #F0F8FF;
}
.model-gallery-preview .show-all-image img {
    height: 48px;
    padding-right: 0.5rem;
}
.model-gallery-preview .show-all-image a {
    font-size: 3rem;
    width: 100%;
    display: flex;
    align-items: center;
    color: #F0F8FF;
}    
.model-single-header {
    width: 100%;
    margin: righ;
    margin-right: 1rem;
    border-bottom: solid 2px #1e5799;
    padding-bottom: 1rem;
}
.model-single-header > h1 {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 0.5rem;
}
.model-single-header > ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: 0;
    margin: 0;
}
.model-single-header > ul > li {
    padding-right: 2rem;
    color: #333;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
}
.model-single-header > ul > li img {
    margin-right: 0.2rem;
    height: 24px;
    width: auto;	
}    
.model-single-description {
    font-size: 1rem;
    color: #666;
    margin: 1rem 0;
    margin-right: 1rem;
}

.model-single-comments {
    margin: 1rem 1rem 0 0;
    width: 100%;
}
.model-single-comments > h3 {
    font-size: 1.5rem;
    color: #333;
    padding: 1rem 0;
    width: 100%;
    border-bottom: solid 1px #1e5799; 
}
.model-single-comments > .add-comment {
}    
.model-single-comments > .add-comment > form { 
    border: solid 2px #1e5799;
    padding: 1rem;
}  
.model-single-comments > .add-comment > form > input { 
    width: calc(100% - 1rem);
    padding: 0.5rem;
    border-radius: 0.5rem;
    border: solid 1px #1e5799; 
    font-size: 1rem;
    margin-bottom: 1rem;
}
.model-single-comments > .add-comment > form > textarea { 
    width: calc(100% - 1rem);
    padding: 0.5rem;
    border-radius: 0.5rem;
    border: solid 1px #1e5799; 
    font-size: 1rem;
    height: 5rem;
    margin-bottom: 0.5rem;
}
.model-single-comments > .add-comment > form > button { 
    padding: 1rem;
    border: solid 2px #F0F8FF;
    border-radius: 2rem;
    background-color: #1e5799;
    color: #F0F8FF;
    font-size: 1rem;
    width: 9rem;
}    
input::placeholder, textarea::placeholder {
    font-family: Arial; 
    color: #666;
    font-size: 1rem;
    opacity: 1;
}
.other-content {
    width: 100%;
}
.other-content > h3 {
    font-size: 1.5rem;
    color: #333;
    padding: 1rem 0;
    width: 100%;
    border-bottom: solid 1px #1e5799; 
    margin-bottom: 0;
}
.age-container {
  background-color: rgba(0,0,0,0.9);
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000001;
}
.age-msg {
  line-height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: calc(100% - 30px);
  max-width: 700px;
  background-color: #fff;
  color: #333;
  border: solid 2px #1e5799;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.age-btn a {
  float: right;
  font-size: 16px;
  background: #ccc;
  margin: 10px 5px 10px;
  padding: 15px 0;
  text-align: center;
  color: #333;
  width: 250px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  border: solid 1px #1e5799;
}
.age-btn a:hover {
  box-shadow: 2px 2px 2px #333;
}
#age-yes-btn {
  float: left;
  background-color: #c00;
  color: #fff;
}

.lg-outer .lg-img-wrap {
    background: url(/img/loading.gif) no-repeat center;
}

/* Cookie Consent Popup Style */
.cookie-notification-container {
    color: #425466;
    padding: 0 1rem 1rem;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.cookie-notification-box {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 16px 16px 0;
    position: relative;
    max-width: 512px;
    -webkit-box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.3);
	box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.3);
}

.cookie-notification-description,
.cookie-consent-description {
    font: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    margin: 0 0 1rem;
}

.cookie-notification-btn-container,
.cookie-privacy-btn-container {

}

button.cookie-notification-btn,
button.cookie-privacy-btn {
    background-color: #1e5799;
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 1rem;
    font-weight: 400;
    display: inline-block;
    opacity: 1;
    outline: none;
    padding: 6px 16px;
    margin-bottom: 1rem;
    white-space: nowrap;
    -webkit-transition-property: background-color, opacity;
    -o-transition-property: background-color, opacity;
    transition-property: background-color, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button.cookie-notification-btn:active,
button.cookie-notification-btn:hover,
button.cookie-privacy-btn:active,
button.cookie-privacy-btn:hover {
    background-color: #0a2540;
    opacity: 0.6;
}

button.cookie-privacy-btn:disabled,
button.cookie-privacy-btn[disabled] {
    background-color: #388E3C !important;
    cursor: not-allowed;
    opacity: 1 !important;
}


.cook-table {text-align: left}
.cook-table td {text-align: left; vertical-align: top; padding-bottom: 10px}


/** Cookie Consent Privacy Style */
.cookie-privacy-container {
    text-align: center;
}

.cookie-privacy-btn-container {
    text-align: center;
}

#google_translate_element {float:right; margin: 1rem 0 0 -0.7rem;  padding-top: 12px; position: relative;}
#google_translate_element > div {font-size: 0;}
#google_translate_element select {font-size: 12px; padding: 4px; border-radius: 0 0 5px 5px; border: solid 1px #1e5799; border-top: none; min-width: 120px; outline: 0;}
#google_translate_element >div > span {position: absolute; top: 0; left: 0; width: 100%; background-color: #FFF; border: solid 1px #1e5799; box-sizing: border-box; border-bottom: none; padding: 5px 0 0 5px; border-radius: 5px 5px 0 0; text-align: left;}