body,
html {
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
    margin-right: 0!important
    background-image: url(../img/bg.jpg);
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select:none;
}

table {
    display: table;
    /* border-collapse: separate; */
    /* border-spacing: 2px; */
    border-color: grey;
    width: 310px;
}

.egt td {
    padding: .2em .8em;
    border: 1px solid rgba(42, 47, 102, 0.95);
    background: rgba(90,156,55,0.25);
    text-align: left;
    font-size: 12px;
    font-weight: lighter;
}
body.forceAddScr,
html.forceAddScr {
    overflow: auto!important
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-family: body_font, sans-serif;
    overflow-x: hidden;
    background-color: #fff;
    color: #222;
    font-size: 14px;
    font-weight: 500
}
.circulo-rojo{
    background-color: red;
    background: red;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  margin:0px auto;
}
.circulo-rojo > p {
    font-family: sans-serif;
    color: white;
    font-size: 1rem;
    font-weight: bold;

}
.circulo-azul{
    background-color: blue;
    background: blue;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  margin:0px auto;
}
.circulo-azul > p {
    font-family: sans-serif;
    color: white;
    font-size: 1rem;
    font-weight: bold;

}
.circulo-amarillo{
    background-color: yellow;
    background: yellow;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  margin:0px auto;
}
.circulo-amarillo > p {
    font-family: sans-serif;
    color: white;
    font-size: 1rem;
    font-weight: bold;

}
.circulo-verde{
    background-color: green;
    background: green;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  margin:0px auto;
}
.circulo-verde > p {
    font-family: sans-serif;
    color: black;
    font-size: 1rem;
    font-weight: bold;

}


.comite{
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 150px;
    height: 150px;
}
.lista-comite{
    text-align:center;
    padding:20px 0 20px; /*--0.1% 0 0.1%--*/
    margin: 0 auto;
    padding-bottom: 50px;
}
.lista-comite > ul > li {
    display: inline-block;
    position: relative;
    width: 150px;
    margin-top: 14px;
    margin: 10px;
}
.lista-comite > ul > li.active a, .lista-x > ul > li a:hover {
    border: 1px solid rgba(238, 183, 78, 0.4);
    color: #fff;
}
.lista-comite > ul > li > a {
    text-transform: uppercase;
    font-size: 0.75em;
    color: #fff;
    display: block;
    line-height: 1.3em;
    padding: 10px 2px;
    letter-spacing: 1px;
}
.imagen-comite {
    margin: 0 auto;
}
.imagen-comite img {
    border-radius: 128px;
    border-color: #9e9999;
    border-style: solid;
    border-width: 2px;
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.imagen-comite img:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: brightness(1.0) saturate(0.5);
    -ms-transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.nombre-comite {
    margin: 0 auto;
    margin-top: 10px;
}
.cuadro-descarga{
    border: 1px solid gray;
    margin: 10px auto;
    width: 150px;
}
.cuadro-descarga img{
    margin: 0 auto;
}
.iconpdf{
    text-align: center;
    margin: 10px;
}
.titulopdf p{
    margin: 4px auto;
    font-weight: bold;
    text-align: center;
}
@media screen and (max-width:991px) {
    body {
        overflow-x: hidden;
        overflow-y: auto
    }
}

@media screen and (max-width:767px) {
    body {
        padding: 0!important
    }
}

.pageFade {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 354800000002;
    overflow: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.pageFade.out {
    height: 0
}

.pageFade p {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
    font-family: header_font, sans-serif;
    font-weight: 700
}

.pageOpenTransition {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 1563;
    webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.menuOpenIt .pageOpenTransition {
    left: -220px
}

.bodyContainer {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 2
}

.menuOpenIt .bodyContainer {
    left: -220px
}

.mainContent {
    position: relative;
    left: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: translate3d(0, 0, 0);
    overflow: auto
}

.contentWrapper {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    left: 0;
    float: left;
    overflow-y: auto;
    overflow-x: hidden;
    outline: 0;
    z-index: 50
}

.contentWrapper.fullWidth {
    padding: 0!important;
    margin: 0!important;
    overflow-x: hidden
}

.container-fluid.full-Height {
    height: 100%!important
}

.pageContent {
    position: relative;
    margin-top: 0
}

@media screen and (min-width:480px) and (max-width:768px) {
    .pageContent {
        margin-top: 60px!important
    }
}

@media screen and (max-width:480px) {
    .pageContent {
        margin-top: 60px!important
    }
}

.fullWidth {
    width: 100%;
    padding: 0
}

.titleTop,
.titleTopLarge {
    padding: 10px 0
}

.max_height {
    position: relative
}

@media screen and (max-width:767px) {
    .fullWidth {
        padding-left: 0;
        padding-right: 0
    }
}

.topBackground {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    z-index: 25
}

.menuOpenIt .topBackground {
    left: -220px
}

.addCssTransition .bodyContainer,
.addCssTransition .menuOpenIt .bodyContainer,
.addCssTransition .topBackground {
    -webkit-transition: left .3s ease-in-out;
    -moz-transition: left .3s ease-in-out;
    -o-transition: left .3s ease-in-out;
    -ms-transition: left .3s ease-in-out;
    transition: left .3s ease-in-out
}

.logo {
    position: relative;
    width: 120px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.plain_page .logo {
    padding-top: 0;
    padding-bottom: 0
}

.logo.posTopLeft {
    position: fixed;
    display: block;
    width: 240px;
    height: auto;
    left: 60px;
    top: 10px;
    padding: 0;
    margin: 0;
    z-index: 28000;
}

.logo.posTopLeft a {
    display: block;
    position: relative;
    height: auto
}

.logo.posTopLeft img {
    height: auto;
    max-height: none;
    width: 196px;
    display: block;
}

.logo img {
    bottom: 0;
    max-height: auto;
    width: 100%
}

.header.mini .logo {
    width: 70px;
    padding-top: 7px;
    padding-bottom: 7px
}

@media only screen and (min-width:992px) and (max-width:1220px) {
    .logo.posTopLeft {
        width: 200px
    }
}

@media only screen and (max-width:767px) {
    .logo.posTopLeft {
        left: 20px
    }
}

.header {
    position: fixed;
    right: 0;
    display: block;
    height: 100%;
    z-index: 1;
    overflow-x: hidden!important;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translateZ(0);
    -webkit-transition: translate3d(0, 0, 0);
    -webkit-transition: right .3s ease-in-out;
    -moz-transition: right .3s ease-in-out;
    -o-transition: right .3s ease-in-out;
    -ms-transition: right .3s ease-in-out;
    transition: right .3s ease-in-out
}

.header.sticky {
    position: relative!important
}

.header.effect1 {
    top: -150px
}

.header.effect1.removeEffect {
    top: 0
}

.header:hover {
    overflow: visible
}

.header.topSpace {
    top: 25px
}

.header_content {
    position: relative;
    right: 0;
    width: 240px;
    height: 100%;
    margin-right: 0;
    padding: 40px 0
}

.nav li {
    padding-top: 15px
}

ul.nav li a i {
    margin: 0 10px 0 0
}

.menuCloseIt .header,
.menuOpenIt .header {
    right: 0
}

.smartMenu {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: relative
}

.header_content ul {
    clear: both;
    display: block;
    padding-top: 0!important;
    list-style: none;
    padding-bottom: 40px;
    padding-left: 10px
}

.header .header_content ul li ul li a,
.header_content ul li a,
.header_content ul li ul li a {
    font-size: 13px!important
}

.header_content ul li {
    position: relative;
    cursor: pointer;
    margin: 0 10px 0 0;
    padding-bottom: 15px;
    text-transform: uppercase;
    text-align: left
}

.header_content ul li:hover ul {
    display: block;
    height: 100%;
    overflow: visible;
    visibility: visible!important
}

.header_content ul li i {
    font-size: 12px
}

.header_content>ul>li {
    margin: 0 5px 0 0!important;
    cursor: auto;
    line-height: 25px;
    padding: 0!important
}

.header_content>ul>li:first-child {
    margin-top: 15px!important
}

.header_content>ul>li .stroke {
    display: block;
    left: 50%;
    bottom: 1px;
    position: absolute;
    width: 20px;
    height: 10px
}

.header_content>ul>li.last {
    margin: 0 10px 10px 0
}

.header_content ul li a {
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 20px;
    white-space: nowrap;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.header_content>ul>li>a,
.header_content>ul>li>a.active {
    width: auto;
    border: none!important
}

.plain_page .header_content>ul>li>a,
.plain_page .header_content>ul>li>a.active {
    padding-top: 40px;
    padding-bottom: 35px
}

.header_content ul li>a:active ul {
    display: none!important
}

.header .header_content ul li ul li a {
    width: 210px;
    margin: 0!important;
    text-align: left!important;
    padding: 6px 0 6px 24px!important
}

.header .header_content ul li ul {
    position: relative;
    width: auto;
    height: auto!important;
    overflow: hidden;
    margin: 0!important;
    padding: 0!important;
    text-shadow: none;
    display: block;
    right: -15px
}

.header ul.nav li ul li {
    padding: 0
}

.header .header_content ul li ul.hideIt {
    display: none!important
}

.header .header_content>ul>li>a:before {
    content: "";
    position: absolute;
    right: -3px;
    height: 100%;
    top: 0;
    width: 1px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.header .header_content>ul>li:last-child>a:before {
    background-color: transparent!important
}

.header_content ul li ul li {
    padding: 0 10px 0 0;
    margin: 0!important;
    position: relative!important;
    display: block
}

.header_content ul li ul li:last-child {
    margin-bottom: 10px!important
}

.header_content ul>li>ul>li {
    padding-bottom: 0
}

.header_content ul li ul li a {
    display: block;
    margin: 5px 0;
    padding: 10px 10px 10px 15px;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important
}

.container-fluid.mobi,
.row.mobi {
    padding-right: 0!important
}

.col-md-12.mobi {
    padding-right: 10px!important
}

.header.mini {
    height: 100%;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.plain_page .header.mini .header_content>ul>li>a,
.plain_page .header.mini .header_content>ul>li>a.active {
    padding-top: 15px;
    padding-bottom: 15px
}

.header.mini .mobile_menu_btn {
    width: 40px;
    height: 35px;
    top: 9px
}

.header_content ul li a i {
    margin: 0 15px 0 0;
    position: relative;
    top: -1px;
    font-size: 8px
}

.plain_page .effect2,
.plain_page .effect2 .logo {
    top: 0
}

.effect2 {
    top: 50px
}

.effect2 .logo {
    top: 10px
}

.effect2.mini,
.effect2.mini .logo {
    top: 0
}

.autoHideMenu {
    position: absolute;
    z-index: 25555
}

.autoHideMenuEnable .autoHideMenu {
    width: 100%;
    height: 100%
}

.autoHideMenuDisable .autoHideMenu {
    width: 0;
    height: 0
}

.footer {
    margin: 0!important;
    padding: 0!important;
    position: relative;
    bottom: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.footer_holder {
    z-index: 155;
    margin: 60px 0
}

.footer.prependToPage {
    display: none
}

.mainContent .footer.prependToPage {
    display: block
}

.showHide_content {
    overflow: hidden
}

hr.foooter_space {
    padding: 6px 0 0;
    clear: both;
    margin: 0;
    height: 0;
    border: none
}

.footer .social_bookmarks {
    bottom: 7px;
    position: relative
}

.footer .font_awesome {
    position: relative;
    clear: both
}

.footer .font_awesome li {
    margin-bottom: 0
}

.footer .right_content {
    min-height: 20px
}

.footer .left_content {
    min-height: 20px;
    display: inline-block
}

.footer_close {
    width: 30px;
    height: 30px;
    position: fixed!important;
    margin-right: 20px;
    bottom: 20px;
    right: 0;
    z-index: 2000000;
    cursor: pointer;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.footer_close .btn_icon {
    background-image: url(../images/sprite.png);
    background-image: -Webkit-image-set(url(../images/sprite.png) 1x, url(../images/sprite%402x.png) 2x);
    background-repeat: no-repeat;
    background-position: 0 -237px
}

.white_ver .footer_close .btn_icon {
    background-position: 0 100%
}

.footer_close.footOpen .btn_icon {
    background-position: -25px -237px
}

.white_ver .footer_close.footOpen .btn_icon {
    background-position: -25px 100%
}

.footer_close {
    visibility: hidden
}

.horizontal_layout .footer_close {
    visibility: visible
}

.footer .text-center {
    text-align: left
}

.space_border {
    padding: 60px 0 0;
    margin: 0
}

@media only screen and (min-width:768px) and (max-width:1440px) {
    .footer_holder {
        margin: 30px 0
    }
    .space_border {
        padding: 30px 0 0
    }
}

@media only screen and (min-width:480px) and (max-width:768px) {
    .footer_holder {
        margin: 20px 0
    }
    .space_border {
        padding: 20px 0 0
    }
}

@media only screen and (max-width:480px) {
    .footer_holder {
        margin: 20px 0
    }
    .space_border {
        padding: 20px 0 0
    }
}

@media screen and (max-width:991px) {
    .footer {
        position: relative!important;
        padding: 0 0 5px!important
    }
    .horizontal_layout .footer {
        position: relative!important
    }
    .footer_close {
        margin-right: 0;
        bottom: 5px
    }
    .horizontal_layout .footer_close {
        visibility: visible
    }
    .showHide_content .textAlignCenter {
        text-align: left;
        float: none
    }
    .showHide_content .alignRight {
        float: none
    }
    .footer .alignRight {
        float: none;
        text-align: center
    }
    .footer .text-center {
        text-align: center
    }
}

@media screen and (max-width:767px) {
    .footer_close {
        display: none!important;
        visibility: hidden
    }
    .footer .alignRight {
        float: none;
        text-align: center
    }
    .footer .text-center {
        text-align: center
    }
    .clear_footer {
        clear: both
    }
}

.mobile_menu_btn,
.smartMenu_btn {
    position: relative;
    display: none;
    width: 45px;
    height: 40px;
    background-image: url(../images/mobile_menu.png);
    background-image: -Webkit-image-set(url(../images/mobile_menu.png) 1x, url(../images/mobile_menu%402x.png) 2x);
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 auto 20px!important;
    border-radius: 3px;
    z-index: 100050;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.smartMenu_btn {
    position: fixed;
    float: left;
    display: block;
    background: 0 0;
    border-radius: 0;
    top: 20px;
    right: 60px;
    height: auto;
    width: 65px
}

.smartMenu_btn .menu_title {
    position: relative;
    text-align: right;
    display: inline-block;
    font-size: 12px;
    font-family: header_font, 'Trebuchet MS', sans-serif
}

.smartMenu_btn .menu_title:before {
    content: "MENU"
}

.menuOpenIt .smartMenu_btn .menu_title:before {
    content: "CERRAR"
}

.smartMenu_btn .nav_bar {
    position: relative;
    display: inline-block;
    float: right;
    width: 16px;
    margin-top: 4px
}

.smartMenu_btn .nav_bar .n_bar {
    position: absolute;
    display: block;
    height: 2px;
    top: 0;
    right: 0;
    margin-bottom: 2px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.smartMenu_btn .nav_bar .n_bar:nth-child(2) {
    top: 4px
}

.smartMenu_btn .nav_bar .n_bar:nth-child(3) {
    top: 8px
}

.smartMenu_btn .nav_bar .n_bar {
    width: 14px
}

.menuOpenIt .smartMenu_btn .nav_bar .n_bar:nth-child(1) {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 4px;
    right: 0
}

.menuOpenIt .smartMenu_btn .nav_bar .n_bar:nth-child(3) {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 4px;
    right: 0
}

.menuOpenIt .smartMenu_btn .nav_bar .n_bar:nth-child(2) {
    top: 4px;
    right: 0;
    opacity: 0;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@media only screen and (max-width:767px) {
    .smartMenu_btn {
        right: 20px
    }
}

.hover_gray li img {
    -webkit-filter: grayscale(0)
}

.hover_gray li:hover img {
    -webkit-filter: grayscale(1)
}

.hover_gray li.current-img img {
    -webkit-filter: grayscale(0)
}

.hover_gray_inverse li img {
    -webkit-filter: grayscale(1)
}

.hover_gray_inverse li.current-img img,
.hover_gray_inverse li:hover img {
    -webkit-filter: grayscale(0)
}

.hover_alpha li {
    -webkit-transition: opacity .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out;
    -ms-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out
}

.hover_alpha li:hover {
    zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}

.carousel_container {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translateZ(0);
    -webkit-transition: translate3d(0, 0, 0)
}

.thumbnail.mini {
    max-width: 75px;
    display: inline-block;
    float: left;
    margin: 5px 15px 0 0
}

.thumbnail_list {
    position: relative;
    display: block;
    margin: 0 auto
}

.thumbnail_list li {
    display: inline-block;
    padding: 0;
    margin: 0 10px 40px 0;
    min-width: 100px!important;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translateZ(0);
    -webkit-transition: translate3d(0, 0, 0)
}

.thumbnail_list li a {
    display: block;
    max-width: 120px
}

.thumbnail_list.normal {
    margin: 0
}

.hover_highlight {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.thumbnail_list.normal li {
    display: inline-block;
    margin: 0 10px 10px 0;
    height: 70px
}

.thumbnail_list.normal li a {
    width: auto;
    max-width: none;
    display: block;
    padding: 5px;
    height: 100%
}

.thumbnail_list.large li a {
    display: block;
    max-width: 210px!important
}

.thumbnail_list.large_x li a {
    display: block;
    max-width: 240px!important
}

.thumbnail_list li img {
    width: auto!important;
    max-height: 100%!important;
    margin: 0 auto!important;
    display: block;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translateZ(0);
    -webkit-transition: translate3d(0, 0, 0)
}

@media screen and (max-width:767px) {
    .thumbnail_list li {
        height: auto;
        width: 45%
    }
    .thumbnail_list.normal li a {
        height: auto
    }
    .thumbnail_list li img {
        vertical-align: central;
        max-width: 100%!important;
        height: auto!important
    }
}

.team_desc {
    padding: 30px
}

.team_name {
    text-align: center;
    padding: 14px 10px 20px
}

.col-1by3 .team_image {
    max-width: 495px
}

@media only screen and (max-width:1519px) {
    .team_image .scale-with-grid {
        max-width: inherit;
        height: auto;
        max-height: 100%;
        width: auto;
        margin: 0!important
    }
}

@media only screen and (max-width:1519px) and (min-width:992px) {
    .team_image {
        height: 350px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .team_image {
        height: 240px
    }
}

@media screen and (max-width:767px) {
    .team_image {
        height: 240px
    }
    .team_name h5 {
        font-size: 14px
    }
}

.pgScrollUp {
    position: fixed!important;
    width: 60px!important;
    height: 60px!important;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    overflow: hidden;
    cursor: pointer;
    z-index: 1000002;
    display: none;
    -webkit-transition-property: color, background;
    -webkit-transition-duration: .2s, .2s;
    -webkit-transition-timing-function: linear, ease-in;
    -moz-transition-property: color, background;
    -moz-transition-duration: .2s, .2s;
    -moz-transition-timing-function: linear, ease-in;
    -o-transition-property: color, background;
    -o-transition-duration: .2s, .2s;
    -o-transition-timing-function: linear, ease-in;
    -ms-transition-property: color, background;
    -ms-transition-duration: .2s, .2s;
    -ms-transition-timing-function: linear, ease-in;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.pgScrollUp .btn_icon {
    padding: 20px 0 0 20px;
    font-size: 20px
}

@media only screen and (max-width:1440px) {
    .pgScrollUp {
        width: 30px!important;
        height: 40px!important;
        bottom: 0px /* 35px mod */
    }
    .pgScrollUp .btn_icon {
        padding: 12px 0 0 7px;
        font-size: 18px
    }
}

.email_loading {
    background: url(../images/loading.gif) center center no-repeat;
    background-image: -Webkit-image-set(url(../images/loading.gif) 1x, url(../images/loading%402x.gif) 2x);
    height: 32px;
    width: 32px;
    position: absolute;
    z-index: 0
}

#reply_joinus_message,
#reply_message {
    position: absolute;
    left: 50%;
    text-align: left;
    margin-left: -90px;
    margin-bottom: 15px;
    margin-top: -7px;
    float: none
}

#reply_joinus_message.email_loading,
#reply_message.email_loading {
    margin-left: -20px
}

.graph_container {
    position: relative;
    width: 280px;
    padding: 0;
    margin-top: 0;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translateZ(0);
    -webkit-transition: translate3d(0, 0, 0)
}

.graph_container ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    overflow-y: hidden
}

.graph_container li {
    width: 98%;
    height: 4px;
    margin: 28px 0 0;
    position: relative
}

.graph_container li:first-child {
    margin: 20px 0 0
}

.graph_container li.last {
    margin: 25px 0 0
}

.graph_container li>span {
    position: absolute;
    z-index: 1;
    top: -20px;
    margin: 0;
    padding: 3px 0 0;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px
}

.graph_container li a {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 4px;
    cursor: auto
}

.graph_container.style2 {
    position: relative;
    width: 98%;
    padding: 0;
    margin-top: 0
}

.graph_container.style2 ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    overflow-y: hidden
}

.graph_container.style2 ul li:first-child {
    margin: 25px 0 0
}

.graph_container.style2 li {
    width: 98%;
    height: 30px;
    margin: 36px 0 0;
    position: relative
}

.graph_container.style2 li.last {
    margin: 0
}

.graph_container.style2 li>span {
    position: absolute;
    z-index: 1;
    top: -28px;
    margin: 1px 0 40px 2px;
    padding: 3px 0 0;
    font-size: 14px;
    font-weight: 400
}

.graph_container.style2 li a {
    position: absolute;
    left: auto;
    right: 0;
    width: 0;
    height: 30px;
    top: 0;
    cursor: default
}

@media only screen and (max-width:991px) {
    .staff_list .graph_container {
        margin: 0 auto;
        text-align: left
    }
}

.fm_drag-cursor {
    cursor: url(images/cursors/openhand.html)
}

.fm_draging-cursor {
    cursor: url(images/cursors/closedhand.html)
}

video {
    max-width: 100%;
    height: auto
}

#big-video-vid video {
    height: 100%
}

.addVideo {
    position: relative;
    overflow: hidden;
    line-height: 0
}

.video_content {
    position: relative;
    width: 100%;
    height: 548px;
    margin: 0 auto;
    overflow: hidden
}

.video_content.largeSize {
    width: 100%;
    height: 440px
}

.video_content.mini {
    height: 256px
}

.post_figure .video_content {
    height: 430px
}

.vid {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    visibility: visible;
    z-index: 20
}

.video_title {
    position: absolute;
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 10px;
    z-index: 15
}

.video_title.placeBottom {
    bottom: 0
}

.video_title li {
    float: left;
    left: 0;
    display: block;
    margin: 0 20px 20px 0;
    list-style: none
}

.col-md-12 .video_content {
    height: 540px
}

.col-md-7 .video_content {
    height: 380px
}

.col-md-6 .video_content {
    height: 305px
}

.midVideo {
    height: 288px
}

.video_hover {
    background: url(../images/video_over.png);
    background: -Webkit-image-set(url(../images/video_over.png) 1x, url(../images/video_over%402x.png) 2x);
    cursor: pointer;
    display: inline-block;
    position: absolute;
    width: 75px;
    height: 75px;
    top: 46%;
    left: 50%;
    z-index: 55;
    margin-left: -35px
}

.post_figure .video_hover {
    top: 37%
}

.video_hover:hover {
    background-position: -100% 0
}

.addVideo .fs_caption {
    visibility: visible
}

.bgVideoBtn {
    position: absolute;
    right: 50px;
    top: 150px
}

.videoMute,
.videoUnMute {
    cursor: pointer;
    z-index: 2622565695;
    overflow: hidden;
    position: relative;
    display: none
}

.videoUnMute {
    display: block
}

.videoUnMute .btn_icon {
    display: block;
    background-image: url(../images/video_button.png);
    background-image: -Webkit-image-set(url(../images/video_button.png) 1x, url(../images/video_button%402x.html) 2x);
    background-position: 0 0;
    background-repeat: no-repeat
}

.videoMute .btn_icon {
    display: block;
    background-image: url(../images/video_button.png);
    background-image: -Webkit-image-set(url(../images/video_button.png) 1x, url(../images/video_button%402x.html) 2x);
    background-position: -32px 0;
    background-repeat: no-repeat
}

.backGroundVideo {
    position: absolute!important;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.backGroundVideo .vid {
    margin: 0!important;
    left: 0;
    top: 0;
    position: relative
}

.backGroundVideo.bg_pattern1,
.backGroundVideo.bg_pattern2 {
    background-size: auto
}

body.addBackground {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed
}

.backGroundVideo.home_video {
    z-index: -1
}

.fullDetails .backGroundVideo {
    z-index: : 17
}

.video_content img {
    max-height: none;
    max-width: 100%;
    width: 100%;
    height: auto
}

@media screen and (max-width:1440px) {
    .video_content.fullHeight img {
        width: auto;
        max-width: none;
        height: 100%!important;
        max-height: 100%
    }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .video_content {
        height: 440px
    }
    .col-md-12 .video_content {
        height: 380px
    }
    .col-md-6 .video_content,
    .col-md-7 .video_content {
        height: 300px
    }
    .video_content.largeSize {
        width: 100%;
        height: 540px!important
    }
    .post_figure .video_content {
        height: 345px
    }
    .post_figure .video_hover {
        top: 32%
    }
    .col-md-12 .video_hover {
        : 34%
    }
    .col-md-6 .video_hover {
        top: 34%
    }
    .fullDetails .backGroundVideo {
        position: relative!important;
        height: 440px
    }
    .backGroundVideo {
        background-size: auto 100%
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .video_content {
        height: 480px!important
    }
    .midVideo,
    .video_content.mini {
        height: 240px
    }
    .post_figure .video_content {
        height: 390px!important
    }
    .col-md-12 .video_content,
    .col-md-6 .video_content,
    .col-md-7 .video_content {
        height: 400px!important
    }
    .video_content.largeSize {
        width: 100%;
        height: 360px!important
    }
    .video_hover {
        top: 45%
    }
    .fullDetails .backGroundVideo {
        position: relative!important;
        height: 400px!important
    }
    .backGroundVideo {
        background-size: auto 100%
    }
}

@media screen and (min-width:481px) and (max-width:767px) {
    .video_content {
        height: 225px!important;
        width: auto
    }
    .video_content.mini {
        height: 170px!important
    }
    .video_content.largeSize {
        width: 100%;
        height: 280px!important
    }
    .col-md-12 .video_content,
    .col-md-6 .video_content,
    .col-md-7 .video_content {
        height: 225px!important;
        width: 400px
    }
    .video_hover {
        top: 45%
    }
    .midVideo {
        height: 170px!important
    }
    .post_figure .video_content {
        height: 225px!important
    }
    .post_figure .video_hover {
        top: 28%
    }
    .title_bottom,
    .title_bottom h1,
    .title_bottom h2,
    .title_bottom h3,
    .title_bottom h4,
    .title_bottom h5,
    .title_bottom h6,
    .title_top,
    .title_top h1,
    .title_top h2,
    .title_top h3,
    .title_top h4,
    .title_top h5,
    .title_top h6,
    .video_title h1,
    .video_title h2,
    .video_title h3,
    .video_title h4,
    .video_title h5,
    .video_title h6 {
        font-size: 12px!important
    }
    .fullDetails .backGroundVideo {
        position: relative!important;
        height: 225px!important
    }
    .backGroundVideo {
        background-size: auto 100%
    }
}

@media screen and (max-width:767px) {
    .video_title .doubleBorder {
        margin-bottom: 0;
        font-size: 14px
    }
    .video_title .separator_max {
        padding: 0 0 20px
    }
    .video_title .space_max {
        padding: 0 0 20px!important
    }
}

@media screen and (max-width:480px) {
    .video_content {
        height: 240px!important;
        width: auto
    }
    .video_title h4 {
        font-size: 14px
    }
    .col-md-12 .video_content,
    .col-md-6 .video_content,
    .col-md-7 .video_content {
        height: 165px!important;
        width: 280px
    }
    .video_content.largeSize {
        width: 100%;
        height: 165px!important
    }
    .post_figure .video_content {
        height: 165px!important
    }
    .post_figure .video_hover {
        top: 22%
    }
    .video_hover {
        top: 30%
    }
    .fullscreenVideo .video_hover {
        top: 50%;
        margin-top: -30px
    }
    .backGroundVideo {
        background-size: auto 100%
    }
}

.loading_2x {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -65px;
    margin-left: -75px;
    z-index: 25635
}

.loading_2x .track {
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px
}

.loading_2x .ball {
    width: 100%;
    height: 100%;
    position: absolute;
    border-left: 2px solid rgba(30, 185, 235, 1);
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    border-radius: 100%;
    border-style: solid;
    -moz-animation: spin .7s infinite linear;
    -webkit-animation: spin .7s infinite linear
}

.loading_objects {
    display: none
}

.loading_objects .ball {
    -moz-animation: none;
    -webkit-animation: none
}

.loading_objects .loading_2x {
    z-index: -10;
    display: none
}

.loading_x {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    z-index: 25636
}

.loading_x .track {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 2px solid rgba(0, 0, 0, .1);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px
}

.loading_x .ball {
    width: 100%;
    height: 100%;
    position: absolute;
    border-left: 2px solid rgba(30, 185, 235, 1);
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border-style: solid;
    -moz-animation: spin .7s infinite linear;
    -webkit-animation: spin .7s infinite linear
}

.loading_objects .loading_x {
    z-index: -9;
    display: none
}

.loading_2x .text {
    font-family: sans-serif;
    display: block;
    position: relative;
    top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.pageFade .site_loading_bar {
    position: relative;
    display: block;
    width: 0;
    height: 100%;
    left: 0
}

.logo_loading {
    display: block;
    position: relative;
    text-align: center;
    left: 0;
    top: 0;
    width: 150px;
    height: 1px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.loading_2x.out .logo_loading,
.loading_2x.out .text {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

.animated.fast {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

ul.openingIntro {
    position: absolute;
    width: 100%;
    display: block;
    top: 50%;
    left: 0;
    margin-top: 10px
}

ul.openingIntro li {
    display: none;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 20px
}

ul.openingIntro li h3 {
    font-size: 18px
}

@media only screen and (max-width:767px) {
    ul.openingIntro li h3 {
        font-size: 14px!important
    }
}

.top_space {
    padding: 0
}

.bottom_space,
.top_space {
    position: relative;
    display: block;
    clear: both
}

.bottom_space {
    padding-bottom: 90px
}

.projDetailLoad .mobile_spacing {
    padding-top: 0
}

.mobile_spacing {
    padding-top: 0;
    margin: 0;
    height: 0
}

.mobile_topSpc {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.mobile_topSpc.removeSpc {
    padding-top: 0!important
}

.gal_Top_Bot_spacing {
    clear: both
}

.horizontal_layout .top_space {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.top_space {
    padding-top: 60px
}

.top_space.removePad {
    padding-top: 0
}

.gal_Top_Bot_spacing {
    padding: 0;
    position: absolute;
    display: none
}

@media screen and (min-width:992px) and (max-width:1024px) {
    .top_space {
        padding-top: 30px
    }
}

@media screen and (max-width:991px) {
    .bottom_space,
    .top_space {
        padding: 20px
    }
    .mobile_spacing {
        padding-top: 50px
    }
    .mobile_topSpc {
        padding-top: 30px
    }
    .horizontal_layout .mobile_topSpc {
        padding-top: 0
    }
    .projDetailLoad .mobile_spacing {
        padding-top: 50px
    }
}

@media screen and (max-width:768px) {
    .bottom_space,
    .top_space {
        padding: 0
    }
}

.bottomSpace {
    bottom: 50px
}

.top_bot_pad {
    padding: 40px 0 25px
}

.top_bot_pad_large {
    padding: 70px 0
}

.top_pad {
    padding: 60px 0 0
}

.textAlignCenter {
    text-align: center
}

.textAlignRight {
    text-align: right
}

.padTopLarge {
    padding-top: 45px!important
}

@media only screen and (min-width:768px) and (max-width:1150px) {
    .padTopLarge {
        padding-top: 40px!important
    }
}

.nextPage,
.previousPage {
    display: inline-block;
    position: fixed;
    padding: 20px 10px 20px 16px;
    z-index: 1663;
    top: 50%;
    margin-top: -28px;
    left: 0;
    font-size: 36px;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.nextPage {
    z-index: 1664;
    right: 0;
    padding-right: 16px;
    left: auto
}

.nextPage:hover,
.previousPage:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    -khtml-opacity: .3;
    opacity: .3
}

@media only screen and (max-width:1440px) {
    .nextPage,
    .previousPage {
        padding: 20px 5px 20px 0;
        font-size: 28px
    }
    .nextPage {
        padding-right: 0;
        padding-left: 5px;
        right: 4px
    }
    .previousPage {
        left: 4px
    }
}

@media only screen and (max-width:768px) {
    .nextPage,
    .previousPage {
        display: none!important
    }
}

.mfp-zoom-out-cur .nextPage,
.mfp-zoom-out-cur .previousPage {
    display: none
}

.enablHardwareAcc,
figure {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translateZ(0);
    -webkit-transition: translate3d(0, 0, 0)
}

.enableTransition {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.move_down,
.move_up {
    height: 60px;
    position: absolute!important;
    display: block;
    text-align: center;
    margin: 0;
    width: 100%!important;
    top: 0;
    z-index: 100
}

.move_up {
    top: auto;
    bottom: 0;
    margin: 40px 0 0
}

.move_down span i,
.move_up span i {
    position: relative;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.move_up span:hover i {
    top: 5px
}

.move_up.last span:hover i {
    top: -5px
}

.move_down span,
.move_up span {
    height: 40px;
    width: 36px;
    position: relative;
    text-align: center;
    display: block;
    margin: 0 auto;
    zoom: 1;
    cursor: pointer;
    -webkit-transition: 180ms ease-in-out;
    -moz-transition: 180ms ease-in-out;
    -o-transition: 180ms ease-in-out;
    transition: 180ms ease-in-out
}

.move_down span {
    top: 0;
    padding-top: 10px
}

.move_up span {
    top: -40px;
    padding-top: 10px
}

.move_up.plain {
    height: auto;
    margin: 0 0 0 -18px;
    background-color: transparent;
    width: inherit!important;
    left: 50%
}

.move_up.plain span {
    top: 0
}

@media only screen and (min-width:768px) and (max-width:1440px) {
    .portion .move_up {
        height: 30px
    }
}

.bottom_divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 12px;
    z-index: 20
}

.fxEmbossBtn {
    width: 30px;
    height: 30px;
    overflow: visible;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.fxEmbossBtn.noBorder .btn_hover,
.fxEmbossBtn.noBorder:hover .btn_hover {
    border: none!important
}

.fxEmbossBtn .btn_hover {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0
}

.fxEmbossBtn:hover .btn_hover {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0
}

.fxEmbossBtn .btn_icon {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 5;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.fxEmbossBtn.fa_btn {
    display: block
}

.fxEmbossBtn.fa_btn .btn_icon i {
    padding-left: 7px;
    padding-top: 6px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.fxEmbossBtn.fa_btn.defaultPos .btn_icon i {
    padding-left: 3px;
    top: 5px
}

.itemNav .fxEmbossBtn .btn_icon i {
    top: -4px;
    position: relative
}

.porImgOver .fxEmbossBtn.fa_btn .btn_icon i {
    padding-left: 0;
    padding-top: 7px
}

.fxButton.emboss,
.fxEmbossBtn.emboss {
    margin-top: 20px;
    top: -2px
}

.fxButton.emboss .btn_icon {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 16px
}

.fxButton.emboss:hover,
.fxEmbossBtn.emboss:hover {
    top: 0
}

.fxButton {
    width: 170px;
    height: 50px;
    position: relative;
    display: block;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -webkit-transform: translateZ(0);
    font-family: body_font, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.fxButton.mini {
    width: 90px;
    height: 34px;
    font-size: 10px
}

.fxButton.mini .btn_icon {
    padding-top: 7.5px!important
}

.fxButton.emboss.mini .btn_icon {
    padding-top: 10px!important
}

.fxButton.mini:hover .btn_hover {
    width: 84px;
    height: 28px
}

.fxButton .btn_hover {
    position: absolute;
    display: block;
    width: 100%;
    height: 0;
    top: auto;
    bottom: 0;
    left: 0
}

.fxButton:hover .btn_hover {
    height: 100%;
    left: 0;
    top: 0;
    bottom: auto
}

.fxButton .btn_icon {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 5;
    text-align: center;
    padding-top: 13px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.fadeAfterLoad {
    display: none
}

.top_left_items {
    float: left;
    margin-right: 15px;
    margin-top: 15px
}

.fxButton .btn_icon i {
    display: inline-block;
    margin-right: 7px
}

.fxButton .btn_icon h4,
.fxButton .btn_icon h5 {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.fxButton .btn_icon h5:nth-child(1) {
    position: relative;
    font-size: 14px;
    font-weight: 800;
    padding: 0;
    margin: 0 12px 0 10px;
    display: inline-block;
    bottom: 3px
}

.fxEmbossBtn.fa_btn.detail_btn .btn_icon i,
.fxEmbossBtn.fa_btn.fa_zoom .btn_icon i {
    padding-left: 0
}

.addCssTransition .btn_hover {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.nicescroll-rails,
.nicescroll-rails div {
    border-radius: 0!important
}

.m-Scrollbar {
    position: relative;
    left: 0;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden
}

.mCSB_container.removeOverflow {
    overflow: visible!important
}

.mCSB_dragger_bar {
    left: 1px
}

.big_video {
    position: relative;
    overflow: hidden;
    min-height: 310px;
    height: 100%;
    width: 100%;
    z-index: 1
}

.big_video.bannerType {
    height: 640px;
    min-height: 640px
}

.big_video #big-video-wrap {
    z-index: -2;
    position: absolute
}

#big-video-vid {
    display: none
}

.big_video .overlayBg {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6
}

.vidPlyPauBtn {
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 1950
}

.vidPlyPauBtn.defaultPos {
    position: relative;
    right: auto;
    top: auto
}

.vidPlyPauBtn .btn_icon i {
    position: relative;
    font-size: 18px;
    top: 4px;
    left: -1px
}

@media only screen and (max-width:767px) {
    .vidPlyPauBtn {
        top: 25px
    }
}

@media only screen and (max-width:991px) {
    .big_video.bannerType {
        height: 320px;
        min-height: 320px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .big_video.bannerType {
        min-height: 480px
    }
    .big_video.fullHeight {
        min-height: 580px
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .big_video.bannerType {
        min-height: 360px
    }
    .big_video.fullHeight {
        min-height: 480px
    }
}

@media only screen and (max-width:449px) {
    .big_video.bannerType {
        min-height: 240px
    }
    .big_video.fullHeight {
        min-height: 440px
    }
}

.autoFullscreen,
.hideOverflow {
    overflow: hidden
}

.bgShadow {
    -webkit-box-shadow: 0 -5px 20px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 -5px 20px rgba(0, 0, 0, .5);
    box-shadow: 0 -5px 20px rgba(0, 0, 0, .5)
}

.bgShadowCenter {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.textShadow {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1)
}

.nav-collapse {
    background-color: transparent
}

.preloadimages_inline {
    position: absolute;
    z-index: -256;
    width: 50px;
    height: 50px;
    overflow: hidden;
    display: none
}

.preloadimages_inline img {
    visibility: hidden
}

.show-grid {
    margin-top: 10px;
    margin-bottom: 20px
}

.show-grid [class*=col-md-] {
    text-align: center;
    min-height: 40px;
    line-height: 40px
}

.show-grid .show-grid {
    margin-top: 0;
    margin-bottom: 0
}

.show-grid .show-grid [class*=col-md-] {
    margin-top: 5px
}

.show-grid {
    color: #fff
}

.show-grid [class*=col-md-] {
    background-color: #111
}

.show-grid [class*=col-md-]:nth-child(even) {
    background-color: #2d2d2d
}

.show-grid [class*=col-md-]:hover {
    background-color: #555
}

.show-grid [class*=span] [class*=col-md-] {
    background-color: #2d2d2d
}

.show-grid [class*=span] [class*=col-md-] [class*=col-md-] {
    background-color: #6e6e6e
}

.white_ver .show-grid {
    color: #222
}

.white_ver .show-grid [class*=col-md-] {
    background-color: #e2e2e2
}

.white_ver .show-grid [class*=col-md-]:nth-child(even) {
    background-color: #ccc
}

.white_ver .show-grid [class*=col-md-]:hover {
    background-color: #ddd
}

.white_ver .show-grid [class*=span] [class*=col-md-] {
    background-color: #ccc
}

.white_ver .show-grid [class*=span] [class*=col-md-] [class*=col-md-] {
    background-color: #999
}

.setting_tools {
    display: none;
    position: fixed;
    text-align: center;
    bottom: 40px;
    right: -25px;
    z-index: 35480000000;
    color: #000;
    margin: 0 auto;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.setting_tools.mUp {
    bottom: auto;
    top: 95px
}

.setting_tools .setting_holder {
    width: 220px;
    position: relative;
    margin-left: 0;
    padding: 7px 10px 2px
}

.setting_tools {
    width: 240px
}

.setting_tools.hideTool {
    width: 25px
}

.setting_tools .iButton,
.setting_tools .setting_holder,
.white_version .setting_tools .iButton {
    background-color: #dc5a97;
    background-image: url(../images/bg_pattern3.png)
}

.setting_tools p {
    font-size: 13px;
    font-weight: 800;
    padding: 0!important;
    margin: 5px 0!important;
    color: #000
}

.setting_tools p.first {
    margin-top: 0!important
}

.setting_tools p.noPadding {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.setting_tools .separator_bar {
    border: 0;
    border-top: 1px solid #000!important
}

@media only screen and (max-width:1024px) {
    .setting_tools .iButton {
        bottom: -5px;
        top: auto!important
    }
    .setting_tools.mUp .iButton {
        bottom: auto;
        top: 0!important
    }
    .setting_tools.mUp {
        bottom: auto;
        top: 65px
    }
    .setting_tools {
        bottom: 100px
    }
}

@media only screen and (max-width:768px) {
    .setting_tools {
        bottom: auto;
        top: 65px
    }
    .setting_tools .iButton {
        bottom: auto;
        top: 0!important
    }
    .setting_tools.mUp .iButton {
        bottom: -5px;
        top: auto!important
    }
}

.setting_tools a {
    letter-spacing: .1em;
    font-size: 10px;
    margin-bottom: 5px!important;
    margin-right: 5px!important
}

.setting_tools .iButton {
    position: absolute;
    font-size: 16px;
    top: 0;
    left: -33px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.setting_tools .iButton i {
    padding-top: 0;
    color: #000;
    font-size: 20px;
    position: relative;
    top: 2px;
    left: -3px
}

.setting_tools .button i {
    padding-top: 0;
    color: #000;
    font-size: 16px
}

.setting_tools .separator_bar {
    margin: 0 0 10px
}

.setting_tools .iButton,
.white_version .setting_tools .iButton {
    color: #000;
    padding: 5px 10px
}

.setting_tools .button {
    border: 1px solid #000;
    border-color: #000!important;
    color: #000!important
}

.setting_tools .button.active,
.setting_tools .button:hover {
    border: 1px solid #fff!important;
    color: #fff!important
}

.setting_tools .iButton:hover i {
    color: #fff
}

.setting_tools .button.mDown,
.setting_tools .button.mUp {
    border: none!important
}

.setting_tools .button.mUp {
    padding: 0 0 0 10px
}

.setting_tools .button.buyNow {
    display: inline-block;
    padding: 0;
    border: none!important;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: normal
}

a.temHigLight1 {
    background-color: #e66432;
    width: 25px;
    height: 25px;
    margin-right: 10px!important
}

a.temHigLight2 {
    background-color: #20b9eb;
    width: 25px;
    height: 25px;
    margin-right: 10px!important
}

a.temHigLight3 {
    background-color: #eb1e41;
    width: 25px;
    height: 25px
}

a.colWhite {
    background-color: #fff;
    width: 25px;
    height: 25px;
    margin-right: 10px!important
}

a.colNight {
    background-color: #28363e;
    width: 25px;
    height: 25px;
    margin-right: 10px!important
}

a.colBlack {
    background-color: #000;
    width: 25px;
    height: 25px
}

.tst,
.tst2,
.tst3,
.tst4 {
    z-index: 22210000000;
    width: 75px;
    height: 25px;
    position: fixed!important;
    padding: 3px 0 0 7px;
    top: 10px;
    left: 10px;
    background-color: #eee!important;
    color: #fff!important;
    border-color: #00000
}

.tst2 {
    left: 10px!important;
    top: 50px
}

.tst3 {
    left: 220px!important
}

.tst4 {
    left: 360px!important
}


/* #Hand cursor */

.fm_drag-cursor {
    cursor: move;
}

.fm_drag-cursor {
    cursor: url("../images/cursors/openhand.png") 8 8, -moz-grab;
}

.fm_drag-cursor {
    *cursor: url(../images/cursors/openhand.123);
}

.fm_drag-cursor {
    cursor: url(images/cursors/openhand.html);
}

.fm_draging-cursor {
    cursor: move;
}

.fm_draging-cursor {
    cursor: url("../images/cursors/closedhand.png") 8 8, -moz-grabbing;
}

.fm_draging-cursor {
    *cursor: url(../images/cursors/closedhand.123);
}

.fm_draging-cursor {
    cursor: url(images/cursors/closedhand.html);
}
.hr-sep{
    border: 1px solid #bdbdbd;
}

.fullwidth-p{
    /* max-width:100%; */
    /* max-height:100%; */
    height: 1020px;
}
.sesion {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 130px;
    text-align: center;
    font:12px body_font;
    background-color: rgba(255, 255, 255, 0.9);
    border-color: white;
    margin: 0 auto;
    width: 320px;
    padding-top:20px;
    padding-bottom: 20px;
    margin-top: 20%;
}
.sesion-css {
    font:12px body_font;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0.5rem;
}
.input[type="text"], input[type="password"]{
  font:12px body_font;
  -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; -apple-appearance: none;
  width:88%;
  padding:15px 0px 15px 8px;
  background:rgba(255,255,255,0.95);
  border:1px solid white;
  border-radius: 0px;
  font:12px body_font;
  text-align: center;
  margin-bottom:10px;
  opacity: 0.9;
  background-color: white;
}
.input[type="mensaje"], input[type="mensaje"]{
  font:12px body_font;
  -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; -apple-appearance: none;
  width:310px;
  height: 310px;
  padding:15px 0px 15px 8px;
  background:rgba(255,255,255,0.75);
  border:1px solid white;
  border-radius: 0px;
  font:12px body_font;
  text-align: center;
  margin-bottom:10px;
  opacity: 0.9;
}

textarea {
    resize:none;
    width: 88%;
    height: 150px;
    background:rgba(255,255,255,0.75);
    border-radius: 0px;
}
button{
    -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; -apple-appearance: none;
    width:88%;
    font:14px Play;
    display: block;
    border-radius: 0px;
    background-color: rgba(0,0,0,0.5);
  -moz-background-color: rgba(0,0,0,0.5);
  -webkit-background-color: rgba(0,0,0,0.5);
  -ms-background-color: rgba(0,0,0,0.5);
  -o-background-color: rgba(0,0,0,0.5);
    color: #fff;
    padding: 15px 35px;
    border:1px solid #F0F0F0;
  -moz-border:1px solid #F0F0F0;
  -webkit-border:1px solid #F0F0F0;
  -ms-border:1px solid #F0F0F0;
  -o-border:1px solid #F0F0F0;
    margin: 20px auto 0;
    opacity: 0.9;
    cursor: pointer;
}
input[type="button"]{
  font:14px body_font;
  -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; -apple-appearance: none;
  width:88%;
  padding:15px 0px 15px 8px;
  color:#FFF;
  background-color: rgba(0,0,0,0.5);
  -moz-background-color: rgba(0,0,0,0.5);
  -webkit-background-color: rgba(0,0,0,0.5);
  -ms-background-color: rgba(0,0,0,0.5);
  -o-background-color: rgba(0,0,0,0.5);
  border:1px solid #F0F0F0;
  -moz-border:1px solid #F0F0F0;
  -webkit-border:1px solid #F0F0F0;
  -ms-border:1px solid #F0F0F0;
  -o-border:1px solid #F0F0F0;
  opacity:0.9;
  cursor:pointer;
}
button{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -apple-appearance: none;
    width:88%;
    font: 16px body_font;
    display: block;
    border-radius: 0px;
    background-color: rgb(35, 43, 104);
    -moz-background-color: rgba(0,0,0,0.5);
    -webkit-background-color: rgba(0,0,0,0.5);
    -ms-background-color: rgba(0,0,0,0.5);
    -o-background-color: rgba(0,0,0,0.5);
    color: #fff;
    padding: 15px 35px;
    border:1px solid #F0F0F0;
    -moz-border:1px solid #F0F0F0;
    -webkit-border:1px solid #F0F0F0;
    -ms-border:1px solid #F0F0F0;
    -o-border:1px solid #F0F0F0;
    margin: 20px auto 0;
    opacity: 0.9;
    cursor: pointer;
}
.logout{
    margin: 0 auto;
    max-width: 300px;
    margin-top: 40px;
    margin-bottom: 6px;
}
input:focus{
  background:rgba(0,0,0,0.3);
  border-color: white 1px;
}
input[type="submit"]{
  opacity:1;
  cursor:pointer;
  color: white;
  font-size: 14px
  height:44px;
}
input[type="submit"]:hover{
  opacity:1;
  cursor:pointer;
  color: white;
  font-size: 14px
  height:44px;
}}
@media only screen and (min-width: 801px){
  .smartMenu_btn{
    display: none;
  }
  .menu_title{
    display: none;
  }
  .nav_bar{
    display: none
  }
}
.cssmenu{
    font-family: body_font, sans-serif;
    padding:20px 0 20px; /*--0.1% 0 0.1%--*/
    /* vertical-align: middle; */
    padding-top: 18%;
    padding-bottom: 10%;
    width: 320px;
    margin: 0 auto;
    display: table;
    vertical-align: middle;
}