@charset "UTF-8";

/* Normalizing */

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}


b,
strong {
  font-weight: bold;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


/* Phone styling */

.hide-on-phone {
  visibility:hidden;
  display:none;
}
.show-on-phone {
  visibility:visible;
  display:block;
}


html {
    -webkit-font-smoothing: antialiased;
}

body {
    margin:0;
    color:#1b1b1d;
}

/* Type */

@font-face {font-family: 'UniversNextPro-Regular';src: url('../fonts/2C2839_0_0.eot');src: url('../fonts/2C2839_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2C2839_0_0.woff') format('woff'),url('../fonts/2C2839_0_0.ttf') format('truetype'),url('../fonts/2C2839_0_0.svg#wf') format('svg');}
 
  
@font-face {font-family: 'UniversNextPro-Light';src: url('../fonts/2C2839_1_0.eot');src: url('../fonts/2C2839_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2C2839_1_0.woff') format('woff'),url('../fonts/2C2839_1_0.ttf') format('truetype'),url('../fonts/2C2839_1_0.svg#wf') format('svg');}
 
  
@font-face {font-family: 'UniversNextPro-ThinCond';src: url('../fonts/2C2839_2_0.eot');src: url('../fonts/2C2839_2_0.eot?#iefix') format('embedded-opentype'),url('../fonts/2C2839_2_0.woff') format('woff'),url('../fonts/2C2839_2_0.ttf') format('truetype'),url('../fonts/2C2839_2_0.svg#wf') format('svg');}


h1 {
    font-family: 'UniversNextPro-ThinCond';
    text-transform:uppercase;
    font-size:40px;
    line-height:40px;
    letter-spacing:0.103em;
    margin-top: 180px;
}

h2 {
    font-family: 'UniversNextPro-ThinCond';
    text-transform: uppercase;
    font-size:30px;
    line-height:40px;
    letter-spacing:0.103em;
}

h3 {
    font-family: 'UniversNextPro-ThinCond';
    text-transform: uppercase;
    font-size:30px;
    line-height:40px;
    letter-spacing:0.103em;
}

p {
    font-family: 'UniversNextPro-Regular';
    font-size:15px;
    line-height:25px;
    letter-spacing:0.02em
}

a:hover {
    color:#000;
    border-bottom:1px solid #000;
}

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

.clearer {
    clear:both;
}

/* Header */

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    color: #fff;
    padding-top: 0px;
    background: none;
    z-index: 1500;
    overflow: hidden;
    backface-visibility: hidden;
    margin-top: 10px;
}

nav .bar {
    z-index: 2000;
    margin-top: 0px;
    width: 100%;
    height: 73px;
    /*background-color:#fff;*/
}

.logo-name {
    position:absolute;
    top:-5000px;
}

.logo {
    width: 160px;
    height: 13px;
    padding: 30px 0px;
    z-index: 3000;
    background-image:url('../img/caroline-model-management-logo-footer-sml.gif');
    background-image:url('../img/caroline-model-management-logo-footer-sml.svg');
    background-position: 50% 50%;
    margin:auto;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    padding: 47px 0 30px 0;
}

a.logo:hover{
  border:none;
}

/* Toggle and patty */

#toggle {
    width: 25px;
    height: 17px;
    padding: 35px 40px 18px 20px;
    z-index: 4000;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

#toggle:hover {
    border:none;
}

.burger {
  position: relative;
  width: 25px;
  height: 3px;
  background: black;
  transition: 0.5s;
}
.burger:before, .burger:after {
  display: block;
  content: "";
  height: 3px;
  width: 25px;
  background: black;
  position: absolute;
  z-index: -1;
  transition: 0.5s 0.25s;
}
.burger:before {
  top: 7.5px;
}
.burger:after {
  top: -7.5px;
}


/* Anim Menu icon */

#toggle .burger:before, #toggle .burger:after {
  transition: 0.25s;
}
#toggle:hover {
  transition: 0.5s;
}
#toggle:hover .burger:before, #toggle:hover .burger:after {
  transition: 0.25s;
}
#toggle:hover .burger:before {
  top: 8.5px;
}
#toggle:hover .burger:after {
  top: -8.5px;
}


/* Anim Menu Close icon

.open:not(.steps) .burger:before,
.open:not(.steps) .burger:after {
  top: 0 !important;
}

.open .burger:before,
.open .burger:after {
  transition: 0.5s;
}

.open .burger {
  background: transparent;
}
.open .burger:before {
  transform: rotate(-45deg);
}
.open .burger:after {
  transform: rotate(45deg);
}
*/

/* Menu Styling */

.nav-background {
    position:fixed;
    width:100%;
    top:0;
    left:0;
    right:0;
    bottom:0;
    padding-top: 100px;
    background-color:rgba(255,255,255,0.97);
    z-index:1000;
    display:table;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
 
.nav-background.open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
}

.nav-background ul {
    width:100%;
    text-align: center;
    text-transform: uppercase;
    padding:0;
    display:table-cell;
    
}

.nav-background li {
    list-style: none;
    display: inline-block;
    padding: 0px 5px 10px 5px;
}

.nav-background li a {
    font-family: 'UniversNextPro-ThinCond';
    text-transform:uppercase;
    font-size:14px;
    letter-spacing:0.103em;
    color:#000;
    display:inline-block;
    padding:11px 0 3px 0;
}



/* General content */

article {
    float:left;
    text-align:center;
    width:100%;
    height:auto;
    box-sizing:border-box;
}

#home {
    position:relative;
    width:100%;
    height:570px;
    color:black;
    margin-top:140px;
    color:black;
}

.frame {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    border:1px solid black;
    margin:20px;
    padding:20px;
}

.frame h1 {
    margin-top: 80px;
}

hr {
    width:127px;
    margin-bottom:35px;
    box-shadow: none;
}


form {
    float:left;
    width:100%;
    margin-top:25px;
}

input, button {
    font-family: 'UniversNextPro-Light';
    box-sizing:border-box;
    outline: none;
}

input {
    -webkit-appearance:none;
    -webkit-border-radius:0; 
    border-radius:0;
}

.formcontent {
    display:inline;
    width:70%;
    height:56px;
    font-size:17px;
    color:#afafaf;
    padding-left:28px;
    border:none;
}

.submit {
    display:inline;
    width:56px;
    height:56px;
    font-size:17px;
    color:#727272;
    text-transform: uppercase;
    background-color:#f0f0f0;
    border:none;
    padding:0;
    margin-left:-5px;
}

.error {
    float:none;
    text-align: left;
    background-image:url('../img/caroline-model-management-error.gif');
    background-image:url('../img/caroline-model-management-error.svg');
    background-repeat: no-repeat;
    background-position: 2% 50%;
    background-size: 18px 19px;
    padding:4px 0 0 58px;
    margin:0 auto;
    width:70%;
}

.success {
    float:none;
    text-align: left;
    background-image:url('../img/caroline-model-management-checkmark.gif');
    background-image:url('../img/caroline-model-management-checkmark.svg');
    background-repeat: no-repeat;
    background-position: 2% 50%;
    background-size: 28px 20px;
    padding:4px 0 0 58px;
    margin:0 auto;
    width:70%;
}

/* Content blocks */

#newfaces {
    width: 100%;
    padding: 0 20px;
    padding-bottom: 71px;
    padding-top: 160px;
}

#become, #caroline {
    width:100%;
    padding:0 40px;
    padding-bottom:71px;
}

#warning{
  text-transform: uppercase;
  text-transform: 500;
  font-size:13px;

}

#become p{
  margin-bottom:33.5px;
}

#become a {
    line-height: 40px;
    font-size: 14px;
}

#newfaces h1 {
    font-size: 20px;
    margin-top: 60px;
}

.span1 {
   width: 25%;
   height:500px;
   background-color: blue;
   float:left;
}

.span2 {
   width: 12.5%;
   height:250px;
   background-color: yellow;
   float:right;
}
.span3 {
   width: 50%;
   height:250px;
   background-color: white;
   float: left;
}
.span4{
    float:right;
    width: 25%;
    height:500px;
   background-color: blue;
}


#contact p {
    padding:0 40px;
}


.more {
    display:inline-block;
    font-family: 'UniversNextPro-Regular';
    font-size:15px;
    text-transform:uppercase;
    letter-spacing:0.15em;
    color:#000;
    border:1px solid #000;
    margin:45px auto 0 auto;
    padding:17px 80px 16px 80px;
    cursor: pointer;
    visibility:visible;
    opacity:1;
}

.more:hover {
    padding-bottom:16px;
}

.more.close {
    visibility:hidden;
    opacity:0;
    display: none;
}

.usp {
    visibility:hidden;
    opacity:0;
    display: none;
}

.usp.open {
    visibility:visible;
    opacity:1;
    display: block;
}

.usp section {
    margin-top:54px;

}

div.scrollto {
    width:100%;
    margin-top:38px;
}

.arrow-down {
    background-image:url('../img/caroline-model-management-arrowdown.gif');
    background-image:url('../img/caroline-model-management-arrowdown.svg');
    background-size: 60px 60px;
    width:60px;
    height:60px;
    margin-top: 17px;
    margin:auto;

}

#map {
    width:100%;
    height:245px;
    margin-top:62px;
}


/* Footer */

.logo-footer {
    float:left;
    background-image:url('../img/caroline-model-management-logo-footer-sml.gif');
    background-image:url('../img/caroline-model-management-logo-footer-sml.svg');
    background-size: 213px 45px;
    background-repeat: no-repeat;
    background-position: 50%;
    width:100%;
    height:150px;
    margin:0;
}

.legal {
    float:left;
    width:100%;
    text-align:center;
    color:#000000;
}

.copyright {
    display:block;
    margin:0 auto;
}

.copyright a {
  width: 100%;
}

.copyright p {
    font-size:14px;
    margin:0;
}

.social {
    display: inline;
    margin: 0;
    float: right;
    text-align: right;
    padding:28px 5px 25px 25px;
    position: absolute;
    top: 0;
    right: 0;
    z-index:5000;
}

.social a:hover{
    border-bottom: none;
}

.social-col {
    display:inline;
    background-repeat: no-repeat;
    background-position:50% 50%;
    padding:15px 25px;
    border: none;
    padding-bottom:none !important;
}

.social-mail { 
    background-image:url('../img/mail.svg');
    width:26px;
    height:auto;
    background-size:26px auto;
}

.social-ig { 
    background-image:url('../img/icon-insta.svg');
    width:20px;
    height:20px;
    background-size:20px 20px;
}

#social-icon a:hover{ 
   border:none;
}

#social-icon { 
   margin:20px 0px 30px 0px;
}

div.footerlink {
    font-family: 'UniversNextPro-Regular';
    text-transform:uppercase;
    font-size:14px;
    line-height:24px;
    letter-spacing:0.15em;
    padding:23px;
}
.footerlink a:hover {
border-bottom: none;
}

/* Imprint */

#imprint {
    text-align: left;
    float:left;
    width:100%;
    padding:60px 40px 71px 40px;
}

#imprint h1 {
    width:100%;
}

/* newfaces*/

.grid, 
.info{
    width: 100%;
}

.grid ul,
.info ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
}


.grid ul li{
   width: 100%;
}

.grid ul li,
.info ul li{
    list-style-type: none;
    float: left;
    padding: 0px;
    white-space: nowrap;
    text-align:left;
    text-transform: uppercase;
}

.grid ul li img{
    width: 100%;
    float: left;
    height: auto;
}

.info{
    margin-top:40px;
}

.info ul li {
    width: 33%;
}

.info, .info p{
    float:left;
}

.info ul li span.details{
    padding-right:5px;
    font-weight: lighter;
    opacity: 0.5;
}

.info ul li span.model{
    font-size: 24px;
    padding-top: 6px;
    padding-bottom: 150px;
    font-weight: 300;
    font-family: 'UniversNextPro-Regular';
}

.info ul li span{
    float:left;
    padding: 8px 5px 15px 0px;
    font-weight: 400;
    font-size: 10px;
}