.smooth {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    /*
          background-image: url(../images/ref/6_contact.jpg);
          background-repeat: no-repeat;
          background-position: center top;
          height:2157px;
    */

    font-family: 'Libre Baskerville', serif;
    font-weight: 400;
    font-size: 12px;
    color: #6f6d6d;
    margin-left: 20px;
    margin-right: 20px;
}
h1,
h2,
h3,
h4 {
    font-weight: 400;
}
p {
    line-height: 160%;
}
p a:link {
    text-decoration: none;
    color: #000;
}
p a:visited {
    text-decoration: none;
    color: #000;
}
p a:hover {
    color: #000;
}
/* -----------------------------------------------
        Layout 
----------------------------------------------- */
.mobile {
    display: block;
}
.desktop {
    display: none;
}
@media only screen and (min-width: 996px) {
    .mobile {
        display: none;
    }
    .desktop {
        display: block;
    }
}
.first-container {
    margin-top: 40px;
    opacity: 0;
}
.fixed-width {
    max-width: 1238px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
h2.logo {
    position: absolute;
    top: 10px;
    left: 30px;
    margin: 0;
    padding: 0;
    line-height: 100%;
}
.top-bar {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
    width: 100%;
    height: 40px;
    background-color: #ffffff;
    text-align: center;
}
.top-bar .logo img {
    width: 200px;
    height: 13px;
}
.top-bar.ishome {
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-bar.ishome .logo {
    top: 20px;
}
.top-bar.ishome .logo img {
    width: 250px;
    height: 16px;
}
.slide-home-container,
.home-models-container,
.news-home-container,
.join-container,
.contact-container {
    width: 100%;
    float: left;
}
#slide-home {
    position: relative;
}
@keyframes arrows {
    0% {
        bottom: 45px;
    }
    50% {
        bottom: 60px;
    }
    100% {
        bottom: 45px;
    }
}
@-webkit-keyframes arrows {
    0% {
        bottom: 45px;
    }
    50% {
        bottom: 60px;
    }
    100% {
        bottom: 45px;
    }
}
.arrow-down {
    position: absolute;
    left: 50%;
    bottom: 45px;
    z-index: 100;
    -webkit-animation: arrows 2s infinite;
    -webkit-animation-delay: 1s;
    animation: arrows 2s infinite;
    animation-delay: 1s;
}
.slide-home-item {
    text-align: center;
}
.slide-home-item h2 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px #969696;
    font-size: 24px;
    margin: 0;
    padding-right: 5%;
    padding-left: 5%;
    line-height: 120%;
    color: #ffffff;
    position: relative;
    top: 47%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media only screen and (min-width: 996px) {
    .slide-home-item h2 {
        font-size: 37px;
    }
}
.col5 {
    overflow: hidden;
    width: 100%;
    float: left;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 5px solid #FFF;
}
@media only screen and (min-width: 480px) {
    .col5 {
        width: 50%;
    }
}
@media only screen and (min-width: 768px) {
    .col5 {
        width: 33.33333%;
    }
}
@media only screen and (min-width: 996px) {
    .col5 {
        width: 25%;
    }
}
@media only screen and (min-width: 1200px) {
    .col5 {
        width: 20%;
    }
}
.col5.home:nth-child(4),
.col5.home:nth-child(5),
.col5.home:nth-child(6),
.col5.home:nth-child(7),
.col5.home:nth-child(8),
.col5.home:nth-child(9),
.col5.home:nth-child(10) {
    display: none;
}
.col5.home:nth-child(11),
.col5.home:nth-child(12),
.col5.home:nth-child(13),
.col5.home:nth-child(14),
.col5.home:nth-child(15),
.col5.home:nth-child(16),
.col5.home:nth-child(17),
.col5.home:nth-child(18),
.col5.home:nth-child(19),
.col5.home:nth-child(20),
.col5.home:nth-child(21) {
    display: none;
}
.col5 img {
    width: 100%;
    height: auto;
}
@media only screen and (min-width: 480px) {
    .col5.home {
        width: 50%;
    }
    .col5.home:nth-child(4) {
        display: block;
    }
    .col5.home:nth-child(5),
    .col5.home:nth-child(6),
    .col5.home:nth-child(7),
    .col5.home:nth-child(8),
    .col5.home:nth-child(9),
    .col5.home:nth-child(10) {
        display: none;
    }
    .col5.home:nth-child(11),
    .col5.home:nth-child(12),
    .col5.home:nth-child(13),
    .col5.home:nth-child(14),
    .col5.home:nth-child(15),
    .col5.home:nth-child(16),
    .col5.home:nth-child(17),
    .col5.home:nth-child(18),
    .col5.home:nth-child(19),
    .col5.home:nth-child(20),
    .col5.home:nth-child(21) {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .col5.home {
        width: 20%;
    }
    .col5.home:nth-child(5),
    .col5.home:nth-child(6) {
        display: block;
    }
    .col5.home:nth-child(7),
    .col5.home:nth-child(8),
    .col5.home:nth-child(9),
    .col5.home:nth-child(10) {
        display: none;
    }
    .col5.home:nth-child(11),
    .col5.home:nth-child(12),
    .col5.home:nth-child(13),
    .col5.home:nth-child(14),
    .col5.home:nth-child(15),
    .col5.home:nth-child(16),
    .col5.home:nth-child(17),
    .col5.home:nth-child(18),
    .col5.home:nth-child(19),
    .col5.home:nth-child(20),
    .col5.home:nth-child(21) {
        display: none;
    }
}
@media only screen and (min-width: 996px) {
    .col5.home {
        width: 20%;
    }
    .col5.home:nth-child(6),
    .col5.home:nth-child(7),
    .col5.home:nth-child(8),
    .col5.home:nth-child(9),
    .col5.home:nth-child(10),
    .col5.home:nth-child(11) {
        display: block;
    }
    .col5.home:nth-child(12),
    .col5.home:nth-child(13),
    .col5.home:nth-child(14),
    .col5.home:nth-child(15),
    .col5.home:nth-child(16),
    .col5.home:nth-child(17),
    .col5.home:nth-child(18),
    .col5.home:nth-child(19),
    .col5.home:nth-child(20),
    .col5.home:nth-child(21) {
        display: none;
    }
}
@media only screen and (min-width: 2200px) {
    .col5.home {
        width: 10%;
    }
    .col5.home:nth-child(11),
    .col5.home:nth-child(12),
    .col5.home:nth-child(13),
    .col5.home:nth-child(14),
    .col5.home:nth-child(15),
    .col5.home:nth-child(16),
    .col5.home:nth-child(17),
    .col5.home:nth-child(18),
    .col5.home:nth-child(19),
    .col5.home:nth-child(20),
    .col5.home:nth-child(21) {
        display: block;
    }
}
.col5 a {
    color: inherit;
    text-decoration: none;
}
.col5 .col5-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
}
.col5 .col5-inner .model-title {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    line-height: 100%;
}
.col5 .col5-inner .model-title h4 {
    color: #888;
    font-size: 13px;
    margin-top: -5px;
    letter-spacing: 2px;
    text-transform: lowercase;
}

.col5 a:hover > .col5-inner {
    opacity: 1;
}
.col5.text {
    text-align: center;
    background-color: #e1e1e1;
}
.col5.text .info {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
}
.col5.text .info .talent-description{
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    margin-left: 20%;
    margin-right: 20%;
    padding: 10px 15px;
}

.news-home-container {
    margin-top: 45px;
    padding-bottom: 100px;
}
.news-home-container h2 {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.news-home-container .col3 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 45px;
}
.news-home-container .col3 img {
    width: 100%;
    height: auto;
}
.news-home-container .col3 h3 {
    padding-bottom: 8px;
}
.news-home-container .col3 h3 a:link {
    color: inherit;
    text-decoration: none;
}
.news-home-container .col3 h3 a:visited {
    color: inherit;
    text-decoration: none;
}
.news-home-container .col3 h3 a:hover {
    color: #101010;
}
.news-home-container .col3 p {
    text-align: left;
}
.news-home-container .col3 p.date {
    margin-bottom: 0;
    text-align: center;
}
.news-home-container .col3 p.by {
    margin-top: 4px;
    margin-bottom: 20px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .news-home-container .col3 {
        width: 32%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
}
.news-home-fixed-width {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.news-home-fixed-width .see-more{
    margin-top: 30px;
    font-size: 14px;
}
.news-home-fixed-width .see-more a{
    color: #000;
    text-decoration: underline;
}
.join-container {
    background-color: #f5f5f5;
    display: inline-block;
    width: 100%;
    padding-bottom: 100px;
}
.join-container .fixed-width {
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
.join-container h1 {
    font-size: 14px;
    border-bottom: 1px solid #b4b4b4;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
/* join form */
.join-form {
    width: 90%;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 15px;
    padding-bottom: 40px;
    text-align: center;
}
.join-form :focus {
    outline-color: transparent;
    outline-style: none;
}
.join-form label {
    color: #6f6d6d;
    width: 100%;
}
.join-form input[type="text"],
.join-form input[type="email"] {
    background: #ffffff;
    border: none;
    color: #6f6d6d;
    padding: 1%;
    width: 98%;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 5px;
}
.join-form .add-image-container {
    margin-top: 5px;
    margin-bottom: 20px;
    display: inline-block;
    padding: 1%;
    width: 98%;
    background: #ffffff;
    color: #6f6d6d;
    text-align: left;
}
.join-form .add-image-container input[type="image"] {
    float: left;
    width: auto;
    margin-left: 10px;
}
.join-form .add-image-container label {
    float: right;
    width: auto;
    margin-right: 20px;
}
@media only screen and (min-width: 768px) {
    .join-form {
        width: 50%;
        margin-left: 25%;
        margin-right: 25%;
        padding-top: 15px;
        padding-bottom: 40px;
    }
}
button {
    color: #101010;
    border: 1px solid #6f6d6d;
    background: #ffffff;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
}
button:hover {
    color: #ffffff;
    border: 1px solid #6f6d6d;
    background: #6f6d6d;
}
.input-col3-container {
    width: 100%;
    float: left;
}
.input-col3-container.last {
    margin-bottom: 20px;
}
.input-col3-container .input-col3 {
    width: 31.3%;
    float: left;
    margin-left: 3%;
}
.input-col3-container .input-col3:first-child {
    margin-left: 0;
}
.legal {
    border-top: 1px solid #b4b4b4;
    width: 90%;
    float: left;
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
}
.legal p {
    font-size: 10px;
    color: #b4b4b4;
}
.contact-container {
    background-color: #f5f5f5;
    display: inline-block;
    width: 100%;
    padding-bottom: 100px;
}
.contact-container .fixed-width {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
.contact-container h1 {
    font-size: 14px;
    border-bottom: 1px solid #b4b4b4;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.col2 {
    width: 90%;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
}
.col2.contact {
    margin-top: 50px;
}
@media only screen and (min-width: 768px) {
    .col2 {
        width: 48%;
        float: left;
        margin-left: 1%;
        margin-right: 1%;
    }
    .col2.contact {
        margin-top: 10px;
    }
}
.mapa {
    width: 100%;
    float: left;
    margin-top: 20px;
}
/* contact form */
.contact-form {
    width: 100%;
    float: left;
    text-align: left;
    padding-bottom: 60px;
}
.contact-form :focus {
    outline-color: transparent;
    outline-style: none;
}
.contact-form label {
    color: #6f6d6d;
    width: 100%;
    font-style: italic;
    padding-left: 10px;
}
.contact-form input[type="text"],
.contact-form input[type="email"] {
    background: #ffffff;
    border: none;
    color: #6f6d6d;
    padding: 1%;
    width: 98%;
    margin-bottom: 15px;
    margin-top: 5px;
}
.contact-form textarea {
    background: #ffffff;
    border: none;
    color: #6f6d6d;
    padding: 1%;
    width: 98%;
    margin-bottom: 15px;
    margin-top: 5px;
}
.button-container {
    width: 100%;
    float: left;
    text-align: center;
}
.covers-container,
.clients-container {
    display: inline-block;
    width: 100%;
    padding-bottom: 50px;
}
.clients-container .fixed-width {
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
.covers-container h1,
.clients-container h1 {
    font-size: 14px;
    border-bottom: 1px solid #b4b4b4;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.terms-container {
    background-color: #f5f5f5;
    display: inline-block;
    width: 100%;
    padding-bottom: 50px;
}
.terms-container .fixed-width {
    text-align: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
.terms-container h1 {
    font-size: 14px;
    border-bottom: 1px solid #b4b4b4;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.terms-container h3,
.terms-container p {
    text-align: left;
    width: 93%;
}
.terms-container ol {
    text-align: left;
}
.terms-container ol li {
    line-height: 150%;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .terms-container {
        padding-bottom: 100px;
    }
}
.logos {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    float: left;
}
.logos .logo {
    width: 47%;
    float: left;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
}
.logos .logo img {
    width: 100%;
    height: auto;
}
@media only screen and (min-width: 480px) {
    .logos .logo {
        width: 20%;
        margin-right: 1%;
        margin-left: 1%;
    }
}
@media only screen and (min-width: 768px) {
    .logos .logo {
        width: 11.1%;
        margin-right: 1%;
        margin-left: 1%;
    }
}
@media only screen and (min-width: 768px) {
    .logos {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
/* sticky footer */
html,
body {
    height: 100%;
}
#wrap {
    min-height: 100%;
}
.padding-sticky {
    overflow: auto;
    padding-bottom: 20px;
}
.footer-container {
    background: #ffffff;
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    margin-top: -26px;
    /*height: 5px;*/

    clear: both;
}
.footer-container.footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 200;
}
/* -----------------------------------------------
        Navigation
----------------------------------------------- */
.mobile-button {
    position: absolute;
    top: 10px;
    right: 20px;
}
.navigation-mobile {
    position: fixed;
    top: 40px;
    left: 0;
    display: none;
    width: 100%;
    float: left;
    z-index: 1000;
    background: #ffffff;
}
.navigation-mobile ul {
    padding: 0;
    padding-top: 0px;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
    list-style-type: none;
    text-align: center;
}
.navigation-mobile ul li ul {
    display: none;
}
.navigation-mobile ul a {
    display: block;
    padding: 0;
    line-height: 200%;
}
.navigation-mobile ul a:link,
.navigation-mobile ul a:visited {
    font-size: 14px;
    color: #b4b4b4;
    text-decoration: none;
}
.navigation-mobile ul a:hover {
    color: #101010;
}
.navigation {
    margin-top: 13px;
}
.navigation.footer {
    margin-top: 0;
}
.navigation ul {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
.navigation ul li {
    position: relative;
    z-index: 10;
    color: #b4b4b4;
    display: inline;
    list-style-type: none;
}
.navigation ul li::before {
    content: '/ ';
}
.navigation ul li:first-child::before {
    content: '';
}
.navigation ul a {
    padding: 0;
}
.navigation ul a:link,
.navigation ul a:visited {
    color: #b4b4b4;
    text-decoration: none;
}
.navigation ul a:hover {
    color: #101010;
    text-decoration: underline;
}
.navigation ul a.active {
    text-decoration: underline;
    color: #101010;
}
.navigation ul a.active.haschild {
    text-decoration: line-through;
    color: #101010;
}
.navigation ul li ul {
    color: #101010;
    display: inline-block;
    width: 0;
    opacity: 0;
    position: relative;
    z-index: 5;
}
.navigation ul li ul.active {
    color: #101010;
    display: inline-block;
    width: auto;
    opacity: 1;
}
.navigation ul li ul a:link,
.navigation ul li ul a:visited {
    color: #101010;
}
.navigation ul li ul a:hover {
    text-decoration: underline;
}
.navigation ul li ul a.active {
    text-decoration: underline;
}
.preloading {
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
    background: #FFF;
}
.spinner {
    text-align: center;
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #b4b4b4;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}
@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.about-content {
    width: 100%;
    float: left;
    border-bottom: 1px solid #b4b4b4;
    padding-bottom: 50px;
}
.about-content h3 {
    margin-bottom: 0;
}
.about-content p {
    margin-top: 0;
    margin-bottom: 25px;
}
.about-content .about-content-inner {
    width: 20%;
    margin: 0 auto;
}
.team-content {
    width: 100%;
    float: left;
    border-bottom: 1px solid #b4b4b4;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.team-content h3 {
    margin-bottom: 0;
}
.team-content p {
    margin-top: 0;
    margin-bottom: 25px;
}
.team-content .team-content-inner {
    width: 35%;
    margin: 0 auto;
}
.items-col4 {
    margin-top: 34px;
    border-top: 1px solid #b4b4b4;
    padding-top: 40px;
}
.masonry-col4 {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.masonry-col4 img {
    width: 100%;
    height: auto;
}
.masonry-col4 h3 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 12px;
}
@media only screen and (min-width: 480px) {
    .masonry-col4 {
        width: 47%;
    }
}
@media only screen and (min-width: 768px) {
    .masonry-col4 {
        width: 31%;
    }
}
@media only screen and (min-width: 1020px) {
    .masonry-col4 {
        width: 22.99%;
    }
}
.image-container {
    width: 100%;
    float: left;
    height: 355px;
    margin-bottom: 15px;
}

.covers-container{
    padding-bottom:20px;
    height: 100%;
}
.covers-container h1{
    margin-bottom:0;
    color: #000;
    text-align: center;
    border-bottom: none;
    padding-bottom: 0px;
    line-height: 1;
}
.covers-container .subtitle{
    margin-bottom: 3px;
    color: rgb(168, 168, 168);
    text-align: center;
}
.covers-container .subtitle2{
    margin-top: 0px;
    color: rgb(168, 168, 168);
    text-align: center;
}
.covers-items{
    width: 100%;
    display: table;
    text-align: center;
}
.covers-item{
    display: table-cell;
    max-width: 550px;
    width: 100%
}
.covers-text{
    margin-top:20px;
    font-size: 13px;
    text-align: center;
}
.covers-text p a:link{
    color: #000;
}

.cover-pagination{
    display: block;
    width: 100%;
}
.cover-article{
    margin-bottom: 65px;
}
.cover-article h2{
    color: #000;
    margin-bottom: 0px;
    
}
.cover-article h2 a{
    color: inherit;
}
.cover-article .fixed-width{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 100%;
    text-align: center;
}
.cover-article .fixed-width .cover-image{
    width: 100%;
    margin-top: 10px;
}

.cover-section .cover-pagination{
    text-align: center;
}
.cover-section .cover-pagination a{
    color: #000;
    text-decoration: underline;
    font-size: 14px;
}
.cc_container{
    background: #6f6d6d!important;
    color: #fff!important;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited{
    background-color: #fff!important;
}
.cc_container .cc_btn:hover, .cc_container .cc_btn:active{
    background: #000!important;
    color: #fff!important;
}
.cc_container a, .cc_container a:visited{
    color: #ebd791!important;
}
.cc_container a:hover, .cc_container a:active{
    color: #b2f7ff!important;
}
a.cc_btn.cc_btn_accept_all{
    color: #000!important;
}
.contactdata h3 {
    font-size: 15px;
    margin-bottom: 0;
    font-family: 'Libre Baskerville', serif;
}