
.content {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    min-height: 450px;
    font-weight: 600;
}

.form_cadastro .form-control {
    height: 26px !important;
    margin-bottom: 12px !important;
}

.form-control-radio label {
    font-weight: 600;
    font-size: 17px !important;
    color: black !important;
}

.form-control-radio .radio:first-child {
    margin-top: 0;
}

#sliderTop .owl-next {
    position: absolute;
    right: 30px;
    /*Apague para ativar as setas*/
    display: none;
}

#sliderTop .owl-prev {
    position: absolute;
    left: 30px;
    /*Apague para ativar as setas*/
    display: none;
}

.form_cadastro label {
    font-size: 17px !important;
}

.form_cadastro .carrinho {
    border-bottom: none;
}

label.error {
    float: left;
    color: red;
    margin-top: -15px;
    margin-bottom: 20px;
}

.margin_40 {
    margin-bottom: 40px;
}

.margin_60 {
    margin-bottom: 60px;
}

.margin_60_up {
    margin-top: 60px;
}

.margin_40_up {
    margin-top: 40px;
}

.form_cadastro select {
    font-size: 12px !important;
}

option {
    font-weight: 600 !important;
}

.checkbox {
    width: 100%;
    line-height: 60px;
    height: 19px;
    background: white;
}

.content, #menu, #header {
    float: left;
    padding: 0;
    font-family: Josefin Sans Light;
}

.form_cadastro .botao {
    font-size: 14px;
}

/* Menu | Header */
#header {
    background: #000000;
    min-height: 140px;
    padding: 10px;
}

.socialBar, .priceBar {
    min-height: 50px;
    height: 50px;
    float: left;
    padding: 0;
}

.priceBar {
    font-family: Josefin Sans Semi;
}

    .priceBar p {
        line-height: 22px;
        margin-bottom: 0;
        font-size: 15px;
    }

        .priceBar p:first-child {
            margin-top: 10px;
        }

        .priceBar p a {
            color: white;
        }

.socialBar {
    color: #000000;
    background: white;
}

.socialIcons {
    float: left;
    padding: 10px 0 5px 50px;
}

    .socialIcons img {
        float: left;
        margin-right: 10%;
        width: 25px;
    }

    .socialIcons a:last-child > img {
        margin-right: 0px;
    }

.search {
    height: 100%;
    padding: 0;
    /*float: right;*/
    background-color: white;
    border-radius: 10px;
}

    .search div {
        float: right;
        padding-right: 10px;
        box-sizing: border-box;
    }

    .search .text-center {
        float: right;
        padding: 10px 15px 0px 20px;
    }

        .search .text-center img {
            width: 30px;
            float: right;
        }

.searchInp {
    width: 100%;
    height: 67px;
    border: none !important;
    font-size: 20px;
    font-weight: 600;
    text-align: right;
    padding-right: 10px;
}

    .searchInp:hover {
        border: none;
    }

    .searchInp:active {
        border: none;
    }

    .searchInp:focus {
        border: none !important;
    }

    .searchInp:focus {
        outline: none;
    }

.priceBar {
    color: white;
    background: #000000;
    font-size: 18px;
    line-height: 67px;
    padding: 0 0 0 1%;
    text-align: left;
}

    .priceBar > div > div:first-child {
        padding: 0;
    }

    .priceBar img {
        width: 30px;
    }

    .priceBar span {
        font-weight: bold;
        font-size: 20px;
    }


.carrinho thead tr th:nth-child(1) {
    width: 5%;
}

.carrinho thead tr th:nth-child(2) {
    width: 50%;
}

.carrinho thead tr th:nth-child(3) {
    width: 5%;
}

.carrinho thead tr th:nth-child(4) {
    width: 12%;
}

.carrinho thead tr th:nth-child(5) {
    width: 18%;
}

.carrinho thead tr th:nth-child(6) {
    width: 10%;
}

.carrinho th {
    text-align: center;
}

    .carrinho th:nth-child(2) {
        text-align: left;
    }

.carrinho thead {
    border-bottom: none;
}

.carrinho td:nth-child(2) {
    text-align: left;
}

.carrinho tr {
    border-bottom: solid silver 1px;
}

    .carrinho tr td {
        border-right: solid silver 1px;
    }

        .carrinho tr td:last-child {
            border-right: none;
        }

.carrinho td {
    text-align: center;
    font-size: 18px !important;
    vertical-align: middle !important;
}

.carrinho input {
    margin-bottom: 0;
}

#row-carrinho {
    margin-left: 0px !important;
}

.info_carrinho input {
    height: 60px;
    border: none;
    font-size: 20px;
    color: black;
    background: #e6e6e6;
}

.info_carrinho .valor_total {
    height: 75px;
}

#drop-menu-perfil, #drop-menu-perfil:hover, #drop-menu-perfil a:hover, #drop-menu-perfil .nav .open, #drop-menu-perfil .nav, #drop-menu-perfil .dropdown-toggle {
    background-color: black !important;
    padding-left: 0 !important;
}


    #drop-menu-perfil .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: black !important
    }

    #drop-menu-perfil li a {
        font-weight: 600;
        color: white;
    }

/* Menu Responsivo */
#logotipo {
    padding: 8px 0 2px 0;
}

    #logotipo img {
        width: 140px;
        height: 67px;
    }

.topnav {
    float: left;
    width: 80%;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}

    .topnav a {
        float: left;
        display: block;
        color: white;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

#menuItens a {
    padding-top: 25px;
    transition: 1s;
}

.banner_link {
    color: white;
    text-decoration: none;
}

    .banner_link:hover {
        color: black;
    }

.navbar .dropdown-menu li {
    background: white !important;
    color: black !important;
}


.topnav .icon {
    display: none;
}

#topLinks a {
    color: white;
    text-decoration: none;
    float: right;
    width: auto;
}

/*.dropdown, .dropdown-menu {
    z-index: 2;
}*/

/*.navbar {
    position: static;
    z-index: 1;
}*/

.dropdown, .dropup {
    position: relative;
    float: left;
}

    .dropdown a {
        padding-top: 0;
    }

.dropdown {
    cursor: pointer;
}

.dropdown-menu {
    background: #000000;
    color: white;
    z-index: 999999;
    border: none;
}

    .dropdown-menu a {
        color: white;
    }

.menuItensNovo {
    display: flex;
    justify-content: space-around;
}

    .menuItensNovo a, .menuItensNovo span {
        color: white;
        font-size: 25px;
        color: rgba(255,255,255,0.98);
    }

#menuItens {
    float: left;
    /* padding: 0 40px; */
}

    #menuItens a {
        color: white;
        font-size: 25px;
        color: rgba(255,255,255,0.98);
        padding-left: 20px;
    }

        #menuItens a:first-child {
            padding-left: 55px;
        }

/* TELEFONE CANTO DIREITO  */
.phone {
    font-family: Josefin Sans Bold;
    font-size: 25px;
    color: white;
    /*float: right;
    padding-top: 20px;
    margin-right: 12%; */
    padding-left: 1%;
}

.responsivePhone {
    display: none;
    font-size: 25px;
    color: white;
    float: right;
}



/* SLIDER */

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}

#sliderTop {
    padding: 0;
}

    #sliderTop .item {
        display: block;
        width: 100%;
        min-height: 450px;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        color: white;
        font-size: 30px;
    }

        #sliderTop .item:before {
            content: "";
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            position: absolute;
            /* FILTRO PARA FACILITAR LEITURA */
            /*background: rgba(0,0,0,0.64);
            background: -moz-linear-gradient(left, rgba(0,0,0,0.64) 0%, rgba(0,0,0,0.11) 62%, rgba(0,0,0,0.11) 84%);
            background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0.64)), color-stop(62%, rgba(0,0,0,0.11)), color-stop(84%, rgba(0,0,0,0.11)));
            background: -webkit-linear-gradient(left, rgba(0,0,0,0.64) 0%, rgba(0,0,0,0.11) 62%, rgba(0,0,0,0.11) 84%);
            background: -o-linear-gradient(left, rgba(0,0,0,0.64) 0%, rgba(0,0,0,0.11) 62%, rgba(0,0,0,0.11) 84%);
            background: -ms-linear-gradient(left, rgba(0,0,0,0.64) 0%, rgba(0,0,0,0.11) 62%, rgba(0,0,0,0.11) 84%);
            background: linear-gradient(to right, rgba(0,0,0,0.64) 0%, rgba(0,0,0,0.11) 62%, rgba(0,0,0,0.11) 84%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );*/
        }

        #sliderTop .item > div {
            padding: 60px;
        }

        #sliderTop .item h4 {
            font-size: 45px;
            margin-bottom: 80px;
            font-family: Josefin Sans Bold;
        }

        #sliderTop .item a {
            color: white !important;
            font-size: 34px;
            border: solid white 2px;
            padding: 10px 100px 10px 100px;
            text-align: center;
            text-decoration: none;
            cursor: pointer;
        }

        #sliderTop .item a {
            text-decoration: none;
        }

        #sliderTop .item > .content .col-md-6 img {
            width: 200px;
            float: right;
        }

/* Escolha de Preços */
.priceChoice {
    padding: 30px 5px 30px 5px;
    background: #000000;
    color: white;
    font-family: Josefin Sans Bold;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 20px;
}

/* Carrossel de Ofertas */
.ofertas .titulo {
    border-bottom: solid #000000 1px;
    color: #000000;
    text-align: left;
    font-size: 30px;
    font-family: Josefin Sans Semi;
    margin-bottom: 20px;
}

.titulo {
    border-bottom: solid #000000 1px;
    color: #000000;
    text-align: left;
    font-size: 30px;
    font-family: Josefin Sans Semi;
    margin-bottom: 20px;
}

.subtitulo {
    color: #000000;
    text-align: left;
    font-size: 20px;
    font-family: Josefin Sans Semi;
    margin-bottom: 20px;
}

a.linkproduto:link {
    color: #FFFFFF;
    text-decoration: none;
}

a.linkproduto:visited {
    color: #FFFFFF;
    text-decoration: none;
}

a.linkproduto:hover {
    color: #FFFFFF;
    text-decoration: none;
}

a.linkproduto:active {
    color: #FFFFFF;
    text-decoration: none;
}

.produto {
    width: 100%;
    min-height: 350px;
    float: left;
    margin-bottom: 20px;
    position: relative;
    z-index: -1;
    padding-top: 45px;
    padding-bottom: 45px;
    z-index: 9999999;
    cursor: pointer;
}

    .produto .botao {
        margin-top: 30px;
    }

.produto_hover {
    position: absolute;
    float: left;
    background: rgba(0, 0, 0, 0.85);
    width: 100%;
    z-index: 9999;
    height: 100%;
    opacity: 0;
    transition: 1s;
    top: 0;
    outline: #ffffff solid 2px;
    outline-offset: -16px;
    padding: 25px 16px 25px 16px;
    color: white;
    text-align: center;
    font-size: 20px;
}

    .produto_hover .produto_nome {
        font-weight: bold;
        padding: 20px 0 20px 0;
        text-align: center;
        border-top: solid white 1px;
        border-bottom: solid white 1px;
        width: 90%;
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .produto_hover .produto_descricao {
        text-align: left;
        padding: 0px 10px 0px 10px;
        margin-bottom: 20px;
    }

    .produto_hover .produto_caracteristicas {
        font-size: 18px;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .produto_hover .produto_preco {
        font-weight: bold;
        font-size: 24px;
        text-align: center;
        margin-bottom: 30px;
    }

.produto:hover .produto_hover {
    opacity: 1;
}




.foto_produto {
    min-height: 250px !important;
    background-position: center !important;
    background-size: cover !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    padding: 0;
}

.dados_produto {
    text-align: center;
    color: black;
    font-size: 18px;
    font-family: Josefin Sans Bold;
    float: left;
    margin-bottom: 15px;
    min-height: 96px;
    max-height: 96px;
}

.botao {
    padding: 10px 15px 10px 15px;
    border: solid #000000 2px;
    color: #000000;
    font-family: Josefin Sans Bold;
}

    .botao:hover {
        text-decoration: none;
        link-style: no style;
        color: white;
        background: #000000;
        cursor: pointer;
    }


/* Banners */
.banner {
    padding: 10px !important;
    margin-bottom: 20px;
    margin-top: 20px;
}

    .banner .banner_img {
        min-height: 24vw;
        background-position: center !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        padding: 0;
    }

    .banner .banner_sm {
        width: 100%;
        min-height: 25vw;
        background-position: center !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        padding: 0;
    }

/* Inputs */
.input-aw {
    border: solid #000000 2px;
    border-radius: 0 !important;
    height: 60px !important;
    background: white;
    font-size: 18px;
}

.newsletter {
    margin-bottom: 40px;
    float: left;
    margin-top: 40px;
}

    .newsletter .botao {
        width: 100%;
        height: 60px;
        text-align: center;
        color: white;
        background: #000000;
        font-family: Josefin Sans Bold;
        font-size: 24px !important;
    }

.text {
    font-size: 18px;
}

/* Rodapé */
#rodape {
    background: #000000;
    font-family: Josefin Sans Semi;
    font-size: 18px;
    color: white;
    font-size: 24px;
    padding: 0;
}

    #rodape small {
        font-size: 14px;
    }

.botao_fill {
    padding: 10px 15px 11px 15px;
    color: white;
    font-family: Josefin Sans Bold;
    background: #000000;
    font-weight: bold;
    cursor: pointer;
    border: solid #000000 2px;
}

.ctrl_icon {
    width: 30%;
    float: left;
    cursor: pointer;
}

    .ctrl_icon:first-child {
        margin-right: 10%;
    }

.produto_hover .botao_fill {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    font-size: 16px;
    bottom: 44px;
}


.botao_fill:hover {
    text-decoration: none;
    color: white;
}

.owl-prev {
    position: absolute;
    left: -40px;
    top: 35%;
}

.owl-next {
    position: absolute;
    right: -40px;
    top: 35%;
}

.botao_sm {
    margin-top: 15px;
    padding: 10px 40px 10px 40px;
    background: white;
    color: #000000;
    border: solid #000000 1px;
    font-size: 12px;
    font-weight: bold;
}

    .botao_sm:hover {
        color: #000000;
        text-decoration: none;
        cursor: pointer;
    }

.social_footer {
    color: #000000;
    background: #f0f0f0;
    float: left;
    padding: 25px 20px 25px 20px;
    font-size: 24px;
    font-family: Josefin Sans Bold;
}

    .social_footer .col-md-5 a img {
        width: 20px;
        margin-right: 20px;
    }

    .social_footer .col-md-5 a:hover {
        link-style: none;
        text-decoration: none;
    }

.phone_footer, .mail_footer {
    padding: 20px 0px 10px 0px;
}

    .phone_footer .col-md-2 {
        padding: 0;
    }

    .mail_footer .col-md-2 {
        padding: 0;
    }



#rodape ul li {
    list-style: none;
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-family: Josefin Sans Thin;
}

#rodape ul {
    padding-left: 5px;
}

    #rodape ul li a {
        text-decoration: none;
        color: white;
    }

        #rodape ul li a:hover {
            text-decoration: none;
            color: white;
        }

.final_footer {
    font-size: 20px;
    text-align: center;
    width: 100%;
    color: #000000;
    background: #f0f0f0;
    padding: 35px 10px 30px 10px;
    float: left;
}

hr {
    color: #000000;
    width: 100%;
    height: 1px;
    background: #000000;
}

/* CADASTRO */

.form-control {
    border-radius: 0 !important;
    background: #fafafa;
    border: solid #000000 1px;
    margin-bottom: 20px;
}

label {
    font-size: 16px;
    font-family: Josefin Sans Thin;
}

/* PAGINA PRODUTO */
#pagina_produto {
    font-size: 22px;
}

    #pagina_produto ul li {
        list-style: none;
        font-weight: bold;
        font-family: Josefin Sans Bold;
    }

    #pagina_produto p {
        font-size: 24px;
    }

.classificacao {
    cursor: pointer;
    margin-right: 2.5%;
}
/* BOTAO PADRAO */
.btn-aw {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #000000;
}

    .btn-aw:hover,
    .btn-aw:focus,
    .btn-aw:active,
    .btn-aw.active,
    .open .dropdown-toggle.btn-aw {
        color: #000000;
        background-color: #000000;
        border-color: #000000;
    }

    .btn-aw:active,
    .btn-aw.active,
    .open .dropdown-toggle.btn-aw {
        background-image: none;
    }

    .btn-aw.disabled,
    .btn-aw[disabled],
    fieldset[disabled] .btn-aw,
    .btn-aw.disabled:hover,
    .btn-aw[disabled]:hover,
    fieldset[disabled] .btn-aw:hover,
    .btn-aw.disabled:focus,
    .btn-aw[disabled]:focus,
    fieldset[disabled] .btn-aw:focus,
    .btn-aw.disabled:active,
    .btn-aw[disabled]:active,
    fieldset[disabled] .btn-aw:active,
    .btn-aw.disabled.active,
    .btn-aw[disabled].active,
    fieldset[disabled] .btn-aw.active {
        background-color: #FFFFFF;
        border-color: #000000;
        color: white;
    }

    .btn-aw .badge {
        color: #FFFFFF;
        background-color: #000000;
    }


/* Abas Minha Conta */
a:hover, a:focus {
    outline: none;
    text-decoration: none;
}

.tab .nav-tabs {
    border-bottom: none;
    position: relative;
}

    .tab .nav-tabs li {
        margin-right: 60px;
        z-index: 1;
    }

        .tab .nav-tabs li:after {
            content: "";
            width: 100%;
            border: 1px solid #000000;
            position: absolute;
            top: 50%;
            right: -60%;
            z-index: -1;
        }

        .tab .nav-tabs li:last-child:after {
            border: none;
        }

        .tab .nav-tabs li a {
            display: block;
            padding: 15px 20px;
            background: #fff;
            font-size: 15px;
            font-weight: 600;
            color: #000000;
            text-transform: uppercase;
            border-radius: 0;
            margin-right: 0;
            border: 2px solid #000000;
            position: relative;
            overflow: hidden;
            z-index: 1;
            transition: all 0.3s ease 0s;
        }

            .tab .nav-tabs li.active a,
            .tab .nav-tabs li a:hover {
                color: #fff;
                border: 2px solid #000000;
            }

            .tab .nav-tabs li a:after {
                content: "";
                display: block;
                width: 100%;
                height: 0;
                position: absolute;
                top: 0;
                left: 0;
                z-index: -1;
                transition: all 0.3s ease 0s;
            }

            .tab .nav-tabs li.active a:after,
            .tab .nav-tabs li a:hover:after {
                height: 100%;
                background: #000000;
            }

.tab .tab-content {
    padding: 20px 10px;
    margin-top: 0;
    font-size: 14px;
    color: #999;
    line-height: 26px;
}

    .tab .tab-content h3 {
        font-size: 24px;
        margin-top: 0;
    }

.tab-pane {
    background: #f0f0f0;
    padding: 15px;
    color: black !important;
    font-size: 18px !important;
    float: left;
    width: 100%;
}

    .tab-pane p {
        font-size: 18px;
    }

#drop-azurra {
    background-color: black !important;
    position: absolute !important;
}

    #drop-azurra li a:hover {
        padding-left: 25px !important;
        text-decoration: underline !important;
    }

@media only screen and (max-width: 767px) {
    #rodape {
        font-size: 16px;
    }

        #rodape ul li {
            font-size: 16px;
        }

    .produto_hover {
        display: none;
    }

    .carrinho th {
        text-align: center;
        font-size: 14px !important;
        vertical-align: middle !important;
    }

    .carrinho td {
        text-align: center;
        font-size: 14px !important;
        vertical-align: middle !important;
    }



    #sliderTop {
        display: none;
    }

    .tab .nav-tabs li {
        margin: 0 25px 0 0;
    }

    .ctrl_icon {
        width: 80%;
        /*float: left;*/
        cursor: pointer;
        margin-left: 10%;
    }

    .carrinho img:first-child {
        margin-bottom: 40%;
    }

    .carrinho tbody tr td:last-child {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }


    .carrinho thead tr th:nth-child(2) {
        width: 45%;
    }

    .carrinho thead tr th:nth-child(6) {
        width: 15%;
    }
}

@media only screen and (max-width: 479px) {
    .tab .nav-tabs li {
        width: 100%;
        text-align: center;
        margin: 0 0 10px 0;
    }

        .tab .nav-tabs li:after {
            width: 0;
            height: 100%;
            top: auto;
            bottom: -60%;
            right: 50%;
        }
}



/* AJUSTES DE RESOLUÇÃO */
@media screen and (max-width: 755px) {
    /*.phone {
        display: none;
    }*/

    #menuItens a span {
        display: none;
    }

    #menuItens a:first-child {
        padding-left: 0;
    }

    #menuItens a {
        padding-left: 0;
    }

    .topnav a {
        display: none;
    }

    #logotipo {
        display: block;
    }

    .topnav a.icon {
        float: right;
        display: block;
        font-size: 28px;
    }

    #menuItens {
        float: left;
    }

    .socialIcons {
        display: none;
    }

    /* Login e Carrinho 
    .priceBar > div div:nth-child(2) {
        display: none;
    }
         */

    /* Barra de Pesquisa */
    .search > .col-xs-1 {
        /* display: none; */
    }

    #sliderTop .item {
        height: 500px;
        background-position-x: 45% !important;
    }

    /*#sliderTop .item > .content .col-md-6 {
            display: none;
        }*/

    .banner_sm {
        min-height: 50vw !important;
    }

    .banner_img {
        min-height: 50vw !important;
    }

    .owl-prev {
        position: absolute;
        left: 0px;
        top: 35%;
    }

    .owl-next {
        position: absolute;
        right: 0px;
        top: 35%;
    }
}

@media screen and (max-width: 755px) {
    #menuItens a:first-child {
        padding-left: 0;
    }

    #menuItens a {
        padding-left: 0;
    }

    /*#menuItens a span {
            display: none;
        }*/

    .responsivePhone {
        display: block !important;
        margin-bottom: 40px;
    }

    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive a.icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
            padding-left: 10px;
        }

        .topnav .responsive .dropdown {
            float: none;
            display: block;
            text-align: left;
        }
}

@media screen and (max-width: 1100px) {
    #sliderTop .item h4 {
        font-size: 35px;
        margin-bottom: 80px;
    }

    .socialIcons {
        display: block;
    }

    .search {
        /* display: none;*/
    }

    /*.priceBar div > div:nth-child(2) {
        display: none;
    }*/
}

@media screen and (max-width: 1499px) {
    #sliderTop .item > div {
        padding: 40px !important;
    }
}

@media screen and (min-width: 1500px) {

    #sliderTop .item {
        background-position-y: 30% !important;
    }

        #sliderTop .item > div {
            padding: 100px 60px 0px 60px;
        }

        #sliderTop .item > .content .col-md-6 img {
            width: 300px;
            float: right;
        }
}


/* Font Face */
@font-face {
    font-family: 'Josefin Sans Light';
    src: url('../fonts/JosefinSans-Light.eot');
    src: url('../fonts/JosefinSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/JosefinSans-Light.woff') format('woff'), url('../fonts/JosefinSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Sans Thin';
    src: url('../fonts/JosefinSans-Thin.eot');
    src: url('../fonts/JosefinSans-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/JosefinSans-Thin.woff') format('woff'), url('../fonts/JosefinSans-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Sans Semi';
    src: url('../fonts/JosefinSans-SemiBold.eot');
    src: url('../fonts/JosefinSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/JosefinSans-SemiBold.woff') format('woff'), url('../fonts/JosefinSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Josefin Sans Bold';
    src: url('../fonts/JosefinSans-Bold.eot');
    src: url('../fonts/JosefinSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/JosefinSans-Bold.woff') format('woff'), url('../fonts/JosefinSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* Scrollbar */
/*::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #e1e1e1;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #ffffff;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #000000;
    }

::-webkit-scrollbar-track {
    background: #666666;
    border: 0px none #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: #666666;
    }

    ::-webkit-scrollbar-track:active {
        background: #333333;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}*/
