@charset "utf-8";

/*
Theme Name: Drosophyla
Theme URI: http://drosophyla.com.br/
Author: Dual Design
Author URI: http://dualdesign.com.br/
Description: Drosophyla 2014.
Version: 1.0
*/
@font-face {
    font-family: "untitled-font-1";
    src:url("font/untitled-font-1.eot");
    src:url("font/untitled-font-1.eot?#iefix") format("embedded-opentype"),
    url("font/untitled-font-1.woff") format("woff"),
    url("font/untitled-font-1.ttf") format("truetype"),
    url("font/untitled-font-1.svg#untitled-font-1") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-iconx]:before {
    font-family: "untitled-font-1" !important;
    content: attr(data-iconx);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="iconx-"]:before,
[class*=" iconx-"]:before {
    font-family: "untitled-font-1" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconx-blog:before {
    content: "a";
}
.iconx-close:before {
    content: "b";
}
.iconx-facebook:before {
    content: "c";
}
.iconx-hamb:before {
    content: "d";
}
.iconx-instagram:before {
    content: "e";
}


html, body {
    width: 100%;
    height: 100%;
}
body {
    background: ;
    font-family: 'Oswald', sans-serif;
    font-size: 100%;
    color: #000;
    margin: 0;
    padding: 0;
    background-color: #ffe4b5;
    overflow-x: hidden;
}
main {
    height: 100%;
    position: relative;
    width: 100%;
}
.wrap {
    width: 960px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
a {
    outline: none;
}
header {
    background-image: url(img/bg-menu.svg);
    background-repeat: repeat-x;
    background-position: center top;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 110px;
    padding: 0 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: .3s background-position ease-in-out;
    transition: .3s background-position ease-in-out;
}
header.home {
    background-position: center -110px;
}
header a.logo {
    height: 68px;
    left: calc(50% - 46px);
    position: absolute;
    top: 14px;
    width: 92px;
}
header a.logo svg {
    display: block;
    height: auto;
    width: 100%;
    max-width: 100%;
    -webkit-transition: .3s ease-in-out .1s;
    transition: .3s ease-in-out .1s;
}
header.home a.logo svg {
    fill: rgb(255, 255, 255);
}

header .menu {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: 50px;
    padding: 0 95px;
    position: absolute;
    top: 0;
    width: 50%;
}
header .menu.left {
    -webkit-box-pack: end;  -webkit-justify-content: flex-end;  -ms-flex-pack: end;  justify-content: flex-end;
    left: 0;
    text-align: right;
}
header .menu.right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    right: 0;
    text-align: right;
}
header .menu > a {
    color: rgba(0, 0, 0, 1);
    font-size: 19px;
    font-weight: 400;
    margin: 0 15px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
}
header .menu > a.spacer {
}
header .menu > a:hover {
    color: rgba(0, 0, 0, .5);
}
header.home .menu > a {
    color: rgba(255, 255, 255, 1);
}
header.home .menu > a:hover {
    color: rgba(255, 255, 255, .7);
}
header nav.menu-social {
    height: 50px;
    width: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 999;
}
header nav.menu-social a {
    color: rgb(0, 0, 0);
    font-size: 30px;
    height: 30px;
    margin-left: 10px;
    text-decoration: none;
    width: 30px;
    -webkit-transition: .3s ease-in-out .1s;
    transition: .3s ease-in-out .1s;
}
header.home nav.menu-social a {
    color: rgb(255, 255, 255);
}
.grau{
    position: relative;
}
.grau::after {
    content: "º";
    height: 10px;
    position: absolute;
    right: auto;
    top: -7px;
}

.header-overlay{
    background-image: url(img/header-overlay.png);
    background-repeat: repeat;
    height: 136px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 1;
    z-index: 99;
}

section.bl-home {
    background-color: #f07a02;
    height: 100%;
    z-index: 11;
}
.bl-home-bg.bg1 {
    background-image: url("img/bgs/home01.jpg");
}
.bl-home-bg.bg2 {
    background-image: url("img/bgs/home02.jpg");
}
.bl-home-bg.bg3 {
    background-image: url("img/bgs/home03.jpg");
}

.bl-home-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}
section.bl-home a.btn-gobl1 {
    background: transparent url(img/btn-gobl1.png) no-repeat;
    bottom: 50px;
    height: 39px;
    left: 50%;
    margin-left: -37px;
    position: absolute;
    text-indent: -9999px;
    width: 74px;
    z-index: 99;
}

/* content Desktop */
content#layout-default {
    height: 100%;
}
content#layout-default section.bl {
    width: 100%;
    position: relative;
    overflow: hidden;
}
content#layout-default section.bl1 {
    height: 3730px;
}
content#layout-default section.bl1 div.overlay-grades {
    background: url(img/grade.png) no-repeat center top;
    height: 4387px;
    position: absolute;
    top: -200px;
    width: 100%;
    z-index: 9;
}
content#layout-default section.bl1 figure.ilustra-g1, content#layout-default section.bl1 figure.ilustra-g2 {
    position: absolute;
    z-index: 10;
    width: 100%;
}
content#layout-default section.bl1 figure.ilustra-g1 {
    top: 18px;
    left: -95px;
}
content#layout-default section.bl1 figure.ilustra-g1 figcaption {
    position: absolute;
    left: 530px;
    top: 225px;
}
content#layout-default section.bl1 figure.ilustra-g2 {
    top: 1030px;
    left: 70px;
}
content#layout-default section.bl1 figure.ilustra-g2 figcaption {
    right: 560px;
    position: absolute;
    top: 250px;
}
content#layout-default section.bl1 figure figcaption p {
    line-height: 140%;
    margin-bottom: 20px;
    font-size: 18px;
}
content#layout-default section.bl2 {
    background-image: url(img/bg-news.png);
    z-index: 11;
    background-position: center;
    background-color: #ffe4b5;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
content#layout-default section.bl2 .snap {
    background: transparent;
    width: 100%;
    position: relative;
}
content#layout-default section.bl2 .snap .img1 {
    margin-top: -211px;
}
content#layout-default section.bl2 .snap .img2 {
    margin-top: -202px;
}
content#layout-default section.bl2 .snap .img3 {
    margin-top: -275px;
}
content#layout-default section.bl .img-fixed {
    min-height: 100px;
    position: absolute;
    top: 50%;
    width: 100%;
}
content#layout-default section.bl .img-fixed figure {
    text-align: center;
}
content#layout-default section.bl .img-fixed p {
    font-size: 18px;
    line-height: 140%;
    text-align: center;
}
content#layout-default section.bl-contato {
    background-color: #f07a02;
    background-image: url(img/bg-contato.png);
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    height: 100%;
}
.TA_certificateOfExcellence.selo {
  bottom: -10px;
  position: absolute;
  right: -10px;
}
content#layout-default section.bl-contato .info-contato {
    position: absolute;
    display: block;
    width: auto;
    right: 150px;
    top: 150px;
    text-align: left;
}
content#layout-default section.bl-contato .info-contato a.logo-contato {
    background: url(img/logo-home.png) no-repeat;
    height: 63px;
    display: block;
    width: 256px;
    margin-bottom: 25px;
    position: relative;
}
content#layout-default section.bl-contato .info-contato a.logo-contato:before {
    content: "Bem-vindo ao";
    position: absolute;
    width: 100%;
    color: #000;
    height: 30px;
    left: 0;
    top: -30px;
}
content#layout-default section.bl-contato .info-contato p {
    color: #ffe4b5;
    line-height: 140%;
    font-size: 17px;
    margin-bottom: 20px;
}
content#layout-default section.bl-contato .info-contato p strong {
    font-weight: 700;
}
content#layout-default section.bl-contato .info-contato p a {
    color: #ffe4b5;
    text-decoration: none;
}
content#layout-default section.bl-contato .info-contato nav.menu-contato {
    height: 30px;
    float: right;
    width: 102px;
    margin-bottom: 20px;
}
content#layout-default section.bl-contato .info-contato nav.menu-contato a {
    background: url(img/icon-menu.png) no-repeat;
    float: left;
    height: 30px;
    text-indent: -9999px;
    width: 30px;
    margin-left: 4px;
}
content#layout-default section.bl-contato .info-contato nav.menu-contato a.blog {
    background-position: 0 0;
}
content#layout-default section.bl-contato .info-contato nav.menu-contato a.face {
    background-position: -30px 0;
}
content#layout-default section.bl-contato .info-contato nav.menu-contato a.insta {
    background-position: -60px 0;
}
content#layout-default section.bl-contato .info-contato nav.menu-contato a.contato {
    background-position: -90px 0;
}
content#layout-default section.bl-contato .info-contato a.drosophyla {
    position: relative;
    text-decoration: none;
    color: #000;
    width: 100%;
    display: block;
    text-align: right;
}
content#layout-default section.bl-contato .info-contato a.drosophyla:after {
    content: "";
    position: absolute;
    right: -12px;
    width: 18px;
    height: 11px;
    background: url(img/mosca.png) no-repeat;
    top: -5px;
}
content#layout-default section.bl-contato .info-contato a.dualdesign {
    background: url(img/dualdesign.png) no-repeat right center;
    display: block;
    height: 17px;
    margin-top: 20px;
    text-indent: -9999px;
    width: 100%;
}

/* content Mobile */
header#responsive {
    display: none;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: 110px;
    padding: 0 20px;
    top: 0;
    width: 100%;
    z-index: 999;
}
header#responsive.home {
    background-position: center -110px;
}
header#responsive .btn-hamb {
    color: #f17a02;
    font-size: 22px;
    position: absolute;
    right: 20px;
    top: 14px;
}
header#responsive.home .btn-hamb {
    color: #FFF;
}
header#responsive .btn-hamb.open i.iconx-hamb::before {
    content: "b" !important;
}

#submenu-resp{
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
}
#submenu-resp .submenu-container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0, 0, 0, 0.7) !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
#submenu-resp .menu {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: auto;
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    width: 100%;
    margin-bottom: 3vh;
}
#submenu-resp .menu > a {
    color: #FFE3B4;
    font-size: 4vh;
    font-weight: 400;
    margin-bottom: 3vh;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#submenu-resp.home .menu > a{
    color: rgba(255, 255, 255, 1);
}
#submenu-resp a.logo {
    background-image: url("img/logo-header-bg.svg");
    background-position: 0 -5px;
    background-repeat: no-repeat;
    background-size: cover;
    left: calc(50% - 88px);
    position: absolute;
    top: 0;
    width: 176px;
}
#submenu-resp.home a.logo {
    background: none;
}
#submenu-resp nav.menu-social {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
#submenu-resp nav.menu-social a {
    color: #FFE3B4;
    font-size: 50px;
    height: 50px;
    margin: 0 10px;
    text-decoration: none;
    width: 50px;
}
#submenu-resp.home nav.menu-social a {
    color: #fff;
}

content#layout-mobile {
    display: none;
    height: 100%;
}
content#layout-mobile section.bl {
    width: 100%;
    position: relative;
    overflow: hidden;
}
content#layout-mobile section.bl .img-fixed {
    min-height: 100px;
    margin: 0 30px;
}
content#layout-mobile section.bl .img-fixed figure {
    text-align: center;
}
content#layout-mobile section.bl .img-fixed figure img {
    width: 100%;
}
content#layout-mobile section.bl .img-fixed p {
    text-align: center;
    font-size: 18px;
    line-height: 140%;
}
content#layout-mobile section.bl .img-fixed p br {
    display: none;
}
content#layout-mobile section.bl1 {
    padding-bottom: 100px;
}
content#layout-mobile section.bl1 div.overlay-grades {
    background: url(img/resp/grade.png) no-repeat center top;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
    background-size: 100%;
}
content#layout-mobile section.bl1 figure {
    position: relative;
    z-index: 10;
    width: 100%;
}
content#layout-mobile section.bl1 figure img {
    max-width: 100%;
}
content#layout-mobile section.bl1 figure.ilustra-g1, content#layout-mobile section.bl1 figure.ilustra-g2 {
    position: relative;
    z-index: 10;
    width: 100%;
}
content#layout-mobile section.bl1 figure.ilustra-g1 figcaption {
    position: absolute;
    top: 165px;
    right: 30px;
    width: auto;
}
content#layout-mobile section.bl1 figure.ilustra-g2 figcaption {
    position: absolute;
    top: 140px;
    left: 30px;
}
content#layout-mobile section.bl1 figure figcaption p {
    line-height: 140%;
    font-size: 18px;
    display: block;
    width: auto;
    margin-bottom: 10px;
}
content#layout-mobile section.bl2 {
    background-color: #ffe4b5;
}
content#layout-mobile section.bl2 .snaps {
    background: transparent;
    width: 100%;
    position: relative;
    height: auto !important;
    padding: 10px 0;
}
content#layout-mobile section.bl2 .snaps figure.bg-docs {
    display: block;
}
content#layout-mobile section.bl2 .snaps figure.bg-docs img {
    width: 100%;
    height: auto;
}
content#layout-mobile section.bl-contato {
    background-color: #f07a02;
    padding: 70px 0 0;
}
content#layout-mobile section.bl-contato .info-contato {
    display: block;
    width: auto;
    padding: 0 30px;
}
content#layout-mobile section.bl-contato .info-contato figure.logo-contato {
    display: block;
    margin-bottom: 25px;
    position: relative;
}
content#layout-mobile section.bl-contato .info-contato figure.logo-contato img {
    height: auto;
    width: 100%;
}
content#layout-mobile section.bl-contato .info-contato figure.logo-contato:before {
    content: "Bem-vindo ao";
    position: absolute;
    width: 100%;
    color: #000;
    height: 30px;
    left: 0;
    top: -30px;
}
content#layout-mobile section.bl-contato .info-contato p {
    color: #ffe4b5;
    line-height: 140%;
    font-size: 17px;
    margin-bottom: 20px;
}
content#layout-mobile section.bl-contato .info-contato p strong {
    font-weight: 700;
}
content#layout-mobile section.bl-contato .info-contato p a {
    color: #ffe4b5;;
    text-decoration: none;
}
content#layout-mobile section.bl-contato .info-contato a.drosophyla {
    position: relative;
    text-decoration: none;
    color: #000;
    width: 100%;
    display: block;
    text-align: right;
    font-size: 130%;
}
content#layout-mobile section.bl-contato .info-contato a.drosophyla:after {
    content: "";
    position: absolute;
    right: -12px;
    width: 18px;
    height: 11px;
    background: url(img/mosca.svg) no-repeat;
    top: -5px;
    background-size: 100%;
}
content#layout-mobile section.bl-contato .info-contato a.dualdesign {
    background: url(img/dualdesign.svg) no-repeat right center;
    display: block;
    height: 17px;
    margin-top: 20px;
    text-indent: -9999px;
    width: 100%;
}
content#layout-mobile section.bl-contato figure.bg-contato {
    display: block;
}
content#layout-mobile section.bl-contato figure.bg-contato img {
    max-width: 100%;
    height: auto;
}

content#layout-mobile section.modal{
    width: 100%;
    height: 100%;
}

/*layout IPAD*/

content#layout-ipad {
    height: 100%;
    display: none;
}
content#layout-ipad section.bl {
    width: 100%;
    position: relative;
    overflow: hidden;
}
content#layout-ipad section.bl .img-fixed {
    width: 100%;
}
content#layout-ipad section.bl .img-fixed figure {
    text-align: center;
}
content#layout-ipad section.bl .img-fixed figure img {

}
content#layout-ipad section.bl .img-fixed p {
    text-align: center;
    font-size: 18px;
    line-height: 140%;
}
content#layout-ipad section.bl-home {
    background-color: #f07a02;
    height: 100%;
    z-index: 11;
}
content#layout-ipad section.bl1 {
    height: 2400px;
}
content#layout-ipad section.bl1 div.overlay-grades {
    background: url(img/ipad/grades.png) no-repeat center top;
    height: 2341px;
    position: absolute;
    width: 100%;
    z-index: 9;
}
content#layout-ipad section.bl1 figure.ilustra-g1, content#layout-ipad section.bl1 figure.ilustra-g2 {
    position: absolute;
    z-index: 10;
    width: 100%;
}
content#layout-ipad section.bl1 figure.ilustra-g1 {
    top: 18px;
    left: -95px;
}
content#layout-ipad section.bl1 figure.ilustra-g1 figcaption {
    position: absolute;
    left: 530px;
    top: 225px;
}
content#layout-ipad section.bl1 figure.ilustra-g2 {
    top: 1030px;
    left: 70px;
}
content#layout-ipad section.bl1 figure.ilustra-g2 figcaption {
    right: 560px;
    position: absolute;
    top: 250px;
}
content#layout-ipad section.bl1 figure figcaption p {
    line-height: 140%;
    margin-bottom: 20px;
    font-size: 18px;
}
content#layout-ipad section.bl2 {
    background-color: #ffe4b5;
}
content#layout-ipad section.bl2 .snaps {
    background: transparent;
    width: 100%;
    position: relative;
    height: auto !important;
    padding: 10px 0;
}
content#layout-ipad section.bl2 .snaps figure.bg-docs {
    display: block;
}
content#layout-ipad section.bl2 .snaps figure.bg-docs img {
    width: 100%;
    height: auto;
}
content#layout-ipad section.bl-contato {
    background-color: #f07a02;
    background-image: url(img/bg-contato.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 100%;
    background-size: cover;
}
content#layout-ipad section.bl-contato .info-contato {
    position: absolute;
    display: block;
    width: auto;
    right: 150px;
    top: 150px;
}
content#layout-ipad section.bl-contato .info-contato a.logo-contato {
    background: url(img/logo-home.png) no-repeat;
    height: 63px;
    display: block;
    width: 256px;
    margin-bottom: 25px;
    position: relative;
}
content#layout-ipad section.bl-contato .info-contato a.logo-contato:before {
    content: "Bem-vindo ao";
    position: absolute;
    width: 100%;
    color: #000;
    height: 30px;
    left: 0;
    top: -30px;
}
content#layout-ipad section.bl-contato .info-contato p {
    color: #ffe4b5;
    font-size: 17px;
    line-height: 140%;
    margin-bottom: 20px;
}
content#layout-ipad section.bl-contato .info-contato p strong {
    font-weight: 700;
}
content#layout-ipad section.bl-contato .info-contato p a {
    color: #000;
    text-decoration: none;
}
content#layout-ipad section.bl-contato .info-contato nav.menu-contato {
    height: 50px;
    float: right;
    width: 162px;
    margin-bottom: 20px;
}
content#layout-ipad section.bl-contato .info-contato nav.menu-contato a {
    float: left;
    height: 50px;
    text-indent: -9999px;
    width: 50px;
    margin-left: 4px;
    background-size: 100%;
}
content#layout-ipad section.bl-contato .info-contato nav.menu-contato a.blog {
    background-image: url(img/resp/botao_blog.svg);
}
content#layout-ipad section.bl-contato .info-contato nav.menu-contato a.face {
    background-image: url(img/resp/botao_facebook.svg);
}
content#layout-ipad section.bl-contato .info-contato nav.menu-contato a.insta {
    background-image: url(img/resp/botao_instagram.svg);
}
content#layout-ipad section.bl-contato .info-contato nav.menu-contato a.contato {
    background-image: url(img/resp/botao_contato.svg);
}
content#layout-ipad section.bl-contato .info-contato a.drosophyla {
    position: relative;
    text-decoration: none;
    color: #000;
    width: 100%;
    display: block;
    text-align: right;
}
content#layout-ipad section.bl-contato .info-contato a.drosophyla:after {
    content: "";
    position: absolute;
    right: -12px;
    width: 18px;
    height: 11px;
    background: url(img/mosca.svg) no-repeat;
    top: -5px;
    background-size: 100%;
}
content#layout-ipad section.bl-contato .info-contato a.dualdesign {
    background: url(img/dualdesign.svg) no-repeat right center;
    display: block;
    height: 17px;
    margin-top: 20px;
    text-indent: -9999px;
    width: 100%;
}
.none {
    display: none;
}
.clear {
    clear: both;
}
.left {
    float: left;
}
.right {
    float: right;
}
strong, b {
    font-weight: 600;
}

/*clearfix*/

.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {

}

/*audio player*/
/*home*/
#audio-player.home .audio-player-button::before {
    color: #fff !important;
}
#audio-player.home .audio-player-progress {
    background-color: rgba(255, 255, 255, 0.47) !important;
}
#audio-player.home .audio-player-progress-bar {
    background-color: rgb(255, 255, 255) !important;

}

.audio-player-wrapper {
    background-color: transparent;
    height: 100%;
    width: 120px;
    z-index: 999;
}
.audio-player-controls {
    position: relative;
    line-height: 45px;
}
.audio-player-progress {
    display: inline-block;
    width: 90px;
    height: 5px;
    border-radius: 25px;
    background-color: #f17a02;
    overflow: hidden;
}
.audio-player-progress-bar {
    display: block;
    height: 100%;
    width: 0;
    max-width: 100%;
    background-color: #000;
    border-radius: 25px;
}
.audio-player-button {
    display: block;
    float: left;
    width: 10px;
    height: 35px;
    opacity: 1;
    cursor: pointer;
}
.audio-player-button:hover {
    opacity: .5;
}
.audio-player-button::before {
    font-size: 10px;
    color: #000;
    margin-left: 5px;
}
.audio-player-button.icon-pause::before {
    font-size: 10px;
}
.audio-player-button.small {
    width: auto;
}
.audio-player-button.small::before {
    font-size: 10px;
}
.audio-player-button-wrappers {
    right: 0;
    position: absolute;
    width: auto;
    top: 16px;
}
@-moz-document url-prefix() {
    .audio-player-button-wrappers {
        right: 0;
        position: absolute;
        width: auto;
        top: 17px;
    }
}
