* {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
html {
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}
body {
    background: #222222 !important; 
}
.hidden {
    display: none;
}
::-webkit-scrollbar {
    width: 3px;
    height: 4px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #000000d4;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
a {
    color: inherit;
    text-decoration: none;
}
a:focus {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.mwidthpage {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}

header {
    width: 100%;
    max-width: 1600px;
    background: #626264;
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 99999;
    margin: 0 auto;
}

.logo-dpt img {
    background: black;
    padding-top: 90px;
    width: 170px;
    height: 190px;
    padding-bottom: 20px;
    -webkit-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
}

.container-header {
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.menu-dpt {
    width: 85%;
}

.menu-dpt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 110px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.menu-dpt ul li {
    margin-right: 25px;
    color: white;
    border-right: 2px solid black;
    padding-right: 18px;
    height: 30px;
    padding-top: 3px;
    margin-left: -5px;
}
.footer-terms {
    width: 100%;
    float: left;
    height: 61px;
    align-items: center;
    display: flex
;
    justify-content: center;
    padding-top: 8px;
}
.footer-terms ul {
    display: flex
;
    justify-content: center;
    margin-top: 10px;
}
.footer-terms ul li {
    color: white;
    margin-right: 10px;
    margin-left: 10px;
    text-decoration: underline;
}
.menu-dpt ul li:nth-child(4) {
    border: none;
    padding-right: 0;
    margin-left: -5px;
}

.block-phrase {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 85px;
    background-image: url(/temas/dream/img/phrasebg.jpg);
    height: 630px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.bp-container {
    height: 100%;
    font-family: 'lato';
}

.bp-phrase {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white;
    font-size: 32px;
    font-weight: 600;
}

p.bp-enter {
    margin-top: -20px;
}

span.bp-red {
    color: #dc121b;
}

.bp-author {
    font-size: 16px;
    font-weight: 100;
    width: 620px;
    text-align: right;
    margin-top: -10px;
}

.bp-socialmedia {
    width: 100%;
    float: left;
    background: #c9c9c9;
    height: 65px;
    padding: 20px 0;
}

.bp-social-container {
    height: 65px;
}

.bp-social-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
}

.bp-social-container ul li i {
    font-size: 30px;
}

.bp-social-container ul li {
    margin-right: 30px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.bp-social-container ul li:hover {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale3d(1.1, 1.1, 1.5);
            transform: scale3d(1.1, 1.1, 1.5);
}

.bp-social-container ul li img {
    width: 30px;
    height: auto;
}

li.png-twitter img {
    width: 36px !important;
    top: -4px;
    position: relative;
}

li.png-instagram img {
    width: 36px !important;
    top: -4px;
    position: relative;
}

li.png-youtube img {
    width: 32px !important;
    top: -1px;
    position: relative;
}

li.png-yelp img {
    width: 36px !important;
    top: -4px;
    position: relative;
}

.block-dynamic {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 65px;
    background-image: url(/temas/dream/img/dynamicbg.jpg);
    height: 520px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.bd-container {
    height: 100%;
    font-family: 'lato';
}

.bd-tigle {
    position: absolute;
    right: 315px;
    top: 80px;
}

.bd-phrase {
    position: absolute;
    right: 321px;
    top: 240px;
    color: white;
    width: 489px;
    text-align: justify;
    font-size: 17px;
}

span.bd-circle-0 {
    background: #626262;
    padding: 0px 8px;
    border-radius: 50%;
}

span.bd-circle-1 {
    background: #f7f7f7;
    padding: 0px 9px;
    border-radius: 50%;
    margin-left: 7px;
}

span.bd-circle-2 {
    background: #f7f7f7;
    padding: 1px 9px;
    border-radius: 50%;
    margin-left: 7px;
}

.bd-style-circles {
    display: none;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.block-athlete,
.block-fitness {
    width: 100%;
    position: relative;
    float: left;
    background: #c9c9c9;
    padding-bottom: 45px;
}

.ba-bgcontainer {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 0px;
    background-image: url(/temas/dream/img/dptbg.jpg);
    height: 319px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ba-container,
.bf-container {
    width: 85%;
    border-right: 4px solid;
    border-left: 4px solid;
    border-bottom: 4px solid;
    padding: 0 100px;
    float: left;
    left: 7.5%;
    position: relative;
    padding-top: 45px;
    padding-bottom: 25px;
    margin-bottom: 10px;
}

.ba-bgcontainer img {
    position: relative;
    left: 140px;
    top: 85px;
}

.ba-left-phrase {
    width: 55%;
    float: left;
}

.ba-right-phrase {
    width: 40%;
    float: right;
}

.ba-left-title ul {
    font-size: 22px;
    font-weight: 700;
    list-style: initial;
    list-style-position: inside;
}

.ba-left-title {
    margin-bottom: 50px;
    font-style: italic;
}

.ba-left-fulltext {
    font-size: 15px;
    width: 80%;
    text-align: justify;
}

.ba-right-title {
    font-style: italic;
}

.ba-title-one {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

.ba-title-two {
    font-size: 16px;
    font-weight: 700;
}

.ba-title-three {
    font-size: 15px;
    font-weight: 700;
    color: #ed141f;
    margin-left: 88px;
    margin-top: -5px;
}

.ba-right-fulltext {
    font-size: 15px;
    width: 86%;
    text-align: justify;
}

.ba-right-fulltext {
    font-size: 15px;
    width: 90%;
    text-align: justify;
    margin-top: 30px;
    margin-bottom: 15px;
}

.bf-bgcontainer {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 0px;
    background-image: url(/temas/dream/img/bgfitness.jpg);
    height: 319px;
    background-repeat: no-repeat;
    background-size: cover;
}

.bf-bgcontainer img {
    position: relative;
    left: 140px;
    top: 95px;
}

.bf-topbg {
    width: 100%;
    position: relative;
    float: left;
    margin-top: 0px;
    background-image: url(/temas/dream/img/bgtopfitness.jpg);
    height: 400px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bf-container p:nth-child(2) {
    margin-bottom: 40px;
    margin-top: 30px;
}

.bf-container p {
    margin-bottom: 0px;
    margin-top: 20px;
    text-align: justify;
    width: 95%;
    padding: 0 0px 0px 30px;
}

.block-coaches {
    width: 100%;
    position: relative;
    float: left;
    background: #222222;
    padding-bottom: 45px;
}

.bc-container {
    width: 100%;
    margin: 0 auto;
}

.bc-divline {
    position: absolute;
    border-left: 2px solid white;
    height: 100%;
    left: 340px;
    top: 0;
}

.bc-title {
    float: left;
    margin-top: 120px;
    position: relative;
    left: 135px;
}

.bc-title img {
    width: 80%;
}

.bc-coaches {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    width: 73.7%;
    margin: 1px auto;
    margin-top: 60px;
    margin-bottom: 10px;
    padding: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    left: 120px;
}

.bc-card-coach:nth-child(3) {
    margin-right: 0px;
}

.bc-card-coach {
    font-family: 'lato';
    background: #000;
    width: 300px;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 5px #000;
            box-shadow: 0px 0px 5px #000;
    margin-right: 40px;
    margin-top: 40px;
}

.bc-cc-image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: contain;
    height: 450px !important;
}

.bc-cc-image {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.bc-cc-position {
    font-size: 16px;
    font-weight: 300;
    font-style: italic;
    padding-bottom: 15px;
}

.bc-cc-name {
    font-weight: 900;
    text-align: center;
    font-size: 24px;
    margin-top: 6px;
    border-bottom: 1px solid #3d3d3d;
    margin-bottom: 20px;
}

.bc-cc-description {
    text-align: justify;
    width: 95%;
    margin: 0 auto;
    margin-top: -8px;
    max-height: 250px;
    height: 250px;
    overflow-y: auto;
    margin-bottom: 20px;
    padding: 10px;
}

.small span.bd-circle-0 {
    background: #626262;
    padding: 0px 6px;
    border-radius: 50%;
}

.small span.bd-circle-1 {
    background: #f7f7f7;
    padding: 0px 7px;
    border-radius: 50%;
    margin-left: 7px;
}

.small span.bd-circle-2 {
    background: #f7f7f7;
    padding: 1px 8px;
    border-radius: 50%;
    margin-left: 7px;
}

.bd-style-circles.small {
    display: none;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.block-contact {
    width: 100%;
    position: relative;
    float: left;
    background: #c9c9c9;
    padding-bottom: 45px;
}

.bcn-separator {
    position: relative;
    width: 100%;
}

.bcn-separator img {
    width: 100%;
}

.bcn-textseparator {
    position: absolute;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 94px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    font-weight: 700;
    font-family: 'lato';
    color: #525151;
    left: 305px;
}

.bcn-partners {
    width: 100%;
    float: left;
    height: 250px;
    background: #626264;
    margin-bottom: -45px;
}

.bcn-partners-container {
    width: 85%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 30px 0;
    padding-top: 30px;
}

.btn-partner.h1 img {
    border-radius: 10px;
    width: 150px;
    -webkit-box-shadow: 0px 0px 0px #000;
            box-shadow: 0px 0px 0px #000;
    margin: 0 auto;
    background: white;
}
.btn-partner img {
    height: 141px;
}

.bcn-container {
    width: 100%;
}

.bcn-form-container {
    width: 85%;
    margin: 0 auto;
    padding: 75px 0px;
}
.slick-track {
    width: 4270px !important;
}
.bcn-contactform {
    width: 50%;
    float: left;
}

.bcn-othercontact {
    text-align: end;
    float: right;
    width: 50%;
}

.bcn-gmap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.bcn-gmap iframe {
    width: 100%;
    height: 410px;
}

.bcn-form-container {
    width: 85%;
    margin: 0 auto;
    padding: 75px 0px;
    padding-bottom: 100px;
    height: 865px;
}

.bn-textdirection {
    width: 100%;
    font-size: 16px;
    text-align: left;
    padding: 12px 0;
}

.bn-icons img {
    margin-right: 15px;
    width: 30px;
}

.bn-icons {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

i.fa.fa-map-marker {
    font-size: 20px;
}

.bn-icons img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.bn-icons img:hover {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale3d(1.1, 1.1, 1.5);
            transform: scale3d(1.1, 1.1, 1.5);
}

.btn-partner img {
    height: 141px;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.btn-partner img:hover {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
}

form#contact textarea, 
form#contact input, 
form#contact select {
    background: white;
    border: 0;
    outline: 0;
    display: block;
    background: white;
    width: 100%;
    border: 0;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 20px;
    color: rgba(0, 0, 0, 0.6);
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    margin-right: 10px;
    margin-bottom: 20px;
}

form#contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 70%;
    margin: 0 auto;
    left: -50px;
    position: relative;
}

.bcn-contactform label {
    color: #3d3d3d;
    font-style: oblique;
    font-size: 17px;
    margin-bottom: 13px;
    font-size: 24px;
    font-weight: 700;
    font-family: 'lato';
    color: #525151;
}

.bcn-contactform label span {
    color: #ed151c;
}

.btn.btn-send:hover {
    transform: scale(1.09);
    transition: all .5s ease;
}

.btn.btn-send {
    background: white;
    width: 40%;
    margin: 0 auto;
    transition: all .5s ease;
}

.img-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 385px !important;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.bc-cc-image:hover img.img-top {
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
  opacity: 1;
}

.responsive {
    display: none !important;
}

li {
  list-style: none;
}

.menu {
  display: inline-block;
  position: relative;
}
.menu .btn {
  display: block;
  cursor: pointer;
  padding: 10px;
}
.menu .btn .bar {
  width: 30px;
  height: 5px;
  background: white;
  margin-bottom: 5px;
}
.menu .btn .bar:last-child {
  margin-bottom: 0px;
}
.menu nav {
    position: absolute;
    right: 9px;
    top: 70px;
    background-color: whitesmoke;
    border: 3px solid #000;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.7);
}
.menu nav a {
  font-family: 'Lato';
  color: #222;
  padding: 10px 20px;
  display: block;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
}
.menu nav li:last-child a {
  border-bottom: 0px;
}
.menu nav a:hover {
  color: whitesmoke;
  background: #000;
}
.menu .menu_show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
}


.slick-slide {
    margin: 0px 20px;
    outline: none !important;
}

.slick-slide img {
    width: 100%;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none !important;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-track {
    padding-left: 60px;
}

.bn-icons a {
    margin-right: 30px;
    margin-top: 15px;
}

.bc-card-coach:nth-child(5) {
    margin-right: 0;
}

.bc-adown {
    position: absolute;
    right: 7px;
    bottom: 12px;
    zoom: 1;
    color: white;
    text-align: center;
}

/* Slider */

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  max-height: inherit;
  overflow: hidden;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  width: 100%;
}
.slick-slide:focus, .slick-slide:hover {
  outline: 0;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  height: auto;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 48px;
  height: 48px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "FontAwesome";
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.25s;
}

.slick-prev {
  left: 30px;
  z-index: 1;
}

[dir=rtl] .slick-prev {
    left: 18px;
    z-index: 1;
}

.slick-prev:before {
  content: "";
}

[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
    right: 8px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: 0;
}

.slick-next:before {
  content: "";
}

[dir=rtl] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 16px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 8px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  content: "";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: opacity 0.25s;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.bc-card-coach {
    margin-right: -10px;
}

.slick-track {
    padding: 0;
}

img.img-top {
    height: 455px !important;
    object-fit: cover !important;
}

#notification-container {
    display: block;
    z-index: 99999;
    position: fixed;
    top: 35px;
    right: 15px;
}
.notification {
    display: block;
    position: relative;
    padding: 15px 15px 15px 60px;
    overflow: hidden;
    width: 100%;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 12px #999;
    box-shadow: 0 0 12px #999;
    color: #fff;
    -webkit-animation: show-notification 3s ease-out;
    animation: show-notification 3s ease-out;
}
.notification-close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    position: absolute;
    top: 5px;
    right: 10px;
    color: #fff;
    text-shadow: 0 1px 0 #ddd;
}
.notification-close::before {
    font-family: FontAwesome;
    font-size: 12px;
    font-weight: 400;
    content: "\f00d";
}
.notification-close:hover {
    color: #666;
}
.notification-title {
    font-size: 1.1em;
    font-weight: 700;
}
.notification-error::before,
.notification-info::before,
.notification-success::before,
.notification-warning::before {
    font-family: FontAwesome;
    font-size: 35px;
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.notification-success {
    background-color: #27ae60;
}
.notification-success::before {
    content: "\f058";
}
.notification-error {
    background-color: #e85656;
}
.notification-error::before {
    content: "\f057";
}
.notification-info {
    background-color: #2dacd1;
}
.notification-info::before {
    content: "\f05a";
}
.notification-warning {
    background-color: #dfb81c;
}
.notification-warning::before {
    content: "\f071";
}
@-webkit-keyframes show-notification {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, -100%);
    }
    10% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }
    90% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0, -100%);
    }
}
@keyframes show-notification {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
    10% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    90% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
}

.slide div {
    width: 100%;
    text-align: center;
    color: white;
    font-size: 15px;
    margin-top: 3px;
    margin-bottom: 10px;
}

/* MOBILE VERSION */
@media all and (min-width: 215px) and (max-width: 1024px) {
    .mwidthpage {
        max-width: 100%;
        width: 100%;
        margin: inherit;
    }
    .responsive {
        display: inherit !important;
        align-items: center;
        right: 10px;
    }
    .logo-dpt img {
        padding-top: 65px;
        width: 45%;
        height: auto;
        padding-bottom: 11px;
    }
    .bcn-partners-container {
        padding-top: 30px;
    }
    .block-dynamic {
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: -30px;
        background-position-x: -343px;
    }
    .block-phrase {
        height: 330px;
    }
    .footer-terms {
        height: 180px;
        margin-top: -58px;
        zoom: 0.7;
        margin-bottom: 12px;
    }
    .block-athlete {
        margin-top: -29px;
    }
    .bp-phrase {
        font-size: 16px;
        padding-top: 40px;
    }
    .menu-dpt {
        display: none;
    }
    .bp-author {
        width: 85%;
        font-size: 12px;
    }
    .bp-social-container ul li:nth-child(5) {
        margin-right: 0;
    }
    .bp-social-container ul li img {
        zoom: 0.9;
    }
    .ba-bgcontainer img {
        left: 0;
        width: 100%;
    }
    .bf-bgcontainer img {
        left: 0;
        width: 100%;
    }
    .bd-tigle {
        position: relative;
        right: 0;
        top: 50px;
        text-align: center;
        margin-top: 20px;
    }
    .bd-tigle img {
        width: 75%;
    }
    .bd-phrase {
        position: relative;
        right: 0;
        left: 0;
        top: 48px;
        color: white;
        width: 90%;
        text-align: justify;
        font-size: 16px;
        margin: 0 auto;
        margin-top: 40px;
    }
    .bd-style-circles {
        margin-top: 40px;
    }
    .ba-bgcontainer {
        text-align: center;
        height: 200px;
    }
    .ba-bgcontainer img {
        width: 75%;
        margin-top: -25px;
    }
    .ba-container, .bf-container {
        padding: 30px 20px;
    }
    .ba-container div {
        position: relative;
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .ba-right-phrase {
        margin-top: 25px !important;
    }
    .ba-right-title, .ba-left-title {
        margin-bottom: 25px !important;
    }
    .bf-topbg {
        height: 175px;
    }
    .btn.btn-send {
        width: 65%;
    }
    .bf-bgcontainer {
        background-position: right;
    }
    .bf-bgcontainer {
        height: 230px;
        text-align: center;
    }
    .bf-bgcontainer img {
        width: 75%;
        margin-top: -25px;
    }
    .bc-divline {
        display: none;
    }
    .bc-title img {
        width: 10%;
        text-align: center;
    }
    .bc-title {
        float: left;
        position: relative;
        left: 0;
        transform: rotate(90deg);
        text-align: center;
        width: 100%;
        margin-bottom: -72px;
        margin-top: -55px;
    }
    .slick-prev {
        left: 6px;
        z-index: 1;
    }
    .bcn-othercontact {
        margin-top: 35px;
    }
    .bc-coaches {
        width: 85%;
        margin: 0 auto;
        left: 0;
    }
    .bc-card-coach {
        width: 85%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .bc-card-coach:nth-child(3) {
        margin: 0 auto;
    }
    .bf-container p {
        padding: 0;
        margin: 0 auto;
    }
    .bcn-textseparator {
        left: 20px;
        z-index: 99;
        top: -24px;
        font-size: 15px;
    }
    .bcn-separator img {
        width: 200%;
        transform: scaleX(2);
    }
    .bcn-form-container div {
        width: 100%;
        float: left;
    }
    form#contact {
        width: 100%;
        left: 0;
    }
    .bcn-form-container {
        padding-top: 30px;
        height: auto;
    }
    .slick-track {
        padding-left: 0px;
    }
    .bn-icons {
        margin-bottom: 25px;
        text-align: center;
        margin-top: 10px;
        padding-left: 15px;
    }
    .bn-icons img {
        padding-bottom: 10px;
    }
}