.bx-wrapper {
    position: relative;
    margin: auto;
    padding: 0;
    *zoom: 1;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
    margin: auto;
}
/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    border: 0px;
    /*Important*/
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    z-index: 100;
    bottom: 20px;
    width: 100%;
}
/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(img/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}
/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: 0px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #003070;
    text-indent: -9999px;
    display: block;
    width: 16px;
    height: 16px;
    margin: 0px 2px 0px 2px;
    outline: 0;
    transition: 50%;
    -moz-transition: 50%;
    -ms-transition: 50%;
    -o-transition: 50%;
    -webkit-transition: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}
.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}
.BxSliderPre {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    /*background: #3cc4ac url('../imagenes/preloader.gif') center center no-repeat;*/
    margin: 0px auto 0px auto;
}
.BxSliderPre:after {
    content: "";
    position: absolute;
    margin-top: 85px;
    left: 0px;
    width: 100%;
    top: 0px;
    bottom: 0px;
    height: 100%;
    background: #fff url('../imagenes/preloader.gif') center center no-repeat;
    background-clip: padding-box;
    padding-top: 100px;
}
.BxSliderHomeCont {
    /*position: absolute;
    width: 1920px;
    height: 680px;
    left: 50%;
    margin-left: -960px;
    top: 50%;
    margin-top: -340px;*/
    position: relative;
    z-index: 20;
    max-width: 100%;
    margin: auto;
    margin-top: 0px;
    overflow: hidden;
    opacity: 0;
    transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
}
.BxSliderHomeCont .bx-prev {
    left: 50px;
}
.BxSliderHomeCont .bx-next {
    right: 50px;
}
.BxSliderHomeCont .bx-pager {
    bottom: inherit;
    top: 50%;
    margin-top: 130px;
    width: 1000px;
    left: 50%;
    /*margin-left: 50px;*/
    margin-left: -500px;
    text-align: left;
}
.BxSliderHomeCont .bx-wrapper .bx-pager.bx-default-pager a {
    position: relative;
    background: none;
    margin: 0px 6px;
}
.BxSliderHomeCont .bx-wrapper .bx-pager.bx-default-pager a:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -3px;
    margin-left: -3px;
    width: 6px;
    height: 6px;
    background: #9f9d9e;
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.BxSliderHomeCont .bx-wrapper .bx-pager.bx-default-pager a:hover,
.BxSliderHomeCont .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: -moz-linear-gradient(left, #3cc4ac 0%, #34c4d1 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3cc4ac), color-stop(100%, #34c4d1));
    background: -webkit-linear-gradient(left, #3cc4ac 0%, #34c4d1 100%);
    background: -o-linear-gradient(left, #3cc4ac 0%, #34c4d1 100%);
    background: -ms-linear-gradient(left, #3cc4ac 0%, #34c4d1 100%);
    background: linear-gradient(to right, #3cc4ac 0%, #34c4d1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3cc4ac', endColorstr='#34c4d1', GradientType=1);
}
.BxSliderHomeCont .bx-wrapper .bx-pager.bx-default-pager a:hover:after,
.BxSliderHomeCont .bx-wrapper .bx-pager.bx-default-pager a.active:after {
    background: none;
}
.BxSliderHomeCont .bx-viewport {
    /*width: 1920px !important;
    text-align: center !important;
    left: 50%;
    margin-left: -960px !important;*/
}
.BxSliderHomeCont .bx-viewport,
.BxSliderHomeCont .bx-wrapper {
    position: relative;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
}
.BxSliderHome,
.BxSliderHome li {
    height: 100vh !important;
    width: 100%;
}
.BxSliderHome li {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover !important;
}
.BxSliderHome img {
    width: 1920px;
    height: 680px;
}
.BxCaptionCont {
    position: absolute;
    z-index: 100;
    width: 1000px;
    top: 50%;
    left: 50%;
    margin-left: -500px;
    margin-top: -100px;
}
.BxCaption {
    width: 480px;
    text-align: left;
    font-family: 'trajanbold', calibri;
    /*background: #fff;*/
}
.BxCaptionMidle {
    display: table-cell;
    vertical-align: middle;
    height: 250px;
    width: 1024px;
    padding: 0px 0px;
}
.BxCaptionTitle {
    position: relative;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 20px 20px;
    color: #3cc4ac;
    background: #cfeef0;
    background-color: rgba(60, 196, 172, .2);
}
.BxCaptionText {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 1024px;
    height: 102px;
    font-size: 22px;
    line-height: 24px;
    padding: 15px 20px;
    color: #fff;
    background: #3cc4ac;
    background: -moz-linear-gradient(left, #3cc4ac 0%, #34c4d1 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #3cc4ac), color-stop(100%, #34c4d1));
    background: -webkit-linear-gradient(left, #3cc4ac 0%, #34c4d1 100%);
    background: -o-linear-gradient(left, #3cc4ac 0%, #34c4d1 100%);
    background: -ms-linear-gradient(left, #3cc4ac 0%, #34c4d1 100%);
    background: linear-gradient(to right, #3cc4ac 0%, #34c4d1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#3cc4ac', endColorstr='#34c4d1', GradientType=1);
}
.BxCaptionText p {
    margin: 0px;
}
.BxGalSimpleCont {
    display: inline-block;
    width: 370px;
    height: 310px;
    padding-bottom: 30px;
    overflow: hidden;
    opacity: 0;
    transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
}
.BxGalSimple img {
    width: 370px;
    height: 280px;
}
.BxGalSimpleCont .bx-wrapper .bx-pager {
    bottom: 50px;
    text-align: right;
}
.BxGalServCont {
    display: inline-block;
    width: 620px;
    height: 544px;
    margin-top: 20px;
    padding-bottom: 30px;
    overflow: hidden;
    opacity: 0;
    transition: all ease-in-out .6s;
    -moz-transition: all ease-in-out .6s;
    -ms-transition: all ease-in-out .6s;
    -o-transition: all ease-in-out .6s;
    -webkit-transition: all ease-in-out .6s;
}
.BxGalServCont .bx-viewport {
    height: 514px !important;
}
.BxGalServ img {
    width: 620px !important;
    height: 514px !important;
    max-width: none;
}
.BxGalServCont .bx-wrapper .bx-pager {
    bottom: -30px;
    text-align: right;
}