* {
    transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    -webkit-transition: .3s ease; }

body {
    color: #333;
    font-family: Open Sans, san-serif;
    font-size: 14px; }
p {
    margin: 0 0 18px;
    line-height: 1.3; }
img {
    display: block;
    max-width: 100%; }
ul, ol {
    margin: 0 0 18px;
    padding-left: 18px; }
li {
    margin: 0;
    line-height: 1.3; }

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 14px;
    line-height: 1.2;
    font-weight: bold;
    font-family: Open Sans Condensed, Open Sans, san-serif; }
h1 { font-size: 32px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 22px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

.btn-link {
    display: inline-block;
    color: #0066cc;
    font-weight: bold;
    border: 1px #0066cc solid;
    padding: 9px 18px; }
.btn-link:hover {
    text-decoration: none;
    background: #0066cc;
    color: #fff; }

.full-width .panelwrapper {
    overflow: hidden;
    padding: 0;
    width: 100%; }

.main-content {
    overflow: hidden; }

.navbar-default {
    padding-bottom: 34px;
    border: none;
    margin: 0;
    background: #474747 url(../img/img-nav-global-2px.png) repeat-x; }
.navbar-default > .container {
    position: relative; }
.navbar-brand {
    padding: 0; }
.navbar > .container .navbar-brand {
    margin-left: -31px; }
.x-menu {
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: #313131 url(../img/img-usebar-shadow-2px.png) repeat-x;
    transition: none;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none; }
.x-menu.float {
    position: fixed;
    top: 0; }
.x-header-block {
    float: right;
    width: 130px; }
.x-header-block > a {
    display: block;
    font-weight: bold;
    font-family: Open Sans Condensed;
    font-size: 13px;
    color: #d9d3d3;
    text-align: right;
    padding: 3px 0;
    line-height: 24px; }
.x-header-block > a:hover {
    text-decoration: none;
    color: #fff; }
.x-header-block .wrapsearchinput {
    position: relative;
    float: right;
    width: 100%; }
.x-header-block .wrapsearchinput .form-control {
    background: #c1c1c1;
    color: #1f1f1f;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
    border: none;
    outline: none !important;
    padding: 0 20px 0 6px;
    font-family: Open Sans Condensed;
    font-weight: 700;
    width: 100%;
    display: block; }
.x-header-block .wrapsearchinput .form-control:-moz-placeholder {
    color: #1f1f1f;
    opacity: 1; }
.x-header-block .wrapsearchinput .form-control::-moz-placeholder {
    color: #1f1f1f;
    opacity: 1; }
.x-header-block .wrapsearchinput .form-control:-ms-input-placeholder {
    color: #1f1f1f; }
.x-header-block .wrapsearchinput .form-control::-webkit-input-placeholder {
    color: #1f1f1f; }
.x-header-block .wrapsearchinput input[type='submit'] {
    position: absolute;
    top: 0;
    right: 0;
    color: transparent;
    height: 25px;
    width: 20px;
    border: none;
    background: transparent url(../img/icn-search.png) no-repeat left center; }
.x-site-title {
    color: #d9d3d3;
    line-height: 34px;
    font-size: 17px;
    float: left;
    font-family: Open Sans Condensed;
    font-weight: 700; }
.navbar-right {
    margin-right: -16px; }
.navbar-default .navbar-nav > .active {
    background: #292929 url(../img/img-usebar-shadow-2px.png) repeat-x; }
.navbar-nav > li > a {
    padding: 9px 16px 9px 18px;
    line-height: 16px;
    font-size: 14px;
    color: #d9d3d3;
    background: transparent url(../img/nav-divider.png) no-repeat left center;
    font-family: Open Sans Condensed;
    font-weight: bold; }
.navbar-nav > li > a span {
    display: none; }
.navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .show > a, .navbar-default .navbar-nav > .show > a:focus, .navbar-default .navbar-nav > .show:hover > a, .navbar-default .navbar-nav > .show > a:hover {
    color: #fff;
    background: transparent url(../img/nav-divider.png) no-repeat left center; }
.navbar-nav > .dropdown-toggle > a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    width: 6px;
    height: 6px;
    margin: 0 auto;
    border-top: 1px transparent solid;
    border-left: 1px transparent solid;
    border-right: 1px #777 solid;
    border-bottom: 1px #777 solid;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
.navbar-nav > .dropdown-toggle.active > a:after {
    border-top: 1px transparent solid;
    border-left: 1px transparent solid;
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid; }
.navbar-nav > .dropdown-toggle.show > a:after {
    bottom: 1px;
    border-top: 1px #fff solid;
    border-left: 1px #fff solid;
    border-right: 1px transparent solid;
    border-bottom: 1px transparent solid; }
.navbar-nav > li > .dropdown-menu {
    background: transparent;
    box-shadow: none;
    float: none;
    left: -145px !important;
    right: -145px;
    width: 290px !important;
    border: none;
    margin: 0 auto !important;
    padding: 0; }
.navbar-nav > li > .dropdown-menu > li {
    margin-top: 30px;
    opacity: 0; }
.navbar-nav > li > .dropdown-menu > li:nth-child(2) {
    transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -webkit-transition-delay: .1s; }
.navbar-nav > li > .dropdown-menu > li:nth-child(3) {
    transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -webkit-transition-delay: .2s; }
.navbar-nav > li > .dropdown-menu > li:nth-child(4) {
    transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -webkit-transition-delay: .3s; }
.navbar-nav > li > .dropdown-menu > li:nth-child(5) {
    transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    -webkit-transition-delay: .4s; }
.navbar-nav > li > .dropdown-menu > li:nth-child(6) {
    transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -webkit-transition-delay: .5s; }
.navbar-nav > .show > .dropdown-menu > li {
    margin-top: 0;
    opacity: 1; }
.navbar-nav > li > .dropdown-menu > li > a {
    padding: 9px 18px;
    line-height: 16px;
    font-size: 14px;
    color: #777;
    text-align: center;
    margin-top: 1px;
    background: #313131 url(../img/img-usebar-shadow-2px.png) repeat-x;
    font-family: Open Sans Condensed;
    font-weight: 700; }
.navbar-nav > li > .dropdown-menu > li:hover > a, .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-nav > li > .dropdown-menu > .active > a, .navbar-nav > li > .dropdown-menu > .active:hover > a, .navbar-nav > li > .dropdown-menu > .active > a:focus, .navbar-nav > li > .dropdown-menu > .active:hover > a, .navbar-nav > li > .dropdown-menu > .active > a:hover {
    background: #313131 url(../img/img-usebar-shadow-2px.png) repeat-x;
    color: #fff; }

.top-pane .panelwrapper {
    width: 100%;
    padding: 0; }
.top-pane .panelwrapper .modulecontent {
    overflow: hidden; }

.home-banner {
    margin-bottom: 103px; }
.home-banner .modulecontent {
    background: #fafafa; }
.home-banner img {
    display: none; }
.home-banner .item {
    min-height: 240px;
    position: relative;
    overflow: hidden; }
.home-banner .item .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center center;
    background-size: cover;
    filter: blur(15px);
    -webkit-filter: blur(15px);
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transition: .9s ease;
    -moz-transition: .9s ease;
    -o-transition: .9s ease;
    -webkit-transition: .9s ease; }
.home-banner .active .background {
    filter: blur(0);
    -webkit-filter: blur(0); }
.home-banner .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.home-banner .container > img {
    position: absolute;
    top: 50%;
    right: 0;
    width: 66.666666% !important;
    opacity: 0;
    transform: translate(50%,-50%);
    -moz-transform: translate(50%,-50%);
    -ms-transform: translate(50%,-50%);
    -webkit-transform: translate(50%,-50%);
    transition-delay: .9s;
    -moz-transition-delay: .9s;
    -o-transition-delay: .9s;
    -webkit-transition-delay: .9s; }
.home-banner .active .container > img {
    opacity: 1;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%); }
.home-banner .container div {
    position: absolute;
    top: 50%;
    left: 0;
    width: 33.333333%;
    padding: 15px;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%); }
.home-banner .container div h1 {
    opacity: 0;
    font-family: Open Sans, san-serif;
    margin: 0 0 16px;
    font-size: 32px;
    font-weight: bold;
    transform: translate(-60px,0);
    -moz-transform: translate(-60px,0);
    -ms-transform: translate(-60px,0);
    -webkit-transform: translate(-60px,0);
    transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s; }
.home-banner .container div p {
    opacity: 0;
    margin: 0;
    font-size: 16px;
    transform: translate(-60px,0);
    -moz-transform: translate(-60px,0);
    -ms-transform: translate(-60px,0);
    -webkit-transform: translate(-60px,0);
    transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s; }
.home-banner .container div ul {
    opacity: 0;
    margin: 8px 0 0;
    padding-left: 21px;
    transform: translate(-60px,0);
    -moz-transform: translate(-60px,0);
    -ms-transform: translate(-60px,0);
    -webkit-transform: translate(-60px,0);
    transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    -webkit-transition-delay: 1.8s; }
.home-banner .container div ul li {
    font-size: 16px; }
.home-banner .active .container div h1, .home-banner .active .container div p, .home-banner .active .container div ul {
    opacity: 1;
    transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0); }

.owl-carousel .owl-dots {
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
    text-align: center; }
.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    outline: none;
    width: 15px;
    height: 15px; }
.owl-carousel .owl-dots .owl-dot span {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 3px;
    height: 3px;
    background: #333;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.3); }
.owl-carousel .owl-dots .owl-dot:hover span {
    width: 7px;
    height: 7px;
    top: 4px;
    left: 4px; }
.owl-carousel .owl-dots .owl-dot.active span {
    width: 11px;
    height: 11px;
    top: 2px;
    left: 2px; }

.inner-banner {
    background: #fafafa; }
.inner-banner .modulecontent:before, .home-banner .modulecontent:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
    margin: -9px 0 0 -9px;
    border: 3px #434343 solid;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }
@keyframes rotate {
    from { transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); }
    to { transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes rotate {
    from { transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); }
    to { transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); }
}
.inner-banner .modulecontent:after, .home-banner .modulecontent:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 4px;
    margin: -2px 0 0 -18px;
    border-right: 6px #434343 solid;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    animation: rotate .9s infinite linear;
    -webkit-animation: rotate .9s infinite linear; }
.inner-banner .modulecontent div {
    position: relative;
    height: 250px;
    overflow: hidden;
    z-index: 1;
    background-position: center center;
    background-size: cover; }
.inner-banner.off .modulecontent div {
    opacity: 0;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transition: none;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none; }
.inner-banner .modulecontent div img {
    display: none; }

.top-pane .panelwrapper .modulecontent .cyclenav {
    text-align: center;
    height: 103px;
    padding-top: 15px;
    font-size: 0; }
.top-pane .panelwrapper .modulecontent .cyclenav a {
    position: relative;
    display: inline-block;
    font-size: 0;
    width: 15px;
    height: 15px; }
.top-pane .panelwrapper .modulecontent .cyclenav a:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 6px;
    width: 3px;
    height: 3px;
    background: #313131;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }
.top-pane .panelwrapper .modulecontent .cyclenav a:hover:before {
    width: 7px;
    height: 7px;
    top: 4px;
    left: 4px; }
.top-pane .panelwrapper .modulecontent .cyclenav a.activeSlide:before {
    width: 11px;
    height: 11px;
    top: 2px;
    left: 2px; }
.home-block {
    overflow: hidden;
    margin: 0 -26px;
    padding-bottom: 103px; }
.home-block > div {
    float: left;
    padding: 0 26px; }
.home-block > div.float_right {
    float: right; }
.home-block .image {
    padding-top: 6px;
    width: 54%; }
.home-block.off .image {
    background: #fafafa; }
.home-block.off .image img {
    opacity: 0;
    transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    -webkit-transform: translate(-100%,0); }
.home-block.off .float_right img {
    opacity: 0;
    transform: translate(100%,0);
    -moz-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    -webkit-transform: translate(100%,0); }
.home-block .content {
    width: 46%; }
.home-block.off .content h4 {
    color: transparent;
    letter-spacing: 3px; }
.home-block.off .content p {
    color: transparent;
    transform: translate(0,100%);
    -moz-transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    -webkit-transform: translate(0,100%); }
.home-block .content .btn-link {
    opacity: 1;
    transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -webkit-transition-delay: .3s; }
.home-block.off .content .btn-link {
    opacity: 0;
    transform: translate(100%,0);
    -moz-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    -webkit-transform: translate(100%,0); }
.bg-grey {
    background: #fafafa; }
.cert-list {
    overflow: hidden;
    text-align: center;
    list-style: none;
    padding: 21px 0 0;
    margin: 0 -8px; }
.cert-list li {
    padding: 0 8px 18px;
    display: inline-block; }
.cert-list.off li {
    opacity: 0;
    transform: translate(0,100%);
    -moz-transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    -webkit-transform: translate(0,100%); }
.cert-list li:nth-child(1) {
    transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -webkit-transition-delay: .2s; }
.cert-list li:nth-child(3) {
    transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -webkit-transition-delay: .1s; }
.cert-list li:nth-child(4) {
    transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -webkit-transition-delay: .3s; }
.cert-list li .image {
    border: 1px #474747 solid; }
.cert-list li .image img {
    margin: 0 auto;
    height: 90px !important; }
.cert-list li b {
    font-size: 12px;
    display: block;
    text-align: center;
    margin-top: 6px; }

.foot {
    background: #434343;
    color: #c5c5c5;
    border-top: 1px #616161 solid; }
.foot a {
    cursor: pointer;
    display: block;
    padding: 18px 0;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    font-family: Open Sans Condensed, Open Sans, san-serif; }
.foot a:hover {
    text-decoration: none; }
.foot .print-page {
    padding-left: 20px;
    background: url(../img/icn-print.gif) no-repeat 0 50%; }
.foot .scroll-top {
    text-align: center;
    background: url(../img/icn-footer-arrow-up.gif) no-repeat center 8px; }
.foot .copyright {
    font-family: Arial, san-serif;
    padding: 10px 0 30px;
    font-size: 11px;
    text-align: center;
    line-height: 1; }

.htmlmodule {
    position: relative; }
.admin-view .htmlmodule {
    min-height: 30px; }

.modulelinks {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    overflow: hidden;
    background: #f1f1f1;
    box-shadow: 0 0 150px rgba(0,0,0,.15), 0 9px 15px rgba(0,0,0,.12), 0 3px 6px rgba(0,0,0,.09);
    -webkit-box-shadow: 0 0 150px rgba(0,0,0,.15), 0 9px 15px rgba(0,0,0,.12), 0 3px 6px rgba(0,0,0,.09); }
.modulelinks a {
    position: relative;
    color: #333;
    display: block;
    float: left; }
.modulelinks .ModuleEditLink {
    line-height: 16px;
    padding: 6px 15px; }
.modulelinks .ModuleEditLink:hover {
    text-decoration: none;
    color: #fff;
    background: #434343; }
.modulelinks .ModuleEditLink:after {
    content: '';
    position: absolute;
    top: 6px;
    bottom: 6px;
    right: -1px;
    width: 1px;
    background: #ccc; }
.modulelinks .inlineedittoggle {
    margin: 6px; }

.navbar-toggle {
    margin: 0; }
.navbar-default .navbar-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 35px;
    background: #292929 !important;
    border: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0; }
.navbar-default .navbar-toggle.collapsed {
    height: 34px; }
.navbar-default .navbar-toggle span {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 15px;
    height: 2px;
    background: transparent; }
.navbar-default .navbar-toggle.collapsed span {
    background: #fff; }
.navbar-default .navbar-toggle span:before, .navbar-default .navbar-toggle span:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0; }
.navbar-default .navbar-toggle span:before {
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg); }
.navbar-default .navbar-toggle span:after {
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg); }
.navbar-default .navbar-toggle.collapsed span:before, .navbar-default .navbar-toggle.collapsed span:after {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
.navbar-default .navbar-toggle.collapsed span:before {
    top: -6px; }
.navbar-default .navbar-toggle.collapsed span:after {
    top: 6px; }

.breadcrumbs {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto; }
.breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 20px 0;
    overflow: hidden; }
.breadcrumbs ul li {
    position: relative;
    float: left;
    color: #333;
    font-size: 13px;
    line-height: 16px;
    padding-left: 15px; }
.breadcrumbs.off ul li {
    background: #fafafa;
    color: transparent; }
.breadcrumbs ul li:first-child {
    padding-left: 0; }
.breadcrumbs ul li:before {
    content: '\f105';
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 16px;
    width: 15px;
    text-align: center; }
.breadcrumbs ul li:first-child:before {
    display: none; }
.breadcrumbs ul li a {
    color: inherit;
    display: block; }

.x-content.off h1, .x-content.off h2, .x-content.off h3, .x-content.off h4, .x-content.off h5, .x-content.off h6, .x-content.off strong {
    color: transparent;
    letter-spacing: 3px; }
.x-content.off p, .x-content.off ul, .x-content.off ol, .x-content.off table {
    opacity: 0;
    transform: translate(0,100%);
    -moz-transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    -webkit-transform: translate(0,100%); }

.remove_fadeout h1, .remove_fadeout h2, .remove_fadeout h3, .remove_fadeout h4, .remove_fadeout h5, .remove_fadeout h6, .remove_fadeout strong {
    color: transparent;
    letter-spacing: 3px; }
.remove_fadeout p, .remove_fadeout ul, .remove_fadeout ol, .remove_fadeout table {
    opacity: 0;
    transform: translate(0,100%);
    -moz-transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    -webkit-transform: translate(0,100%); }

.remove_fadeout.off h1, .remove_fadeout.off h2, .remove_fadeout.off h3, .remove_fadeout.off h4, .remove_fadeout.off h5, .remove_fadeout.off h6, .remove_fadeout.off strong, .remove_fadeout.off p, .remove_fadeout.off ul, .remove_fadeout.off ol, .remove_fadeout.off table {
    transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important; }

.text-center {
    max-width: 930px;
    margin-left: auto;
    margin-right: auto; }
.x-stripe:after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background: #434343;
    margin: 15px auto 30px; }
.x-content.off .x-stripe:after {
    width: 0; }

.x-milestone .modulecontent > div {
    position: relative;
    min-height: 150px; }
.ms-holder {
    padding-right: 25%; }
.ms-holder .owl-carousel {
    position: static !important; }
.ms-holder .item {
    padding: 45px 0 120px; }
.ms-holder .item h5 {
    position: relative;
    text-align: center;
    margin: 0;
    padding-bottom: 42px;
    color: #005f9b; }
.ms-holder .item h5:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 3px;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    background: #005f9b;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }
.ms-holder .item h5:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border: 1px #005f9b solid;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }
.ms-holder .item ul {
    position: relative;
    margin: 0;
    padding: 24px 0 0;
    list-style: none; }
.ms-holder .item ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 48px;
    width: 1px;
    background: #005f9b; }
.ms-holder .item ul li {
    position: relative;
    height: 96px;
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0); }
.ms-holder .item ul li:nth-child(2) {
    transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -webkit-transition-delay: .1s; }
.ms-holder .item ul li:nth-child(3) {
    transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -webkit-transition-delay: .2s; }
.ms-holder .item ul li:nth-child(4) {
    transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -webkit-transition-delay: .3s; }
.ms-holder .item ul li:nth-child(5) {
    transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    -webkit-transition-delay: .4s; }
.ms-holder .item ul li:nth-child(6) {
    transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -webkit-transition-delay: .5s; }
.ms-holder .item ul li:nth-child(7) {
    transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    -webkit-transition-delay: .6s; }
.ms-holder .item ul li:nth-child(8) {
    transition-delay: .7s;
    -moz-transition-delay: .7s;
    -o-transition-delay: .7s;
    -webkit-transition-delay: .7s; }
.ms-holder .item ul li:nth-child(9) {
    transition-delay: .8s;
    -moz-transition-delay: .8s;
    -o-transition-delay: .8s;
    -webkit-transition-delay: .8s; }
.ms-holder .item ul li:nth-child(10) {
    transition-delay: .9s;
    -moz-transition-delay: .9s;
    -o-transition-delay: .9s;
    -webkit-transition-delay: .9s; }
.ms-holder .item ul li:nth-child(11) {
    transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s; }
.ms-holder .item ul li:nth-child(12) {
    transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s; }
.ms-holder .item ul li:nth-child(13) {
    transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s; }
.ms-holder .item ul li:nth-child(14) {
    transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s; }
.ms-holder .item ul li:nth-child(15) {
    transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    -webkit-transition-delay: 1.4s; }
.ms-holder .item ul li:nth-child(16) {
    transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s; }
.ms-holder .item ul li:nth-child(17) {
    transition-delay: 1.6s;
    -moz-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    -webkit-transition-delay: 1.6s; }
.ms-holder .item ul li:nth-child(18) {
    transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    -webkit-transition-delay: 1.7s; }
.ms-holder .item ul li:nth-child(19) {
    transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    -webkit-transition-delay: 1.8s; }
.ms-holder .item ul li:nth-child(20) {
    transition-delay: 1.9s;
    -moz-transition-delay: 1.9s;
    -o-transition-delay: 1.9s;
    -webkit-transition-delay: 1.9s; }
.ms-holder .active .item ul li {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1); }
.ms-holder .item ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    margin: -4px 0 0 -4px;
    background: #005f9b;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }
.ms-holder .item ul li div {
    position: absolute;
    top: 50%;
    padding: 15px;
    overflow: hidden;
    background: #eae9e9;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%); }
.ms-holder .item ul li.align-left div {
    left: 12.5%;
    right: 54%; }
.ms-holder .item ul li.align-left.with-image div {
    left: 0; }
.ms-holder .item ul .align-right div {
    left: 54%;
    right: 12.5%; }
.ms-holder .item ul .align-right.with-image div {
    right: 0; }
.ms-holder .item ul li p {
    margin: 0;
    font-size: 13px;
    line-height: 18px; }
.ms-holder .item ul .with-image p {
    float: left; }
.ms-holder .item ul li p strong {
    padding-bottom: 9px;
    line-height: 21px;
    display: block; }
.ms-holder .item ul li img {
    position: absolute;
    top: 50%;
    right: 15px;
    width: auto;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%); }

.ms-holder .owl-nav {
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    max-width: 290px;
    margin: 0 auto;
    display: none; }
.ms-holder .owl-carousel .owl-nav button {
    position: relative;
    outline: none;
    width: 63px;
    height: 63px; }
.ms-holder .owl-carousel .owl-nav button.owl-prev {
    float: left; }
.ms-holder .owl-carousel .owl-nav button.owl-next {
    float: right; }
.ms-holder .owl-carousel .owl-nav button.disabled {
    opacity: 0; }
.ms-holder .owl-carousel .owl-nav button:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
.ms-holder .owl-carousel .owl-nav button.owl-prev:before {
    border-left: 1px #005f9b solid;
    border-bottom: 1px #005f9b solid; }
.ms-holder .owl-carousel .owl-nav button.owl-next:before {
    border-top: 1px #005f9b solid;
    border-right: 1px #005f9b solid; }
.ms-holder .owl-carousel .owl-dots {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0;
    width: 25%;
    padding-left: 42px; }
.ms-holder .owl-carousel .owl-dots:before {
    content: '';
    position: absolute;
    top: 0;
    left: 42px;
    bottom: 0;
    width: 1px;
    background: #e8e8e8; }
.ms-holder .owl-carousel .owl-dots button.owl-dot {
    position: relative;
    display: block;
    font-size: 19px;
    width: 100%;
    height: 60px;
    outline: none;
    border-bottom: 6px #e8e8e8 solid; }
.ms-holder .owl-carousel .owl-dots button.owl-dot.active {
    color: #fff;
    background: #005f9b;
    border-bottom: 6px #005f9b solid; }
.ms-holder .owl-carousel .owl-dots button.owl-dot span {
    background: transparent;
    box-shadow: none;
    position: static; }

.block-holder {
    margin-top: -18px;
    padding-bottom: 60px; }
.block-holder .item {
    color: #fff;
    padding: 30px; }
.block-holder .item h3 {
    padding: 21px 0 12px; }
.remove_fadeout .block-holder .item, .x-content.off .block-holder .item {
    opacity: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0); }
.remove_fadeout.off .block-holder .item {
    transition: none;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none; }
.block-holder .item strong {
    display: block; }
.block-holder .item p {
    min-height: 72px;
    margin: 0; }
.block-holder .item p+p {
    margin-top: 18px; }
.block-holder .item a {
    color: #fff; }
.block-holder .item2 {
    color: #fff;
    padding: 48px 30px 18px; }
.off .block-holder .item2 {
    opacity: 0;
    transform: translate(0,100%);
    -moz-transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    -webkit-transform: translate(0,100%); }
.block-holder .item2 b, .block-holder .item2 strong {
    display: block; }
.block-holder .item2 strong {
    line-height: 1;
    margin: 9px 0 9px; }
.block-holder > div:nth-child(1) .item, .block-holder > div:nth-child(1) .item2 {
    transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -webkit-transition-delay: .2s; }
.block-holder > div:nth-child(3) .item, .block-holder > div:nth-child(3) .item2 {
    transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -webkit-transition-delay: .1s; }
.block-holder > div:nth-child(4) .item, .block-holder > div:nth-child(4) .item2 {
    transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -webkit-transition-delay: .3s; }

.process-holder {
    padding: 60px 0 30px; }
.process-holder .item {
    margin-bottom: 30px; }
.process-holder .item h5 {
    margin: 18px 0 9px; }
.process-holder .item h5 span {
    display: inline-block;
    vertical-align: 2px;
    margin-right: 3px;
    font-size: 14px;
    width: 18px;
    font-weight: 300;
    border: 1px #333 solid;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }
.x-content.off .process-holder .item h5 span {
    border: 1px transparent solid; }
.x-content .process-holder .item img {
    margin: 0 auto; }
.x-content.off .process-holder .item img {
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0); }
.process-holder > div:nth-child(2) .item img, .process-holder > div:nth-child(2) .item h5, .process-holder > div:nth-child(2) .item p {
    transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -webkit-transition-delay: .1s; }
.process-holder > div:nth-child(3) .item img, .process-holder > div:nth-child(3) .item h5, .process-holder > div:nth-child(3) .item p {
    transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -webkit-transition-delay: .2s; }
.process-holder > div:nth-child(4) .item img, .process-holder > div:nth-child(4) .item h5, .process-holder > div:nth-child(4) .item p {
    transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -webkit-transition-delay: .3s; }
.process-holder > div:nth-child(5) .item img, .process-holder > div:nth-child(5) .item h5, .process-holder > div:nth-child(5) .item p {
    transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    -webkit-transition-delay: .4s; }
.process-holder > div:nth-child(6) .item img, .process-holder > div:nth-child(6) .item h5, .process-holder > div:nth-child(6) .item p {
    transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -webkit-transition-delay: .5s; }

.x-video-block {
    padding: 90px 0 60px; }
.x-video-block > div {
    padding-bottom: 30px; }
.x-video-block.off > div {
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0); }
.x-video-block video {
    display: block;
    border: 1px #ccc solid;
    width: 100%;
    height: 416px; }

.x-row {
    margin-left: -6px;
    margin-right: -6px; }
.x-row > div {
    padding-left: 6px;
    padding-right: 6px; }
.x-row2 {
    margin-left: 0;
    margin-right: 0; }
.x-row2 > div {
    padding-left: 0;
    padding-right: 0; }

.cr-list {
    padding-bottom: 120px; }
.remove_fadeout .cr-list > div, .off .cr-list > div {
    opacity: 0;
    transform: translate(50%,0);
    -moz-transform: translate(50%,0);
    -ms-transform: translate(50%,0);
    -webkit-transform: translate(50%,0); }
.remove_fadeout .cr-list > div:first-child, .off .cr-list > div:first-child {
    transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0); }
.remove_fadeout.off .cr-list > div {
    transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -webkit-transition: none !important; }
.cr-item-head {
    font-size: 18px;
    text-align: center;
    background: #4d4d4d;
    color: #fff;
    height: 60px;
    position: relative; }
.off .cr-item-head {
    background: #fafafa;
    color: #fafafa; }
.cr-item-head b {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%); }
.cr-item-body > div {
    font-family: Open Sans Condensed;
    background: #fafafa; }
.cr-item-body > div:nth-child(even) {
    background: #eee; }
.cr-item-body img {
    padding: 15px; }
.cr-item-body p {
    margin: 0 0 6px;
    padding: 30px 15px 0; }
.x-content .modulecontent .cr-item-body ul {
    padding: 0 15px 30px; }
.x-content .modulecontent .cr-item-body ul li {
    margin: 0; }

.x-icon {
    position: relative;
    overflow: hidden;
    width: 120px;
    height: 69px;
    margin: 0 auto 30px; }
.x-icon .desc {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    display: block;
    padding: 5px;
    color: #333;
    background: #fff;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%); }
.off .x-icon .desc {
    opacity: 0; }
.x-icon .arrow-up, .x-icon .arrow-down {
    transition-delay: .6s;
    position: absolute;
    margin: 0 !important;
    min-height: 0 !important;
    width: 21px;
    height: 100%;
    transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    -webkit-transition-delay: .6s; }
.off .x-icon .arrow-up, .off .x-icon .arrow-down {
    height: 0;
    opacity: 0; }
.x-icon .arrow-up {
    bottom: 0;
    right: 50%; }
.x-icon .arrow-down {
    top: 0;
    left: 50%; }
.x-icon .arrow-up:before, .x-icon .arrow-down:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 1px;
    background: #fff; }
.x-icon .arrow-up:after, .x-icon .arrow-down:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 9px;
    height: 9px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
.x-icon .arrow-up:after {
    top: 2px;
    border-top: 1px #fff solid;
    border-left: 1px #fff solid;
    border-right: 1px transparent solid;
    border-bottom: 1px transparent solid; }
.x-icon .arrow-down:after {
    bottom: 2px;
    border-top: 1px transparent solid;
    border-left: 1px transparent solid;
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid; }

.float-btn {
    position: relative; }
.float-btn a {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #333;
    white-space: nowrap;
    background-color: #eaeaea;
    background-image: url(../img/icn-pdf.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 21px;
    padding: 6px 15px 6px 45px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px; }
.float-btn a:hover {
    text-decoration: none;
    background-color: #c90f0f;
    color: #fff; }

.image-holder .item {
    position: relative;
    overflow: hidden;
    margin-top: 12px; }
.image-holder .item img {
    width: 100%;
    max-width: none; }
.image-holder .item p {
    position: absolute;
    left: 0;
    color: #fff;
    bottom: 0;
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
    background: #000;
    background: rgba(0,0,0,.6); }

.image-holder.off .item {
    opacity: 0;
    transform: translate(0,50%);
    -moz-transform: translate(0,50%);
    -ms-transform: translate(0,50%);
    -webkit-transform: translate(0,50%); }
.image-holder > div:nth-child(2) .item {
    transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -webkit-transition-delay: .1s; }
.image-holder > div:nth-child(3) .item {
    transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -webkit-transition-delay: .2s; }
.image-holder > div:nth-child(4) .item {
    transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -webkit-transition-delay: .5s; }
.image-holder > div:nth-child(5) .item {
    transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    -webkit-transition-delay: .4s; }
.image-holder > div:nth-child(6) .item {
    transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -webkit-transition-delay: .3s; }
.image-holder > div:nth-child(7) .item {
    transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    -webkit-transition-delay: .6s; }
.image-holder > div:nth-child(8) .item {
    transition-delay: .7s;
    -moz-transition-delay: .7s;
    -o-transition-delay: .7s;
    -webkit-transition-delay: .7s; }
.image-holder > div:nth-child(9) .item {
    transition-delay: .8s;
    -moz-transition-delay: .8s;
    -o-transition-delay: .8s;
    -webkit-transition-delay: .8s; }

.product-list .item {
    margin-bottom: 30px; }
.product-list .item .row {
    background: #eeeff2; }
.product-list .item .x-row2 > div:first-child {
    padding-right: 15px; }
.product-list .item img {
    width: 100%; }
.product-list.off .item img {
    opacity: 0;
    transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    -webkit-transform: translate(-100%,0); }
.product-list .item strong {
    display: block;
    font-size: 16px;
    padding: 30px 30px 6px 15px; }
.product-list .item p {
    margin: 0;
    padding: 0 30px 0 15px;
    transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -webkit-transition-delay: .1s; }
.product-list.off .item strong, .product-list.off .item p {
    color: transparent;
    transform: translate(0,100%);
    -moz-transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    -webkit-transform: translate(0,100%); }

.x-container {
    max-width: 1500px;
    margin: 0 auto; }

.facility-holder > img {
    display: none; }
.facility-list {
    padding-top: 1px;
    padding-bottom: 1px; }
.facility-list .item > div {
    position: relative;
    overflow: hidden;
    padding: 1px; }
.facility-list .item > div img {
    width: 100%; }
.facility-list .item > .image-half {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    float: left; }
.facility-list.off .item > .image-half {
    opacity: 0;
    transform: translate(0,100%);
    -moz-transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    -webkit-transform: translate(0,100%); }
.facility-list .item > .image-half:first-child {
    left: 0; }
.facility-list.off .item > .image-1 {
    opacity: 0;
    transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    -webkit-transform: translate(-100%,0); }
.facility-list .item > .image-2of3 {
    width: 66.666666%; }
.facility-list.off .item > .image-2of3 {
    opacity: 0;
    transform: translate(100%,0);
    -moz-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    -webkit-transform: translate(100%,0); }
.facility-list .item > .cover-white:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: #fff;
    opacity: .6; }
.facility-list .item span {
    display: block;
    font-size: 39px;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    text-align: right;
    transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -webkit-transition-delay: .3s; }
.facility-list.off .item span {
    opacity: 0;
    transform: translate(100%,0);
    -moz-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    -webkit-transform: translate(100%,0); }

.x-content .modulecontent ul {
    list-style: none;
    padding: 0; }
.x-content .modulecontent ul li {
    position: relative;
    padding-left: 12px; }
.x-content .modulecontent ul li+li {
    margin-top: 9px; }
.x-content .modulecontent ul li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #4d4d4d; }

.gallery-holder table {
    display: none; }
.gallery-list {
    position: relative;
    overflow: hidden;
    margin: 0 -1px 120px; }
.gallery-list .album-intro {
    border-right: 1px #fff solid;
    border-bottom: 1px #fff solid;
    background: #fafafa;
    margin-left: 50%; }
.gallery-list .album-intro h4 {
    margin: 0;
    padding: 45px 60px 6px; }
.gallery-list .album-intro p {
    margin: 0;
    padding: 0 60px; }
.gallery-list .album {
    position: relative;
    overflow: hidden;
    width: 50%;
    float: left;
    cursor: pointer; }
.gallery-list .album:nth-child(even) {
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%); }
.gallery-list .album:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 1px;
    bottom: 1px;
    opacity: .6;
    transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -webkit-transition: .3s ease; }
.gallery-list .dark-cover:after {
    background: #000; }
.gallery-list .blue-cover:after {
    background: #1b3e7f; }
.gallery-list .album:hover:after {
    opacity: 0; }
.gallery-list .album strong {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    color: #fff;
    text-align: center;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%); }
.gallery-list .album:hover strong {
    padding-bottom: 45px; }
.gallery-list .album strong:after {
    content: '';
    display: block;
    margin: 6px auto 0;
    width: 60px;
    height: 1px;
    background: #fff; }
.gallery-list .album strong span {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: #fff;
    color: #333;
    width: 120px;
    font-size: 12px;
    margin: 0 auto;
    padding: 6px 18px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px; }
.gallery-list .album:hover strong span {
    opacity: 1; }
.gallery-list .album ul {
    list-style: none;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 1px;
    bottom: 1px;
    margin: 0;
    padding: 0; }
.gallery-list .album ul li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    padding: 0;
    background-position: center center;
    background-size: cover; }
.gallery-list .album ul li:first-child, .gallery-list .album ul li.active {
    opacity: 1; }
.gallery-list .album ul li:before {
    display: none; }
.gallery-list .album ul li img {
    display: none; }

.x-overlay, .x-lightbox {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
    visibility: hidden;
    opacity: 0; }
.x-overlay {
    background: #000; }
.x-overlay.active {
    top: 0;
    opacity: .6;
    visibility: visible; }
.x-lightbox.active {
    top: 0;
    opacity: 1;
    visibility: visible; }

.x-lightbox .item {
    margin: 0; }
.x-lightbox .item div {
    position: absolute;
    top: 45px;
    left: 45px;
    right: 45px;
    bottom: 45px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain; }
.x-lightbox .owl-carousel .owl-dots {
    bottom: 30px; }
.x-lightbox .owl-carousel .owl-dots .owl-dot span {
    background: #fff; }

.blur {
    filter: blur(3px);
    -webkit-filter: blur(3px); }

.close-lightbox {
    z-index: 3;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px; }
.close-lightbox:before, .close-lightbox:after {
    content: '';
    width: 27px;
    height: 2px;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -1px;
    background: #fff; }
.close-lightbox:before {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg); }
.close-lightbox:after {
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }

.job-intro h5 {
    margin: 0 0 3px; }
.x-content .modulecontent .job-intro ul {
    margin-bottom: 30px; }
.x-content .modulecontent .job-intro ul li+li {
    margin-top: 0; }

.job-list {
    width: 100%; }
.x-content.off .job-list {
    opacity: 0;
    transform: translate(50%,0);
    -moz-transform: translate(50%,0);
    -ms-transform: translate(50%,0);
    -webkit-transform: translate(50%,0); }
.job-list th {
    padding-left: 30px; }
.job-list tr th:first-child {
    padding-left: 0; }
.job-list thead th {
    white-space: nowrap;
    font-family: Open Sans Condensed;
    font-size: 18px;
    padding-bottom: 3px;
    border-bottom: 2px #c1c1c1 solid; }
.job-list tbody th {
    padding-top: 2px;
    padding-bottom: 2px;
    border-bottom: 1px #d9d9d9 solid;
    font-weight: 400; }
.job-list th a {
    cursor: pointer;
    float: right;
    background: #313131;
    color: #d9d3d3;
    display: block;
    text-align: center;
    font-family: Open Sans Condensed;
    white-space: nowrap;
    width: 120px;
    line-height: 30px; }
.job-list th a:hover {
    background: #005f9b;
    text-decoration: none;
    color: #fff; }
.job-list .accordion-body {
    display: none; }
.job-list td {
    padding: 30px;
    background: #fafafa;
    border-bottom: 1px #d9d9d9 solid; }
.job-list ul {
    margin: 0; }
.job-list td a {
    cursor: pointer;
    background: #313131;
    color: #d9d3d3;
    display: block;
    text-align: center;
    font-family: Open Sans Condensed;
    white-space: nowrap;
    width: 120px;
    margin-top: 15px;
    line-height: 30px; }
.job-list td a:hover {
    background: #005f9b;
    text-decoration: none;
    color: #fff; }

.x-form {
    max-width: 810px;
    margin: 0 auto;
    display: block; }
.x-form label {
    max-width: 360px;
    display: block;
    margin: 0 auto 21px; }
.x-form input, .x-form select, .x-form textarea {
    display: block;
    width: 100%;
    color: #005f9b;
    background: #fff;
    margin-top: 3px;
    padding: 9px 15px;
    border: 1px #ccc solid;
    line-height: 1.5;
    font-size: 16px;
    font-family: Open Sans Condensed;
    letter-spacing: 1px;
    outline: none; }
.x-form select {
    padding-left: 11px;
    padding-right: 9px; }
.x-form input[type='file'] {
    padding-left: 9px; }
.x-form textarea {
    height: 76px;
    resize: none; }
.x-form input:focus, .x-form textarea:focus {
    border: 1px #005f9b solid; }
.g-recaptcha {
    max-width: 360px;
    margin: 0 auto 21px;
    font-weight: bold; }
.g-recaptcha > div {
    margin-top: 3px; }
.form-btn {
    text-align: center; }
.form-btn button {
    width: 160px;
    height: 45px;
    background: #313131;
    color: #d9d3d3;
    outline: none;
    font-family: Open Sans Condensed;
    margin-top: 15px;
    border: none; }
.form-btn button:focus, .form-btn button:hover {
    background: #005f9b;
    color: #fff; }
.form-btn button+button {
    margin-left: 6px; }

.google-map p {
    margin: 0; }
.google-map iframe {
    display: block;
    width: 100%;
    height: 336px; }

.contact-info strong {
    display: block;
    margin-bottom: 3px; }
.contact-info a {
    color: #333; }
.contact-info a:hover {
    color: #005f9b; }
.contact-info table {
    margin-bottom: 18px; }
.contact-info table td {
    padding-left: 6px; }
.contact-info table tr td:first-child {
    padding-left: 0; }

.system-info {
    margin-bottom: 3px; }
.system-info h3, .system-info2 h3 {
    font-size: 18px;
    line-height: 27px;
    padding: 12px 0;
    background: #978a75;
    color: #fff;
    text-align: center;
    margin: 0 0 1px; }
.system-info .item {
    padding: 15px 60px;
    background: #f2f0ee; }
.system-info .item .row {
    margin-left: -30px;
    margin-right: -30px; }
.system-info .item .row > div {
    padding: 30px; }
.system-info ul {
    margin: 0; }
.system-info ul li {
    font-weight: bold; }
.system-info ul ul {
    margin-top: 3px;
    padding-left: 0; }
.x-content .modulecontent .system-info ul ul li {
    padding-left: 0;
    font-weight: normal; }
.system-info ul ul li:before {
    display: none; }
.x-content .modulecontent .system-info ul li+li {
    margin-top: 27px; }
.system-info2 .row {
    margin: 0 0 0 -1px;
    background: #f2f0ee; }
.system-info2 .row > div {
    background: #f2f0ee;
    padding: 0; }
.system-info2 .row > div+div {
    border-left: 1px #fff solid; }
.system-info2 .row h4 {
    font-family: Open Sans;
    letter-spacing: normal;
    font-size: 15px;
    font-weight: normal;
    line-height: 21px;
    text-align: center;
    margin: 0;
    padding: 9px 0;
    color: #fff;
    background: #504430; }
.system-info2 .item {
    padding: 27px 48px 21px; }
.system-info2 .item img {
    margin-bottom: 18px; }
.x-content .modulecontent .system-info2 p {
    margin-bottom: 6px; }
.x-content .modulecontent .system-info2 ul {
    margin-bottom: 6px; }
.x-content .modulecontent .system-info2 ul li+li {
    margin: 0; }
.system-info.off img, .system-info2.off img {
    opacity: 0;
    transform: translate(0,60px);
    -moz-transform: translate(0,60px);
    -ms-transform: translate(0,60px);
    -webkit-transform: translate(0,60px); }
.system-info-footer .image-list {
    margin: 30px auto;
    width: 100%;
    max-width: 600px;
    padding: 0 1px; }
.system-info-footer .image-list ul {
    margin: 0;
    overflow: hidden; }
.system-info-footer .image-list ul li {
    float: left;
    width: 25%;
    padding: 1px; }
.system-info-footer .image-list ul li:before {
    display: none; }
.x-content .modulecontent .system-info-footer .image-list ul li+li {
    margin: 0; }

.footer-message .text-center {
    max-width: 720px; }
.footer-message p a strong, .footer-message p strong a {
    text-decoration: underline;
    color: #333; }

.narrow-paragraph .text-center {
    max-width: 600px; }

.faq-content .modulecontent ul {
    margin: 45px 0 12px; }
.faq-content .modulecontent ul li+li {
    margin-top: 3px; }
.faq-content .modulecontent > div > ul > li {
    padding-left: 16px; }
.faq-content .modulecontent > div > ul > li:before {
    top: 5px;
    width: 9px;
    height: 9px; }
.faq-content .modulecontent ul ul {
    margin-top: 12px; }
.faq-content .modulecontent .links {
    color: #3366cc;
    margin-bottom: 30px; }
.faq-content .modulecontent .links a {
    text-decoration: underline;
    color: #3366cc; }

.faq-accordion a {
    text-decoration: underline; }
.faq-accordion ol li > a {
    cursor: pointer;
    display: block;
    text-decoration: underline;
    color: #333;
    font-weight: bold; }
.faq-accordion ol li div {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    padding: 12px 0; }
.faq-accordion ol li.active div {
    height: auto;
    opacity: 1;
    visibility: visible; }

.career-story-block ul {
    position: relative;
    overflow: hidden;
    margin: 0 -8px; }
.career-story-block li {
    float: left;
    width: 28%;
    padding: 8px; }
.career-story-block .modulecontent ul li+li {
    margin: 0; }
.career-story-block .story3 {
    width: 44%; }
.career-story-block li:before {
    display: none; }
.career-story-block li .item {
    position: relative;
    height: 249px;
    font-size: 12px;
    color: #fff;
    padding: 30px; }
.career-story-block li .item > strong {
    font-size: 14px;
    margin: 0 0 18px;
    display: block; }
.career-story-block .story1 .item {
    background: #81776b; }
.career-story-block .story2 .item {
    background: #376d85; }
.career-story-block .story3 .item {
    padding-left: 198px;
    background: #5b5a58; }
.career-story-block .story3 .item img {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 150px;
    border: 6px #7c7b79 solid; }

.career-story-gallery {
    overflow: hidden;
    margin: 0 -1px; }
.career-story-gallery > div {
    float: left;
    padding: 1px; }
.career-story-gallery .photo1 {
    width: 36%; }
.career-story-gallery .photo2 {
    width: 32%; }
.career-story-gallery .photo3 {
    width: 32%; }
.career-story-gallery .photo4 {
    width: 30%; }
.career-story-gallery .photo5 {
    width: 46%; }
.career-story-gallery .photo6 {
    width: 24%; }
.career-story-gallery .photo7 {
    width: 53%; }
.career-story-gallery .photo8 {
    width: 47%; }
.career-story-gallery .item {
    height: 258px;
    overflow: hidden;
    position: relative; }
.off .career-story-gallery .item {
    opacity: 0;
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0); }
.career-story-gallery p {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 12px 15px;
    background: #fff;
    color: #000;
    margin: 0;
    opacity: .8; }

.staff-list .item {
    margin-top: 30px;
    position: relative; }
.staff-list .item-left {
    text-align: right; }
.staff-list .item:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: .3;
    width: 1px; }
.staff-list .item-left:before {
    right: 0;
    background: #003279; }
.staff-list .item-right:before {
    left: 0;
    background: #441b61; }

.staff-list.run-animation .item li {
    opacity: 0;
    visibility: hidden; }
.staff-list.run-animation .item-left li {
    transform: translate(-30px,0);
    -moz-transform: translate(-30px,0);
    -ms-transform: translate(-30px,0);
    -webkit-transform: translate(-30px,0); }
.staff-list.run-animation .item-right li {
    transform: translate(30px,0);
    -moz-transform: translate(30px,0);
    -ms-transform: translate(30px,0);
    -webkit-transform: translate(30px,0); }
.staff-list.run-animation .item li.active {
    opacity: 1;
    visibility: visible;
    transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -webkit-transform: translate(0,0); }

.staff-list h1 {
    font-family: Open Sans;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 27px;
    overflow: hidden; }
.staff-list h1 span {
    display: block;
    padding: 12px 36px; }
.staff-list .item-left h1 span {
    float: right;
    background: #003279; }
.staff-list .item-right h1 span {
    float: left;
    background: #441b61; }

.x-content .modulecontent .staff-list ul li {
    padding: 0; }
.x-content .modulecontent .staff-list ul li+li {
    margin-top: 33px; }
.x-content .modulecontent .staff-list ul li:before {
    display: none; }

.staff-list img {
    width: 224px;
    display: initial;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }
.staff-list .item-left img {
    margin-right: 30px; }
.staff-list .item-right img {
    margin-left: 30px; }
.staff-list .theme1 img {
    border-top: 9px #0081d9 solid;
    border-left: 9px #0081d9 solid;
    border-right: 3px #0081d9 solid;
    border-bottom: 3px #0081d9 solid; }
.staff-list .theme2 img {
    border-top: 9px #57a8bf solid;
    border-left: 3px #57a8bf solid;
    border-right: 9px #57a8bf solid;
    border-bottom: 3px #57a8bf solid; }
.staff-list .theme3 img {
    border-top: 3px #00a8d1 solid;
    border-left: 9px #00a8d1 solid;
    border-right: 3px #00a8d1 solid;
    border-bottom: 9px #00a8d1 solid; }
.staff-list .theme4 img {
    border-top: 9px #5b6fb8 solid;
    border-left: 3px #5b6fb8 solid;
    border-right: 9px #5b6fb8 solid;
    border-bottom: 3px #5b6fb8 solid; }
.staff-list .theme5 img {
    border-top: 3px #03bcf2 solid;
    border-left: 9px #03bcf2 solid;
    border-right: 3px #03bcf2 solid;
    border-bottom: 9px #03bcf2 solid; }
.staff-list .theme6 img {
    border-top: 3px #a46dd0 solid;
    border-left: 3px #a46dd0 solid;
    border-right: 9px #a46dd0 solid;
    border-bottom: 9px #a46dd0 solid; }
.staff-list .theme7 img {
    border-top: 9px #b63e6e solid;
    border-left: 9px #b63e6e solid;
    border-right: 3px #b63e6e solid;
    border-bottom: 3px #b63e6e solid; }
.staff-list .theme8 img {
    border-top: 3px #7a1c8e solid;
    border-left: 3px #7a1c8e solid;
    border-right: 9px #7a1c8e solid;
    border-bottom: 9px #7a1c8e solid; }
.staff-list .theme9 img {
    border-top: 3px #3d2774 solid;
    border-left: 9px #3d2774 solid;
    border-right: 3px #3d2774 solid;
    border-bottom: 9px #3d2774 solid; }

.staff-list strong {
    position: relative;
    font-size: 16px;
    margin: 9px 0 0;
    display: block; }
.staff-list b {
    margin: 0 0 15px;
    display: block; }
.staff-list .item-left strong, .staff-list .item-left b, .staff-list .item-left p {
    padding-right: 30px; }
.staff-list .item-right strong, .staff-list .item-right b, .staff-list .item-right p {
    padding-left: 30px; }

.staff-list strong:before {
    content: '';
    position: absolute;
    bottom: -8px;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }
.staff-list .item-left strong:before {
    right: -8px; }
.staff-list .item-right strong:before {
    left: -8px; }
.staff-list .theme1 strong:before {
    background: #0081d9; }
.staff-list .theme2 strong:before {
    background: #57a8bf; }
.staff-list .theme3 strong:before {
    background: #00a8d1; }
.staff-list .theme4 strong:before {
    background: #5b6fb8; }
.staff-list .theme5 strong:before {
    background: #03bcf2; }
.staff-list .theme6 strong:before {
    background: #a46dd0; }
.staff-list .theme7 strong:before {
    background: #b63e6e; }
.staff-list .theme8 strong:before {
    background: #7a1c8e; }
.staff-list .theme9 strong:before {
    background: #3d2774; }

@keyframes vibrate1 {
    0% { transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); }
    10% { transform: rotate(11.25deg); -moz-transform: rotate(11.25deg); -ms-transform: rotate(11.25deg); -webkit-transform: rotate(11.25deg); }
    15% { transform: rotate(-11.25deg); -moz-transform: rotate(-11.25deg); -ms-transform: rotate(-11.25deg); -webkit-transform: rotate(-11.25deg); }
    20% { transform: rotate(11.25deg); -moz-transform: rotate(11.25deg); -ms-transform: rotate(11.25deg); -webkit-transform: rotate(11.25deg); }
    25% { transform: rotate(-11.25deg); -moz-transform: rotate(-11.25deg); -ms-transform: rotate(-11.25deg); -webkit-transform: rotate(-11.25deg); }
    30% { transform: rotate(11.25deg); -moz-transform: rotate(11.25deg); -ms-transform: rotate(11.25deg); -webkit-transform: rotate(11.25deg); }
    40% { transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); }
    100% { transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); }
}
@-webkit-keyframes vibrate1 {
    0% { transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); }
    10% { transform: rotate(11.25deg); -moz-transform: rotate(11.25deg); -ms-transform: rotate(11.25deg); -webkit-transform: rotate(11.25deg); }
    15% { transform: rotate(-11.25deg); -moz-transform: rotate(-11.25deg); -ms-transform: rotate(-11.25deg); -webkit-transform: rotate(-11.25deg); }
    20% { transform: rotate(11.25deg); -moz-transform: rotate(11.25deg); -ms-transform: rotate(11.25deg); -webkit-transform: rotate(11.25deg); }
    25% { transform: rotate(-11.25deg); -moz-transform: rotate(-11.25deg); -ms-transform: rotate(-11.25deg); -webkit-transform: rotate(-11.25deg); }
    30% { transform: rotate(11.25deg); -moz-transform: rotate(11.25deg); -ms-transform: rotate(11.25deg); -webkit-transform: rotate(11.25deg); }
    40% { transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); }
    100% { transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); }
}
@keyframes vibrate2 {
    0% { transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); }
    30% { transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); }
    40% { transform: rotate(11.25deg); -moz-transform: rotate(11.25deg); -ms-transform: rotate(11.25deg); -webkit-transform: rotate(11.25deg); }
    45% { transform: rotate(-11.25deg); -moz-transform: rotate(-11.25deg); -ms-transform: rotate(-11.25deg); -webkit-transform: rotate(-11.25deg); }
    50% { transform: rotate(11.25deg); -moz-transform: rotate(11.25deg); -ms-transform: rotate(11.25deg); -webkit-transform: rotate(11.25deg); }
    55% { transform: rotate(-11.25deg); -moz-transform: rotate(-11.25deg); -ms-transform: rotate(-11.25deg); -webkit-transform: rotate(-11.25deg); }
    60% { transform: rotate(11.25deg); -moz-transform: rotate(11.25deg); -ms-transform: rotate(11.25deg); -webkit-transform: rotate(11.25deg); }
    70% { transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); }
    100% { transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); }
}
@-webkit-keyframes vibrate2 {
    0% { transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); }
    30% { transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); }
    40% { transform: rotate(11.25deg); -moz-transform: rotate(11.25deg); -ms-transform: rotate(11.25deg); -webkit-transform: rotate(11.25deg); }
    45% { transform: rotate(-11.25deg); -moz-transform: rotate(-11.25deg); -ms-transform: rotate(-11.25deg); -webkit-transform: rotate(-11.25deg); }
    50% { transform: rotate(11.25deg); -moz-transform: rotate(11.25deg); -ms-transform: rotate(11.25deg); -webkit-transform: rotate(11.25deg); }
    55% { transform: rotate(-11.25deg); -moz-transform: rotate(-11.25deg); -ms-transform: rotate(-11.25deg); -webkit-transform: rotate(-11.25deg); }
    60% { transform: rotate(11.25deg); -moz-transform: rotate(11.25deg); -ms-transform: rotate(11.25deg); -webkit-transform: rotate(11.25deg); }
    70% { transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); }
    100% { transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); }
}
@keyframes vibrate3 {
    0% { transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); }
    60% { transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); }
    70% { transform: rotate(11.25deg); -moz-transform: rotate(11.25deg); -ms-transform: rotate(11.25deg); -webkit-transform: rotate(11.25deg); }
    75% { transform: rotate(-11.25deg); -moz-transform: rotate(-11.25deg); -ms-transform: rotate(-11.25deg); -webkit-transform: rotate(-11.25deg); }
    80% { transform: rotate(11.25deg); -moz-transform: rotate(11.25deg); -ms-transform: rotate(11.25deg); -webkit-transform: rotate(11.25deg); }
    85% { transform: rotate(-11.25deg); -moz-transform: rotate(-11.25deg); -ms-transform: rotate(-11.25deg); -webkit-transform: rotate(-11.25deg); }
    90% { transform: rotate(11.25deg); -moz-transform: rotate(11.25deg); -ms-transform: rotate(11.25deg); -webkit-transform: rotate(11.25deg); }
    100% { transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); }
}
@-webkit-keyframes vibrate3 {
    0% { transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); }
    60% { transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); }
    70% { transform: rotate(11.25deg); -moz-transform: rotate(11.25deg); -ms-transform: rotate(11.25deg); -webkit-transform: rotate(11.25deg); }
    75% { transform: rotate(-11.25deg); -moz-transform: rotate(-11.25deg); -ms-transform: rotate(-11.25deg); -webkit-transform: rotate(-11.25deg); }
    80% { transform: rotate(11.25deg); -moz-transform: rotate(11.25deg); -ms-transform: rotate(11.25deg); -webkit-transform: rotate(11.25deg); }
    85% { transform: rotate(-11.25deg); -moz-transform: rotate(-11.25deg); -ms-transform: rotate(-11.25deg); -webkit-transform: rotate(-11.25deg); }
    90% { transform: rotate(11.25deg); -moz-transform: rotate(11.25deg); -ms-transform: rotate(11.25deg); -webkit-transform: rotate(11.25deg); }
    100% { transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); }
}

.quick-access {
    z-index: 15;
    position: fixed;
    margin-left: 516px;
    top: 198px;
    left: 50%; }
.quick-access ul {
    position: relative;
    z-index: 1;
    list-style: none; }
.quick-access li {
    position: relative;
    margin-top: 1px; }
.quick-access li > a {
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }
.quick-access li.icon1 > a {
    background: #245888; }
.quick-access li.icon2 > a {
    background: #750000; }
.quick-access li.icon3 > a {
    background: #313131; }
.quick-access li > a img {
    width: 36px;
    padding: 6px; }
.quick-access li.icon1 > a img {
    animation: 3s vibrate1 infinite;
    -webkit-animation: 3s vibrate1 infinite; }
.quick-access li.icon2 > a img {
    animation: 3s vibrate2 infinite;
    -webkit-animation: 3s vibrate2 infinite; }
.quick-access li.icon3 > a img {
    animation: 3s vibrate3 infinite;
    -webkit-animation: 3s vibrate3 infinite; }
.quick-access li p {
    font-size: 12px;
    opacity: 0;
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
    margin: 0;
    text-align: center;
    width: 36px;
    white-space: nowrap;
    padding-right: 36px; }
.quick-access li:hover p {
    opacity: 1;
    width: 150px; }
.quick-access li p:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    opacity: .8;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }
.quick-access li.icon1 > p:before {
    background: #245888; }
.quick-access li.icon2 > p:before {
    background: #750000; }
.quick-access li.icon3 > p:before {
    background: #313131; }
.quick-access li p a {
    position: relative;
    z-index: 1;
    color: #fff;
    line-height: 12px;
    padding: 12px 0;
    display: block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }

.quick-access > p {
    position: absolute;
    width: 144px;
    height: 144px;
    right: -54px;;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }

@keyframes wave1 {
    0% { opacity: 1; filter: Alpha(Opacity=100); transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0); }
    40% { opacity: 0; filter: Alpha(Opacity=0); transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
    100% { opacity: 0; filter: Alpha(Opacity=0); transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@-webkit-keyframes wave1 {
    0% { opacity: 1; filter: Alpha(Opacity=100); transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0); }
    40% { opacity: 0; filter: Alpha(Opacity=0); transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
    100% { opacity: 0; filter: Alpha(Opacity=0); transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@keyframes wave2 {
    0% { opacity: 1; filter: Alpha(Opacity=100); transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0); }
    30% { opacity: 1; filter: Alpha(Opacity=100); transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0); }
    70% { opacity: 0; filter: Alpha(Opacity=0); transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
    100% { opacity: 0; filter: Alpha(Opacity=0); transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@-webkit-keyframes wave2 {
    0% { opacity: 1; filter: Alpha(Opacity=100); transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0); }
    30% { opacity: 1; filter: Alpha(Opacity=100); transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0); }
    70% { opacity: 0; filter: Alpha(Opacity=0); transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
    100% { opacity: 0; filter: Alpha(Opacity=0); transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@keyframes wave3 {
    0% { opacity: 1; filter: Alpha(Opacity=100); transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0); }
    60% { opacity: 1; filter: Alpha(Opacity=100); transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0); }
    100% { opacity: 0; filter: Alpha(Opacity=0); transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}
@-webkit-keyframes wave3 {
    0% { opacity: 1; filter: Alpha(Opacity=100); transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0); }
    60% { opacity: 1; filter: Alpha(Opacity=100); transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0); }
    100% { opacity: 0; filter: Alpha(Opacity=0); transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); }
}

.quick-access .wave1 {
    background: #245888;
    top: -54px;
    animation: 3s wave1 infinite;
    -moz-animation: 3s wave1 infinite;
    -webkit-animation: 3s wave1 infinite; }
.quick-access .wave2 {
    background: #750000;
    top: -17px;
    animation: 3s wave2 infinite;
    -moz-animation: 3s wave2 infinite;
    -webkit-animation: 3s wave2 infinite; }
.quick-access .wave3 {
    background: #313131;
    top: 20px;
    animation: 3s wave3 infinite;
    -moz-animation: 3s wave3 infinite;
    -webkit-animation: 3s wave3 infinite; }

@media (max-width: 1199px) {
    .breadcrumbs {
        max-width: 970px;
        margin: 0 auto; }
    .product-list .item strong {
        font-size: 14px; }
    .gallery-list .album-intro h4 {
        padding-top: 21px;
        padding-left: 30px;
        padding-right: 30px; }
    .gallery-list .album-intro p {
        padding: 0 30px; }

    .cert-list li .image img {
        height: 75px !important; }

    .quick-access {
        margin-left: 416px; }
}
@media (max-width: 991px) {
    .x-site-title {
        font-size: 12px;
        line-height: 15px;
        padding: 2px 0;
        width: 146px;
        text-align: center;
        margin-left: -19px; }
    .cert-list li .image img {
        height: 60px !important; }
    .breadcrumbs {
        max-width: 750px;
        margin: 0 auto; }

    .ms-holder {
        padding-right: 0; }
    .ms-holder .owl-dots {
        display: none; }
    .ms-holder .owl-nav {
        display: block; }
    .block-holder .item, .block-holder .item2 {
        margin: 0 -15px; }
    .block-holder {
        padding-bottom: 15px; }
    .float-btn a {
        position: static;
        display: inline-block;
        margin-top: 18px; }
    .product-list .item strong {
        padding-top: 15px;
        padding-left: 0;
        padding-right: 15px; }
    .product-list .item p {
        padding-left: 0;
        padding-right: 15px; }
    .gallery-list .album-intro h4 {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px; }
    .gallery-list .album-intro p {
        padding: 0 15px; }

    .system-info .item {
        padding: 30px 45px; }
    .system-info .item .row {
        margin-left: -15px;
        margin-right: -15px; }
    .system-info .item .row > div {
        padding: 15px; }
    .system-info2 .item {
        padding: 30px 30px 24px; }

    .career-story-block li {
        width: 50%; }
    .career-story-block .story3 {
        width: 100%; }

    .career-story-gallery .photo1 {
        width: 53%; }
    .career-story-gallery .photo2 {
        width: 47%; }
    .career-story-gallery .photo3 {
        width: 52%; }
    .career-story-gallery .photo4 {
        width: 48%; }
    .career-story-gallery .photo5 {
        width: 66%; }
    .career-story-gallery .photo6 {
        width: 34%; }
    .career-story-gallery .photo7 {
        width: 53%; }
    .career-story-gallery .photo8 {
        width: 47%; }

    .quick-access {
        margin-left: 306px; }
}
@media (max-width: 991px) and (min-width: 768px) {
    .home-banner .item .background {
        bottom: 50%; }
    .home-banner .container div {
        top: 75% !important;
        left: 0 !important;
        width: 100%; }
    .home-banner .container img {
        top: 25%;
        width: 100% !important; }
}
@media (max-width: 767px) {
    .home-banner .container img {
        width: 50% !important; }
    .home-banner .container div {
        width: 50%; }
    .home-banner .container div h1 {
        margin-bottom: 6px;
        font-size: 15px; }
    .home-banner .container div p {
        font-size: 12px; }
    .home-banner .container div ul li {
        font-size: 12px; }

    .inner-banner .modulecontent div {
        height: 120px; }

    .x-header-block {
        position: absolute;
        top: 0;
        right: 15px; }
    .navbar > .container .navbar-brand {
        margin-left: -16px; }
    .x-site-title {
        text-align: left;
        line-height: 34px;
        font-size: 17px;
        margin-left: 0;
        padding: 0 45px 0 0;
        width: 100%;
        float: none; }
    .navbar-default .navbar-collapse {
        border: none;
        background: #292929; }
    .navbar-right {
        margin: 9px -15px 9px -17px; }
    .navbar-default .navbar-nav > .active {
        background: none; }
    .navbar-nav > li > a, .navbar-nav.sm-collapsible a.has-submenu {
        text-align: right;
        padding: 9px 45px 9px 0; }
    .navbar-nav .show .dropdown-menu {
        width: auto !important; 
		max-width: unset!important;
		}
    .navbar-default .navbar-nav li .dropdown-menu > li > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a {
        text-align: right;
        padding: 9px 45px 9px 0; }
    .navbar-default .navbar-nav .show .dropdown-menu > .active > a, .navbar-default .navbar-nav .show .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > .active > a:hover {
        background: #313132 url("../img/img-usebar-shadow-2px.png") repeat-x;
        color: #fff; }
    .navbar-nav > .dropdown-toggle > a:after {
        top: 50%;
        left: auto;
        right: 18px;
        bottom: auto;
        margin: -3px 0 0; }
    .cert-list li .image img {
        height: 48px !important; }
    .home-block .image {
        padding-bottom: 15px; }
    .home-block .image, .home-block .content {
        width: 100%; }
    .breadcrumbs {
        max-width: 100%; }
    .ms-holder .item {
        padding-bottom: 60px; }
    .block-holder {
        padding-bottom: 0; }
    .x-video-block {
        padding: 60px 0 30px; }
    .block-holder .item {
        text-align: center; }
    .cr-item-body p {
        padding-top: 0; }
    .product-list .item {
        margin-bottom: 15px; }
    .facility-list .item {
        height: auto !important; }
    .facility-list .item > .image-half {
        position: static; }
    .facility-list .item > .image-2of3 {
        width: 100%; }
    .facility-list .item > .cover-white:before {
        display: none; }
    .facility-list .item span {
        padding: 90px 0 30px;
        position: static;
        text-align: center; }
    .job-list th {
        padding-left: 15px; }
    .system-info .item {
        padding: 15px 30px; }
	
	.navbar-nav > li > .dropdown-menu > li {
		transition: none !important;
		-moz-transition: none !important;
		-o-transition: none !important;
		-webkit-transition: none !important; }

    .quick-access {
        top: 108px;
        left: auto;
        right: 4px;
        margin-left: 0; }
}
@media (max-width: 639px) {
    .cert-list li {
        display: block;
        width: 50%;
        float: left; }
    .cert-list li .image img {
        height: 90px !important; }

    .ms-holder .item ul li {
        height: auto;
        margin-top: 15px; }
    .ms-holder .item ul li:before {
        top: 0; }
    .ms-holder .item ul li div {
        position: static;
        transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none; }
    .gallery-list {
        margin-bottom: 15px;
        height: auto !important; }
    .gallery-list .album-intro {
        margin: 0;
        height: auto !important;
        text-align: center; }
    .gallery-list .album-intro h4 {
        padding-top: 21px;
        padding-left: 30px;
        padding-right: 30px; }
    .gallery-list .album-intro p {
        padding: 0 30px 30px; }
    .gallery-list .album {
        float: none;
        width: 100%; }
    .gallery-list .album:nth-child(even) {
        transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none; }

    .career-story-block li {
        width: 100%; }
    .career-story-block .story3 {
        width: 100%; }

    .career-story-gallery .photo1 {
        width: 100%; }
    .career-story-gallery .photo2 {
        width: 100%; }
    .career-story-gallery .photo3 {
        width: 100%; }
    .career-story-gallery .photo4 {
        width: 100%; }
    .career-story-gallery .photo5 {
        width: 100%; }
    .career-story-gallery .photo6 {
        width: 100%; }
    .career-story-gallery .photo7 {
        width: 100%; }
    .career-story-gallery .photo8 {
        width: 100%; }
}
@media (max-width: 479px) {
    .home-banner .item .background {
        bottom: 50%; }
    .home-banner .container div {
        top: 75% !important;
        left: 0 !important;
        width: 100%; }
    .home-banner .container img {
        top: 25%;
        width: 100% !important; }

    .x-site-title {
        width: 245px;
        padding: 0;
        font-size: 11px; }
    .col-xxs-12 {
        width: 100%; }
    .product-list .item .x-row2 > div:first-child {
        padding-right: 0; }
    .product-list .item strong {
        padding-left: 15px; }
    .product-list .item p {
        padding-left: 15px;
        padding-bottom: 15px; }
    .job-list th a {
        width: auto;
        line-height: 1;
        padding: 9px;
        white-space: normal; }

    .career-story-block li .item {
        height: auto; }
    .career-story-block .story3 .item {
        padding-left: 30px; }
    .career-story-block .story3 .item img {
        position: relative;
        margin: 0 auto 30px;
        top: auto;
        left: auto; }
    .career-story-block .story3 .item > strong {
        text-align: center; }
}