body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
}

* {
	-webkit-user-select: none;
  	-khtml-user-select: none;
  	-moz-user-select: none;
  	-o-user-select: none;
  	user-select: none;
}

.boldcaps {
    font-weight: 900;
    text-transform: uppercase;
}

a {
    color: #000000;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

#social, #bar {
    color: #000000;
    border-bottom: 1px solid #f2f2f2;
    background: #FFFFFF;
    line-height: 40px;
    height: auto;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}

@media screen and (max-width: 380px) {
	#bar {
		font-size: 9px;
	}
}

#social a, #bar a {
    color: #000000;
    text-decoration: none;
}

#bar .social, #bar .back {
    width: 50%;
    height: 40px;
    display: inline-block;
    min-width: 180px;
}

@media screen and (max-width: 480px) {
    #social, #bar .social {
        display: none !important;
    }
}

#lookbook_title {
    color: #000000;
    border-bottom: 1px solid #f2f2f2;
    background: #FFFFFF;
    line-height: 80px;
    height: 80px;
    width: 100%;
    text-align: center;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 32px;
    overflow: hidden;
}

#logo {
    border-bottom: 1px solid #f2f2f2;
    background: #FFFFFF;
    height: 80px;
    width: 100%;
    text-align: center;
    position: relative;
}

#logo img {
    bottom: -100%;
    top: -100%;
    left: -100%;
    right: -100%;
    position: absolute;
    margin: auto;
    max-height: 60px;
    max-width: 100%;
}

#topo .menu_container {
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.8);
}

#menu_bar {
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    text-align: center;
}

#menu_bar:hover {
    background: #FFFFFF;
}

#menu {
    list-style: none;
    width: 100%;
    height: auto;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    margin: 0 auto;
    padding: 0;
    max-width: 1180px;
    letter-spacing: 1px;
}

#menu li {
    display: inline-block;
    width: 20%;
    height: 30px;
    line-height: 30px;
}

#menu li:hover {
    background: #FFFFFF;
}

#menu li a {
    text-decoration: none;
    color: #000000;
}

@media screen and (max-width: 768px) {
    #menu li {
        width: 100%;
        margin: 0;
    }
}

#topo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
}

#image_topo {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-top: 120px;
}

#image_topo img {
    position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    top: -100%;
    left: -100%;
    bottom: -100%;
    right: -100%;
    margin: auto;
}

#image_topo .text {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 100px;
    max-width: 560px;
    height: auto;
    margin: 0 auto;
    color: #FFFFFF;
    letter-spacing: 5px;
    word-wrap: break-word;
    position: relative;
}

#image_topo .explorar_btn {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    width: 160px;
    height: 40px;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    line-height: 40px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 25px;
    margin-bottom: 160px;
    letter-spacing: 6px;
    position: relative;
}

#image_topo .explorar_btn:hover {
    color: #000000;
    background: #FFFFFF;
}

@media screen and (max-width: 480px) {
    #image_topo .text {
        font-size: 36px;
        padding-top: 85px;
    }
    #image_topo .explorar_btn {
        margin-bottom: 85px;
    }
}

#galeria_topo {
    width: auto;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 110px;
}

#galeria_topo .lente, #image_topo .lente {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    z-index: 5;
    left: 0;
    top: 0;
}

#image_topo .lente {
    position: relative;
}

#galeria_topo .carousel-inner img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    margin: auto;
}

@media screen and (max-width: 480px) {
    #galeria_topo {
        margin-top: 80px;
    }
    #galeria_topo .carousel-inner img {
        min-width: 0;
        height: 100%;
    }
}

#galeria_topo .bottom {
    height: 30px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

#galeria_topo .bottom .info {
    height: 30px;
    width: auto;
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 32px;
    margin-left: 100px;
    left: 0;
    z-index: 999999;
}

#galeria_topo .bottom .info a {
    text-decoration: none;
    color: #000000;
}

#galeria_topo .bottom .info a.active, #galeria_topo .bottom .info a:hover {
    text-decoration: underline;
}

#galeria_topo .carousel-indicators li {
    background: #827e7e;
    border: none;
}

#galeria_topo .carousel-indicators li.active {
    background: #000000;
    border: none;
}

#galeria_topo .carousel-indicators {
    text-align: right;
    left: 0;
    margin-left: 0;
    padding-right: 100px;
    height: 30px;
    bottom: 0;
    margin: 0;
    line-height: 30px;
    width: 100%;
}

@media screen and (max-width: 569px) {
    #galeria_topo .carousel-indicators {
        text-align: center;
        padding-right: 0;
    }
}

@media screen and (max-height: 780px) {
    #galeria_topo .carousel-indicators {
        text-align: center;
        padding-right: 0;
    }
}

#galeria_topo .carousel-control.left, .galeria_lookbook .carousel-control.left {
    background: url(../images/seta_esq.png) center center no-repeat;
    text-shadow: none;
    height: 57px;
    top: 50%;
    margin-top: -29px;
    z-index: 99999;
}

#galeria_topo .carousel-control.right, .galeria_lookbook .carousel-control.right {
    background: url(../images/seta_dir.png) center center no-repeat;
    text-shadow: none;
    height: 57px;
    top: 50%;
    margin-top: -29px;
    z-index: 99999;
}

#galeria_topo .text {
    position: absolute;
    top: 12%;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 10;
}

#galeria_topo .title {
    text-transform: uppercase;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    color: #FFFFFF;
    width: 100%;
    height: auto;
}

#galeria_topo .subtitle {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 48px;
    line-height: 52px;
    text-transform: uppercase;
    font-weight: 400;
    color: #FFFFFF;
    width: 573px;
    height: auto;
    margin: 0 auto;
    padding-top: 40px;
    letter-spacing: 6px;
}

#galeria_topo .vLine {
    border: none;
    width: 1px;
    height: 100px;
    margin: 40px auto;
    background: #FFFFFF;
}

#galeria_topo .saber_mais_btn {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    width: 140px;
    height: 40px;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    line-height: 36px;
    margin: 0 auto;
    cursor: pointer;
    letter-spacing: 2px;
}

#galeria_topo .saber_mais_btn:hover {
    background: #FFFFFF;
    color: #000000;
}

.screen {
    background: #FFFFFF;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 30px;
}

#top_bar {
    height: auto;
    width: 100%;
    color: #000000;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    list-style: none;
    padding: 0;
}

#top_bar li {
    display: inline-block;
    line-height: 60px;
    height: 60px;
    width: 28%;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: top;
    letter-spacing: 2px;
}

#top_bar li a {
    color: #ccc;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 1px;
}

#top_bar li a:hover, #top_bar li a.active {
    color: #000000;
    background: url(../images/seta_activo.png) center 50px no-repeat;
}

#empresa .tab_content {
    display: none;
    width: 100%;
    height: auto;
}

#materiais_lookbook .tab_content_lookbook {
    background: #000000;
    display: none;
    width: 100%;
    height: auto;
}

#empresa .tab_content .title_bar, #materiais_lookbook .tab_content_lookbook .title_bar, #servicos .title_bar, #marcas .title_bar, #coleccoes .title_bar, #contactos .title_bar, #viagem .title_bar, #materiais_lookbook .title_bar, .lookbook_container .title_bar {
    padding-top: 40px;
    height: auto;
    width: 100%;
    position: relative;
}

#marcas .part.text .title_bar {
    padding-bottom: 80px;
    padding-top: 80px;
}

#marcas .tab_content_lookbook .title_bar {
    padding-bottom: 40px;
}

#empresa .tab_content .title, #materiais_lookbook .tab_content_lookbook .title, #servicos .title, #marcas .title, #coleccoes .title, #contactos .title, #viagem .title, #materiais_lookbook .title, .lookbook_container .title {
    text-transform: uppercase;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 400;
    color: #000000;
    line-height: 1;
}

#materiais_lookbook .tab_content_lookbook .title {
    color: #FFFFFF;
}

#empresa .tab_content .subtitle, #materiais_lookbook .tab_content_lookbook .subtitle, #servicos .subtitle, #marcas .subtitle, #coleccoes .subtitle, #contactos .subtitle, #viagem .subtitle, #materiais_lookbook .subtitle, .lookbook_container .subtitle {
    padding-top: 16px;
    padding-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #999;
    letter-spacing: 2px;
}

@media screen and (max-width: 480px) {
    #empresa .tab_content .title_bar, #materiais_lookbook .tab_content_lookbook .title_bar, #servicos .title_bar, #marcas .title_bar, #coleccoes .title_bar, #contactos .title_bar, #viagem .title_bar, #materiais_lookbook .title_bar, .lookbook_container .title_bar {
        padding-top: 20px;
    }

    #marcas .part.text .title_bar {
        padding-bottom: 40px;

        padding-top: 40px;
    }

    #marcas .tab_content_lookbook .title_bar {
        padding-bottom: 20px;
    }

    #empresa .tab_content .title, #materiais_lookbook .tab_content_lookbook .title, #servicos .title, #marcas .title, #coleccoes .title, #contactos .title, #viagem .title, #materiais_lookbook .title, .lookbook_container .title {
        font-size: 24px;
    }

    #empresa .tab_content .subtitle, #materiais_lookbook .tab_content_lookbook .subtitle, #servicos .subtitle, #marcas .subtitle, #coleccoes .subtitle, #contactos .subtitle, #viagem .subtitle, #materiais_lookbook .subtitle, .lookbook_container .subtitle {
        padding-top: 10px;
        padding-bottom: 15px;
        font-size: 10px;
    }
}

#empresa .tab_content .content, #materiais_lookbook .tab_content_lookbook .content {
    width: 100%;
    height: 560px;
    position: relative;
    overflow: hidden;
}

#empresa .tab_content .content img, #materiais_lookbook .tab_content_lookbook .content img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
}

#empresa .tab_content .content .text, #materiais_lookbook .tab_content_lookbook .content .text {
    background: rgba(0, 0, 0, 0.8);
    padding-top: 50px;
    padding-bottom: 50px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}

#materiais_lookbook .tab_content_lookbook .content .text {
    background: rgba(255, 255, 255, 0.8);
    color: #000000;
}

#empresa .tab_content .content .text span, #materiais_lookbook .tab_content_lookbook .content .text span {
    max-width: 715px;
    display: block;
    margin: 0 auto;
    width: auto;
    padding: 0 20px;
    letter-spacing: 0px;
}

#servicos .tab_content_services img {
    padding-top: 30px;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width: 480px) {
    #empresa .tab_content .content .text span, #materiais_lookbook .tab_content_lookbook .content .text span, #servicos .tab_content_services .text, #marcas .content .part .text_marca, #viagem .text_bottom {
        font-size: 16px !important;
        line-height: 22px !important;
    }
}

#servicos .services_bar {
    background: #000000;
    width: 100%;
    height: auto;
    padding-top: 70px;
    text-align: center;
    padding-bottom: 70px;
}

#servicos .services_bar .item {
    width: 25%;
    height: auto;
    display: inline-block;
    text-align: center;
    position: relative;
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
    #servicos .services_bar .item {
        width: 50%;
    }
}

#servicos .services_bar .item .label {
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 400;
    color: #ccc;
    padding: 0;
    display: block;
    border-radius: 0;
    padding-top: 30px;
    letter-spacing: 2px;
}

@media screen and (max-width: 400px) {
    #servicos .services_bar .item .label {
        font-size: 14px;
    }
}

#servicos .services_bar .item .seta {
    height: 11px;
    width: 100%;
    background: url(../images/seta_services.png) center no-repeat;
    position: absolute;
    line-height: 1;
    bottom: -70px;
    display: none;
}

#servicos .services_bar .item:hover img, #servicos .services_bar .item.active img {
    opacity: 0.6;
}

#servicos .services_bar .item:hover .seta, #servicos .services_bar .item.active .seta {
    display: block;
}

@media screen and (max-width: 768px) {
    #servicos .services_bar .item:hover .seta, #servicos .services_bar .item.active .seta {
        display: none;
    }
}

#servicos .tab_content_services_container {
    width: 100%;
    height: auto;
    position: relative;
    background: #f0f0f0;
}

#servicos .tab_content_services {
    width: 100%;
    height: auto;
    background: #f0f0f0;
    padding-top: 60px;
    padding-bottom: 45px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
}

#servicos .tab_content_services .title {
    width: 100%;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 400;
    color: #000000;
    padding: 0 5px;
}

@media screen and (max-width: 480px) {
    #servicos .tab_content_services .title {
        font-size: 24px;

        line-height: 30px;
    }
}

#servicos .tab_content_services .text {
    width: 95%;
    max-width: 695px;
    margin: 0 auto;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    padding-top: 30px;
}

#servicos .tab_content_services .fechar {
    margin-top: 55px;
    background: url(../images/fechar.png) center top no-repeat;
    padding-top: 35px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 400;
    color: #cccccc;
    cursor: pointer;
}

#marcas .content {
    width: 100%;
    height: auto;
    position: relative;
}

#marcas .content .part {
    height: 460px;
    width: 50%;
    display: inline-block;
    background: #f0f0f0;
    overflow: hidden;
    min-width: 320px;
    vertical-align: top;
    position: relative;
}

@media screen and (max-width: 768px) {
    #marcas .content .part {
        width: 100%;
        height: 460px;
        margin-left: 0;
    }
}

#marcas .content .part img {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    margin: auto;
}

#marcas .content .part .vLine {
    border: none;
    width: 1px;
    height: 80px;
    margin: 0 auto 20px auto;
    background: #000000;
}

#marcas .content .part .text_marca {
    width: 100%;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    padding: 0 30px;
    line-height: 24px;
    max-width: 640px;
    margin: 0 auto;
}

#marcas .content .part .saber_mais_btn {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    width: 140px;
    height: 40px;
    color: #000000;
    border: 2px solid #000000;
    line-height: 38px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 25px;
    letter-spacing: 2px;
}

#marcas .content .part .saber_mais_btn:hover {
    background: #000000;
    color: #FFFFFF;
}

#coleccoes .lookbook {
    background: url(../images/looks/Look3/01.jpg) no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px;
    background-position: center center;
}

#coleccoes .lookbook .lente {
    position: relative;
    background: url(../images/lente_lookbook.png) repeat-x;
    width: 100%;
    height: 100%;
    padding-top: 120px;
    padding-bottom: 80px;
    background-size: contain;
}

#coleccoes .lookbook .lente .title {
    width: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 1;
    opacity: 0.6;
}

#coleccoes .lookbook .lente .text {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 50px 0;
    max-width: 560px;
    height: auto;
    margin: 0 auto;
    color: #FFFFFF;
    letter-spacing: 5px;
    word-wrap: break-word;
    line-height: 56px;
}

#coleccoes .lookbook .lente .text a {
    text-decoration: none;
}

@media screen and (max-width: 480px) {
    #coleccoes .lookbook .lente .text {
        font-size: 36px;
        padding: 40px 0;

        line-height: 46px;
    }
    #coleccoes .lookbook .lente {
        padding-top: 40px;
        padding-bottom: 10px;
    }
}

#coleccoes .lookbook .lente .ver_coleccao_btn {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    width: 240px;
    height: 40px;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    line-height: 38px;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 25px;
    margin-bottom: 40px;
    letter-spacing: 3px;
}

#coleccoes .lookbook .lente .ver_coleccao_btn:hover {
    color: #000000;
    background: #FFFFFF;
}

#viagem {
    background: #eeeeee;
    width: 100%;
    height: auto;
    position: relative;
}

#viagem .images {
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 1180px;
    position: relative;
}

#viagem .images img {
    display: inline-block;
    width: 50%;
    height: auto;
}

@media screen and (max-width: 479px) {
    #viagem .images img {
        display: block;
        width: 100%;
        height: auto;
        margin-left: 0;
    }
}

#viagem .text_bottom {
    width: 90%;
    margin: 0 auto;
    height: auto;
    max-width: 720px;
    color: #000000;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding: 40px 0;
}

#back_to_top {
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px solid #CCC;
}

#back_to_top .seta {
    cursor: pointer;
}

#back_to_top .text {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 10px;
    letter-spacing: 2px;
}

#contactos .content {
    padding-top: 40px;
    background: #000000;
    width: 100%;
    height: auto;
    position: relative;
}

#contactos .content .sucesso {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #46b15a;
    height: auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #46b15a;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 10px 0;
    letter-spacing: 2px;
}

#contactos .content .erro {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fa5058;
    height: auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #fa5058;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 10px 0;
    letter-spacing: 2px;
}

#contactos .content .formulario {
    width: 100%;
    height: auto;
    max-width: 1060px;
    margin: 0 auto;
    padding-bottom: 40px;
    position: relative;
}

@media screen and (max-width: 480px) {
    #contactos .content .formulario {
        display: none;
    }
}

#contactos .content .formulario .left {
    height: auto;
    width: 50%;
    position: relative;
    text-align: left;
    display: inline-block;
}

#contactos .content .formulario .right {
    height: auto;
    width: 50%;
    position: relative;
    text-align: right;
    display: inline-block;
    vertical-align: top;
}

#contactos .content .formulario input {
    width: 100%;
    max-width: 440px;
    display: block;
    height: 40px;
    margin-bottom: 40px;
    background: #000000;
    -webkit-appearance: none;
    padding: 0;
    border: none;
    border-bottom: 1px solid #464646;
    outline: none;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

#contactos .content .formulario textarea {
    width: 100%;
    max-width: 440px;
    display: block;
    height: 120px;
    margin-bottom: 20px;
    background: #000000;
    -webkit-appearance: none;
    padding: 0;
    border: none;
    border-bottom: 1px solid #464646;
    resize: none;
    outline: none;
    padding-top: 12px;
    color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
}

#contactos .content .formulario ::-webkit-input-placeholder { /* WebKit browsers */
    color: #848484;
}
#contactos .content .formulario :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #848484;
    opacity: 1;
}
#contactos .content .formulario ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #848484;
    opacity: 1;
}
#contactos .content .formulario :-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #848484;
}

#contactos .content .formulario .enviar {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    width: 33%;
    max-width: 160px;
    height: 40px;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    line-height: 36px;
    cursor: pointer;
    float: right;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

#contactos .content .formulario .send {
    width: 100%;
    float: right;
    height: auto;
    max-width: 440px;
}

#captcha {
    float: left;
    width: auto;
    max-width: 33%;
    margin-top: 20px;
    margin-right: 10px;
    border: 1px solid #464646;
    padding-top: 10px;
}

#captcha_form {
    width: 30% !important;
    margin: 0 !important;
    margin-top: 20px !important;
}

@media screen and (max-width: 920px) {
    #contactos .content .formulario .left {
        height: auto;
        width: 100%;
        position: relative;
        text-align: left;
        margin-left: 0;
    }

    #contactos .content .formulario .right {
        height: auto;
        width: 100%;
        position: relative;
        text-align: right;
        margin-left: 0;
    }
    #contactos .content .formulario input {
        max-width: 100%;
        width: 95%;
        float: none;
        margin: 0 auto 40px auto;
    }
    #contactos .content .formulario textarea {
        max-width: 100%;
        float: none;
        width: 95%;
        margin: 0 auto 40px auto;
    }
    #contactos .content .formulario .send {
        max-width: 100%;
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
        text-align: center;
        margin: 0 auto;
        float: none;
    }
    #captcha {
        float: none;
        display: inline-block !important;
        vertical-align: top;
    }
    #captcha_form {
        width: 30% !important;
        margin: 0 !important;
        margin-top: 20px !important;
        float: none !important;
        display: inline-block !important;
        vertical-align: top;
    }
    #contactos .content .formulario .enviar {
        float: none;
        margin-right: 20px;
        margin-left: 20px;
        display: inline-block;
        vertical-align: top;
    }
}

#contactos .content .formulario .enviar:hover {
    color: #000000;
    background: #FFFFFF;
}

#contactos .dados {
    width: 100%;
    height: auto;
    max-width: 1060px;
    margin: 0 auto;
    padding-bottom: 60px;
    text-align: center;
    padding-top: 20px;
    border-bottom: 1px solid #464646;
}

#contactos .dados .part {
    width: 33%;
    height: auto;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

@media screen and (max-width: 768px) and (min-width: 481px) {
    #contactos .dados .part {
        width: 50%;
        margin-left: 0;
        margin-bottom: 40px;
    }
    #contactos .dados {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    #contactos .dados .part {
        width: 100%;
        margin-left: 0;
        margin-bottom: 40px;
    }
}

#contactos .dados .part .nome {
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 15px;
    letter-spacing: 2px;
}

#contactos .dados .part .cargo {
    text-transform: uppercase;
    color: #484848;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 15px;
}

#contactos .dados .part .telefone, #contactos .dados .part .email, #contactos .dados .part .telefone a, #contactos .dados .part .email a {
    color: #666;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 5px;
    text-decoration: none;
}

#bottom {
    height: 40px;
    width: 100%;
    line-height: 20px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 10px;
    margin: 20px 0;
}

#top_bar_lookbook {
    height: auto;
    width: 100%;
    color: #FFFFFF;
    border-bottom: 1px solid #585858;
    text-align: center;
    list-style: none;
    padding: 0;
    background: #000000;
    margin: 0;
}

#top_bar_lookbook li {
    display: inline-block;
    line-height: 60px;
    height: 60px;
    width: 33%;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

#top_bar_lookbook li a {
    color: #ccc;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 1px;
}

#top_bar_lookbook li a:hover, #top_bar_lookbook li a.active {
    color: #FFFFFF;
    background: url(../images/seta_activo_black.png) center 50px no-repeat;
}

.lookbook_container {
    width: 100%;
    height: auto;
    position: relative;
}

.lookbook_container .title_bar {
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(255,255,255,0.8);
}

.galeria_lookbook {
    position: relative;
    background: #000000;
}

.galeria_lookbook.fullscreen .carousel-inner .item {
    background: #000000;
    padding-bottom: 60px;
}

.galeria_lookbook:not(.fullscreen) .carousel-inner img {
    height: 100%;
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    min-width: 0;
	pointer-events: none;
}

.galeria_lookbook .carousel-caption {
    width: 65%;
    height: auto;
    left: 10px;
    line-height: 1;
    bottom: 0;
    padding-bottom: 15px;
    text-shadow: none;
    color: #000000;
    text-align: left;
}

.galeria_lookbook .bottom {
    min-height: 60px;
    background: #FFFFFF;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
}

.galeria_lookbook .bottom .content {
    height: auto;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    border-bottom: 1px solid #f6f6f6;
    padding-top: 30px;
    padding-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.galeria_lookbook .fullscreen_zone .content {
    padding: 10px 0;
    position: relative;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    height: 100%;
}

.galeria_lookbook .bottom .content .texto {
    width: 65%;
    height: auto;
    position: relative;
    left: -50px;
    display: inline-block;
    line-height: 1;
    text-align: left;
}

.galeria_lookbook .bottom .content .page_number {
    width: 35%;
    height: 35px;
    position: absolute;
    max-width: 120px;
    text-align: right;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 400;
    right: 0;
    bottom: 0;
    border-left: 1px solid #f6f6f6;
    padding-right: 10px;
}

.galeria_lookbook .fullscreen_zone {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.galeria_lookbook .fullscreen_btn {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 2px;
    right: 70px;
    cursor: pointer;
}

.galeria_lookbook .fullscreen_btn.open {
    background: url(../images/mm.png) no-repeat;
}

.galeria_lookbook .fullscreen_btn.close {
    background: url(../images/x.png) no-repeat;
    float: none;
    font-size: 0;
    text-shadow: none;
    opacity: 1;
}

.galeria_lookbook .fullscreen_btn.open:hover, .galeria_lookbook .fullscreen_btn.close:hover {
    opacity: 0.2;
}

.galeria_lookbook.fullscreen img {
    max-height: 100%;
    max-width: 100%;
    min-width: 0;
    position: absolute;
    top: -100%;
    left: -100%;
    right: -100%;
    bottom: -100%;
    margin: auto;
    padding-bottom: 60px;
}

.carousel-inner .item {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#alert_msg {
    padding-top: 40px;
}

@media screen and (min-width: 1316px) {
    #marcas .part.image img {
        width: 100%;   
        height: auto;
    }
}

@media screen and (max-width: 1315px) {
    #marcas .part.image img {
        height: 100%;   
        width: auto;
    }
}

@media screen and (max-width: 768px) and (min-width: 658px) {
    #marcas .part.image img {
        width: 100%;   
        height: auto;
    }
}

@media screen and (max-width: 480px) {
    #alert_msg {
        padding-top: 0;
    }
    #contactos .dados {
        padding-bottom: 20px;
        border-bottom: none;
    }
}