

* {
    border: none;
    margin: 0;
    padding: 0;
}

body {
    font-family: Roboto, sans-serif;
    line-height: 1.14;
    font-size: 14px;
    color: #333;
    background: #fff;
}

a {
    color: #053E5D;
    cursor: pointer;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

a:hover { color: #053E5D; }

b { font-weight: 700; }

button {
    cursor: pointer;
    outline: none;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

h1, h2, h3, h4, h5, h6 {
    color: #053E5D;
    font-weight: 700;
}

h1 { font-size: 32px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 12px; }

hr {
    height: 1px;
    background: #ccc;
}

iframe { display: block; }

img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

input, select, textarea {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    outline: none;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

select { padding: 0 0 0 6px; }

textarea {
    display: block;
    resize: none;
    height: 102px;
    padding: 12px 10px;
    line-height: 1.14;
}


table { border-spacing: 0; }

tr {
    text-align: left;
    font-weight: 400;
}

.page {
    position: relative;
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1360px;
    padding: 0 30px;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


.nospace { margin: 0; }


.nospace > div { padding: 0; }

.grid0 { width: 0; }
.grid1 { width: 8.333333%; }
.grid2 { width: 16.666666%; }
.grid3 { width: 25%; }
.grid4 { width: 33.333333%; }
.grid5 { width: 41.666666%; }
.grid6 { width: 50%; }
.grid7 { width: 58.333333%; }
.grid8 { width: 66.666666%; }
.grid9 { width: 75%; }
.grid10 { width: 83.333333%; }
.grid11 { width: 91.666666%; }
.grid12 { width: 100%; }
.grid24 { width: 20%; }

.space { height: 50px; }

/* header */


.logo h4 {
    display: block;
    float: left;
    color: #053E5D;
    width: 400px;
    padding-top:15px;
    line-height: 1.4; 
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease; font-weight: 500; font-size:28px; font-family:Roboto, sans-serif;
}

.narrow .logo h4 { padding-top: 5px; }


.subnav {
    position: absolute;
    top: 100%;
    left: -320px;
    right: -320px;
    width: 250px;
    padding-top: 15px;
    margin: 30px auto 0;
    opacity: 0;
    filter: Alpha(Opacity=0);
    visibility: hidden;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.upsize { width: 500px; }

.lock .subnav {
    right: -40px;
    left: auto;
}

.search .subnav {
    right: 0;
    left: auto;
    width: 375px;
}

li.hover > .subnav {
    margin-top: 0;
    opacity: 1;
    filter: Alpha(Opacity=100);
    visibility: visible;
}

.subnav > span {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0 auto;
    background: #fff;
    width: 20px;
    height: 20px;
    border: 1px #9c1338 solid;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.upsize > span { background: #9c1338; }

.search .subnav > span { border: 1px #053E5D solid; }

.lock .subnav > span {
    right: 50px;
    left: auto;
}

.search .subnav > span {
    right: 10px;
    left: auto;
}

.subnav > div {
    position: relative;
    overflow: hidden;
    border: 1px #004f5a solid;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.search .subnav > div { border: 1px #053E5D solid; }

.subnav > div ul {
    position: relative;
    z-index: 1;
    background: #fff;
    list-style: none;
    padding: 10px 0;
}

.upsize > div ul { padding-top: 0; }

.subnav > div ul a {
    display: block;
    line-height: 16px;
    padding: 10px 35px;
    text-decoration: none;
    text-align: left;
}

.subnav > div ul li.active a { color: #9c1338; }

.subnav > div ul li+li { border-top: 1px #ccc solid; }

.subnav > div h5 {
    background: #9c1338;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
    padding-top: 10px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.subnav > div .grid6+.grid6 { border-left: 1px #9c1338 solid; }

.searchform form {
    display: block;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 15px;
}

.searchform label {
    display: block;
    padding-bottom: 7px;
}

.searchform div { position: relative; }

.searchform input { border: 1px #ccc solid; }

.searchform button {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 36px;
    line-height: 36px;
    background: #053E5D;
    color: #fff;
    cursor: pointer;
}

.mobilenav {
    float: right;
    display: none;
    margin: 5px 0;
}

.mobilenav:hover { color: #053E5D; }

.mobilenav.active {
    background: #9c1338;
    color: #fff;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

.mobilenav i {
    display: block;
    width: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
}

.mobilenav .fa-times { display: none; }

.mobilenav.active .fa-bars { display: none; }
.mobilenav.active .fa-times { display: block; }

.quickaccess {
    position: fixed;
    top: 270px;
    right: 5px;
    z-index: 2;
}

.quickaccess div {
    position: absolute;
    right: -50px;
    width: 142px;
    height: 142px;
    opacity: 0;
    filter: Alpha(Opacity=0);
    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); }
}

.quickaccess .wave1 {
    background: #9c1338;
    top: -50px;
    animation: 2s wave1 infinite;
    -moz-animation: 2s wave1 infinite;
    -webkit-animation: 2s wave1 infinite;
}

.quickaccess .wave2 {
    background: #9c1338;
    top: -5px;
    animation: 2s wave2 infinite;
    -moz-animation: 2s wave2 infinite;
    -webkit-animation: 2s wave2 infinite;
}

.quickaccess .wave3 {
    background: #053E5D;
    top: 40px;
    animation: 2s wave3 infinite;
    -moz-animation: 2s wave3 infinite;
    -webkit-animation: 2s wave3 infinite;
}

.quickaccess:hover div {
    animation: none;
    -moz-animation: none;
    -webkit-animation: none;
}

.quickaccess a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.quickaccess .qa1 { background: #9C1338; }
.quickaccess .qa2 { background: #FBBB28; }
.quickaccess .qa3 { background: #004f5a; }

.quickaccess a+a { margin-top: 3px; }

.quickaccess a i {
    position: relative;
    display: block;
    line-height: 42px;
    width: 42px;
    text-align: center;
    font-size: 24px;
}

@-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); }
}

@-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); }
}

@-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); }
}

.quickaccess .qa1 i {
    animation: 2s vibrate1 infinite;
    -moz-animation: 2s vibrate1 infinite;
    -webkit-animation: 2s vibrate1 infinite;
}

.quickaccess .qa2 i {
    animation: 2s vibrate2 infinite;
    -moz-animation: 2s vibrate2 infinite;
    -webkit-animation: 2s vibrate2 infinite;
}

.quickaccess .qa3 i {
    animation: 2s vibrate3 infinite;
    -moz-animation: 2s vibrate3 infinite;
    -webkit-animation: 2s vibrate3 infinite;
}

.quickaccess:hover a i {
    animation: none;
    -moz-animation: none;
    -webkit-animation: none;
}

.quickaccess a span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 28px;
    line-height: 42px;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    filter: Alpha(Opacity=0);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.quickaccess a:hover span {
    padding-right: 70px;
    visibility: visible;
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.quickaccess .qa1 span {
    background: #9c1338;
    background: rgba(140,12,4,.7);
}
.quickaccess .qa2 span {
    background: #9c1338;
    background: rgba(242,93,0,.7);
}
.quickaccess .qa3 span {
    background: #053E5D;
    background: rgba(7,184,204,.7);
}

/* footer */

.footer { background: #fff; }

.copyright { padding: 12px 15px; }

.copyright p {
    font-size: 12px;
    text-align: center;
}

.copyright p a {
    color: #333;
    text-decoration: none;
}

.copyright p a:hover { color: #56d8d1; }

.footerlink { background: #004f5a; }

.footerlink .item { overflow: hidden; }

.footerlink .space { height: 45px; }

.footerlink h6 {
    color: #fff;
    font-size: 14px;
    padding-bottom: 20px;
}

.footerlink ul { list-style: none; }

.footerlink ul li { overflow: hidden; }

.footerlink ul li a { float: left; }

.footerlink ul a, .footerlink ul span {
    display: block;
    color: #fff;
    line-height: 18px;
    text-decoration: none;
    padding: 3px 0;
}

.footersocial a {
    display: block;
    float: left;
    text-decoration: none;
}

.footersocial a+a { margin-left: 4px; }

.footersocial a i {
    display: block;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #053E5D;
    background: #fff;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.footersocial a:hover i { color: #fff; }
.footersocial a:hover .fa-facebook { background: #3b5998; }
.footersocial a:hover .fa-twitter { background: #55acee; }
.footersocial a:hover .fa-youtube-play { background: #cd201f; }
.footersocial a:hover .fa-google-plus { background: #dc4e41; }

.footercontact a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.footercontact p {
    line-height: 18px;
    padding: 3px 0 9px;
}

.footercontact > a {
    display: block;
    position: relative;
    padding: 3px 0 3px 31px;
    margin-top: 6px;
    line-height: 16px;
}

.footercontact > a:hover { background: rgba(255,255,255,0.1); }

.footercontact > a i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 22px;
    text-align: center;
    line-height: 22px;
    background: #fff;
    color: #053E5D;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.footercontact > a:hover i {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.footercontact > a .fa-envelope { font-size: 10px; }

/* banner */


.quicklink {
    position: absolute;
    top:200;
    bottom: 0;
    left: 0;
    right: 0;
}

.quicklink .top {
    height: 6px;
    background: #004f5a;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}

.quicklink .bottom { background: #4DB5EA; }

.quicklink .item {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 15px 0;
    height: 100px;
    overflow: hidden;
    position: relative;
}

.quicklink .item:hover {
    background: #9c1338;
    padding-right: 50px;
}

.quicklink .item > span {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto 8px;
    background-image: url(../img/icon.png);
}

.quicklink .item > h5 {
    text-align: center;
    line-height: 18px;
    height: 36px;
    color: #fff;
}

.quicklink .item > h5 span {
    font-weight: normal;
}

.quicklink .item > i {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -50px;
    line-height: 130px;
    font-size: 36px;
    text-align: center;
    width: 50px;
    color: #fff;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.quicklink .item:hover > i { right: 0; }

.scroll {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 180px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
}

.scroll div {
    position: absolute;
    width: 242px;
    height: 242px;
    top: 0;
    left: -31px;
    background: #fff;
    border-radius: 121px;
    -moz-border-radius: 121px;
    -webkit-border-radius: 121px;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.scroll span {
    display: block;
    position: relative;
    padding-top: 5px;
    line-height: 35px;
    font-size: 12px;
    color: #333;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.scroll:hover span { color: #9c1338; }

.banner {
    position: relative;
    background-position: center 50px;
    background-size: cover;
    height: 490px; 
}

.banner h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 30px 15px 50px;
    font-weight: normal;
    background: #fff;
    background: rgba(255,255,255,0.7);
}

.universal {
    background: #000;
    position: relative;
    overflow: hidden;
    text-align: center;
}

@keyframes ratate {
    0% { transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); }
    100% { transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); }
}

@-webkit-keyframes ratate {
    0% { transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); }
    100% { transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); }
}

.universal > img {
    position: absolute;
    left: -50%;
    right: -50%;
    top: 50%;
    margin: 0 auto;
    max-width: 200%;
    animation: 360s ratate infinite;
    -moz-animation: 360s ratate infinite;
    -webkit-animation: 360s ratate infinite;
}

#xantec-particles { position: relative; }

.universal h2 {
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    color: #fff;
    font-weight: 400;
}

.universal h1 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 48px;
    font-weight: 400;
}

.universal h1 span {
    display: inline-block;
    opacity: 0;
    filter: Alpha(Opacity=0);
    transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.universal h1 span:nth-child(2) {
    transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    -webkit-transition-delay: .1s;
}

.universal h1 span:nth-child(3) {
    transition-delay: .2s;
    -moz-transition-delay: .2s;
    -o-transition-delay: .2s;
    -webkit-transition-delay: .2s;
}

.universal h1 span:nth-child(4) {
    transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    -webkit-transition-delay: .3s;
}

.universal h1 span:nth-child(5) {
    transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    -webkit-transition-delay: .4s;
}

.universal h1 span:nth-child(6) {
    transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -webkit-transition-delay: .5s;
}

.universal h1 span:nth-child(7) {
    transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    -webkit-transition-delay: .6s;
}

.universal h1 span:nth-child(8) {
    transition-delay: .7s;
    -moz-transition-delay: .7s;
    -o-transition-delay: .7s;
    -webkit-transition-delay: .7s;
}

.universal h1 span:nth-child(9) {
    transition-delay: .8s;
    -moz-transition-delay: .8s;
    -o-transition-delay: .8s;
    -webkit-transition-delay: .8s;
}

.universal h1 span:nth-child(10) {
    transition-delay: .9s;
    -moz-transition-delay: .9s;
    -o-transition-delay: .9s;
    -webkit-transition-delay: .9s;
}

.universal h1 span:nth-child(11) {
    transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -webkit-transition-delay: 1s;
}

.universal h1.active span {
    opacity: 1;
    filter: Alpha(Opacity=1);
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
}

/* main */

.home { background: #e1e3e4; }

.home .row { margin: 0 -10px; }
.home .row > div { padding: 0 10px; }
.home .space { height: 20px; }

.home .item {
    position: relative;
    overflow: hidden;
    border: 1px #d2d6d5 solid;
    background: #f4f4f4;
    padding: 18px;
    height: 300px;
}

.home .item div {
    height: 130px;
    background-position:  center center;
    background-size: cover;
}

.home .item h5 {
    font-size: 18px;
    line-height: 20px;
    padding: 15px 0;
}

.home .item p {
    line-height: 17px;
    height: 68px;
    overflow: hidden;
}

.home .item a {scroll
    position: absolute;
    bottom: 18px;
    left: 18px;
    border: 1px #d2d6d5 solid;
    line-height: 25px;
    width: 75px;
    color: #333;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
}

.home .item a:hover {
    border: 1px #053E5D solid;
    background: #053E5D;
    color: #fff;
}

.home .item a i {
    font-size: 16px;
    margin-left: 5px;
    color: #333;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.home .item a:hover i {
    margin-left: 10px;
    color: #fff;
}

.contact {
    position: relative;
    overflow: hidden;
}

.contact > div {
    float: left;
    width: 50%;
    min-height: 1px;
}

.contact > .left div {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 50%;
    background-position: center 50px;
    background-size: cover;
}

.contact > .right {
    position: relative;
    background: #053E5D;
}

.contact > div h5 {
    color: #fff;
    font-size: 18px;
    padding-bottom: 3px;
}

.contact > .right > div {
    width: 100%;
    max-width: 680px;
    padding: 160px 30px 60px;
    background: #053E5D;
    color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    opacity: 0;
    filter: Alpha(Opacity=0);
    visibility: hidden;
    transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -webkit-transform: scale(.5);
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.contact > .right > div.active {
    opacity: 1;
    filter: Alpha(Opacity=100);
    visibility: visible;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
}

.contacttab {
    position: absolute;
    bottom: 0;
    left: -200px;
    color: #fff;
    list-style: none;
    background: #9c1338;
}

.contacttab a {
    display: block;
    padding-left: 30px;
    width: 170px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.contacttab a:hover { background: rgba(255,255,255,0.1); }
.contacttab a.active { background: #053E5D; }

.contactinfo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.contactinfo a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.contactinfo p {
    line-height: 18px;
    padding: 8px 0 22px;
}

.contactinfo > a {
    display: block;
    position: relative;
    padding: 3px 0 3px 31px;
    margin-top: 6px;
    line-height: 16px;
    width: 290px;
}

.contactinfo > a:hover { background: rgba(255,255,255,0.1); }

.contactinfo > a i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 22px;
    text-align: center;
    line-height: 22px;
    background: #fff;
    color: #053E5D;
    border-radius: 11px;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.contactinfo > a:hover i {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.contactinfo > a .fa-mobile { font-size: 18px; }
.contactinfo > a .fa-fax { font-size: 10px; }
.contactinfo > a .fa-envelope { font-size: 10px; }

.contactform .row { margin: 0 -15px; }
.contactform .row > div { padding: 0 15px; }

.contactform .field {
    position: relative;
    overflow: hidden;
    margin-top: 12px;
}

.contactform label {
    display: block;
    line-height: 18px;
}

.contactform #name { text-transform: capitalize; }

.contactform i {
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 36px;
    width: 36px;
    text-align: center;
    color: #333;
}

.contactform .fa-check { color: #053E5D; }
.contactform .fa-times { color: #9c1338; }

.recaptcha { margin-top: 12px; }

.recaptcha div {
    position: relative;
    overflow: hidden;
    height: 102px;
    background: #f9f9f9;
}

.recaptcha span {
    position: absolute;
    top: 15px;
    left: -150px;
    right: -150px;
    margin: 0 auto;
    width: 298px;
    height: 72px;
    overflow: hidden;
}

.recaptcha span > div {
    margin: -2px;
}

.button {
    overflow: hidden;
    width: 185px;
    float: right;
    margin: 41px auto 0;
}

.button button {
    float: left;
    width: 90px;
    height: 25px;
    background: #333;
    color: #fff;
    display: block;
    font-size: 12px;
}

.button button+button { margin-left: 5px; }

.button button:hover { background: #9c1338; }

.optional { display: none; }
.optional.mandatory { display: block; }

.googlemap {
    width: 100%;
    height: 530px;
}

.submissionpage { background: #e1e3e4; }

.submissionpage div {
    background: #fff;
    max-width: 500px;
    width: 100%;
    margin: 100px auto 0;
    overflow: hidden;
    padding: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

.submissionpage a {
    display: block;
    float: right;
    background: #053E5D;
    color: #fff;
    padding: 7px 15px;
    text-decoration: none;
}

.submissionpage a:hover { background: #9c1338; }

.blur {
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.blur.active {
    filter: blur(30px);
    -webkit-filter: blur(30px);
}

.pagetab {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 708px;
    margin: -28px auto 0;
    padding: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.pagetab .row { margin: 0 -1px; }
.pagetab .row > div { padding: 0 1px; }

.pagetab a {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 18px;
    padding: 15px 0;
    margin-bottom: 60px;
    color: #fff;
    background: #9c1338;
    text-align: center;
    text-decoration: none;
}

.pagetab a.active {
    background: #053E5D;
    font-weight: 700;
}

.pagetab a i {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    font-size: 32px;
    color: #9c1338;
    margin: 0 auto;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.pagetab a:hover i { bottom: -20px; }

.pagetab a.active i {
    color: #053E5D;
    bottom: -20px;
}

.center-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.list { padding-left: 20px; }

.list li {
    text-align: left;
    line-height: 20px;
}

.list li+li { margin-top: 5px; }

.syllabus { border-top: 1px #333 solid; }

.syllabus > .row { background: #f8f8f8; }
.syllabus > .row:nth-child(even) { background: #f1f1f1; }
.syllabus > .row+.row { border-top: 1px #fff solid; }
.syllabus > .row > div+div { border-left: 1px #fff solid; }

.syllabus b {
    display: block;
    padding: 30px 15px;
    padding-left: 30px;
}

.syllabus ul {
    list-style: none;
    padding: 30px 15px;
    padding-left: 30px;
}

.syllabus ul li+li { margin-top: 10px; }

.syllabus em {
    display: block;
    color: #fff;
    background: #333;
    padding: 5px 0;
}

.syllabus em span {
    display: block;
    line-height: 16px;
    padding: 5px 15px;
    padding-left: 30px;
}

.syllabus p {
    padding: 30px 15px;
    padding-left: 30px;
    text-align: left;
}

.syllabus p b {
    padding: 0;
    display: initial;
}

.syllabus i { color: #cd201f; }

.syllabus2 h6 {
    font-size: 14px;
    line-height: 29px;
    padding-left: 30px;
    color: #fff;
    background: #333;
}

.syllabus2 .grid6+.grid6 { border-left: 1px #fff solid; }

.syllabus2 ul { list-style: none; }

.syllabus2 ul li {
    padding: 30px 15px;
    padding-left: 30px;
    background: #f8f8f8;
}

.syllabus2 ul li:nth-child(even) { background: #f1f1f1; }

.syllabus2 ul li+li { border-top: 1px #fff solid; }

.syllabus2 b {
    display: block;
    padding-bottom: 14px;
}

.syllabus2 p {
    line-height: 1.14;
    text-align: left;
}
.syllabus2 p+p { margin-top: 10px; }

.syllabus2 em {
    display: block;
    color: #fff;
    background: #333;
    padding: 5px 0;
}

.syllabus2 em span {
    display: block;
    line-height: 16px;
    padding: 5px 15px;
    padding-left: 30px;
}

.syllabus2 i { color: #cd201f; }

.objective .space { height: 30px; }

.objective > a {
    position: relative;
    display: block;
    font-size: 18px;
    padding: 4px 0 4px 45px;
    color: #333;
    margin-bottom: 20px;
}

.objective > a.active { color: #053E5D; }
.objective > a:hover { color: #9c1338; }

.objective > a div {
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 29px;
    background: #333;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.objective > a.active div { background: #053E5D; }
.objective > a:hover div { background: #9c1338; }

.objective > a div span {
    position: absolute;
    left: 8px;
    right: 8px;
    height: 1px;
    background: #fff;
    top: 14px;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.objective > a div .bar2 {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.objective > a:hover div .bar1 {
    right: 13px;
    transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}

.objective > a:hover div .bar2 {
    left: 13px;
    transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
}

.objective > a.active div .bar2 {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.objective > a.active:hover div .bar1 {
    right: 13px;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.objective > a.active:hover div .bar2 {
    left: 13px;
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.objective > a p {
    border-bottom: 1px #d2d6d5 solid;
    line-height: 21px;
}

.objective > div {
    height: 0;
    overflow: hidden;
    margin-top: -10px;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.objective > div > div { padding-left: 45px; }

.objective > div ul { padding-left: 20px; }

.objective > div ul li+li { margin-top: 10px; }

.objective em {
    display: block;
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 30px;
}

.objective i { color: #cd201f; }

.withsidebar {
    position: relative;
    padding-left: 300px;
    min-height: 200px;
}

.withsidebar p b { color: #053E5D; }

.sidebar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-right: 1px #d2d6d5 solid;
    width: 240px;
}

.sidebar ul { list-style: none; }

.sidebar a {
    position: relative;
    line-height: 15px;
    display: block;
    padding: 8px 40px 8px 0;
    text-align: right;
    text-decoration: none;
    font-weight: 700;
    color: #333;
}

.sidebar li.active a { color: #053E5D; }
.sidebar li:hover a { color: #9c1338; }

.sidebar span {
    position: absolute;
    top: 5px;
    right: -11px;
    background: #adadad;
    width: 17px;
    height: 17px;
    border: 2px #fff solid;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.sidebar li.active span { background: #053E5D; }
.sidebar li:hover span { background: #9c1338; }

.sidebar p {
    position: absolute;
    top: 15px;
    right: 10px;
    height: 1px;
    background: #adadad;
    width: 0;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.sidebar li.active p {
    background: #053E5D;
    width: 25px;
}
.sidebar li:hover p {
    background: #9c1338;
    width: 25px;
}

.main .pagetitle { margin-bottom: 20px; }

.main .subtitle { margin-bottom: 10px; }

.tnalist { list-style: none; }

.tnalist li:nth-child(odd) { background: #fcfbfd; }

.tnalist li+li { margin-top: 22px; }

.tnalist .photo { float: left; }

.tnalist .paragraph { margin-left: 260px; }

.tnalist .paragraph h4 {
    font-weight: normal;
    font-size: 18px;
    padding-top: 20px;
}

.tnalist .paragraph h4 b { display: block; }

.tnalist .paragraph > div {
    margin: 20px 0 4px;
    height: 160px;
    overflow: hidden;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.tnalist .paragraph > div p { padding-right: 20px; }

.tnalist .paragraph a {
    display: block;
    color: #9c1338;
    line-height: 60px;
    text-align: center;
}

.tnalist .paragraph a:hover { color: #053E5D; }

.vmv .row > .grid6 {
    border-right: 1px #dedede solid;
    position: relative;
}
.vmv .row > .grid6+.grid6 { border-right: none; }

.vmv a {
    display: block;
    float: left;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    color: #333;
}

.vmv a:hover { color: #053E5D; }
.vmv a.active { color: #9c1338; }

.vmv a div {
    position: relative;
    overflow: hidden;
    border: 1px #fff dashed;
    padding: 3px;
    margin-bottom: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.vmv a:hover div { border: 1px #053E5D dashed; }
.vmv a.active div { border: 1px #9c1338 dashed; }

.vmv a span {
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    background: #666;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.vmv a:hover span {
    background: #053E5D;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
}

.vmv a.active span { background: #9c1338; }

.vmv a img { position: relative; }

.vmv h5 {
    color: #9c1338;
    margin-bottom: 10px;
}

.vmv p { margin-bottom: 30px; }

.vision, .mission, .values {
    visibility: hidden;
    opacity: 0;
    filter: Alpha(Opacity=0);
    height: 0;
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
}

.vision.active, .mission.active, .values.active {
    visibility: visible;
    opacity: 1;
    filter: Alpha(Opacity=100);
    height: auto;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.values p {
    text-align: center;
    position: relative;
}

.cca .item h5 {
    font-size: 18px;
    margin-bottom: 5px;
}

.cca .item p {
    height: 100px;
    margin-bottom: 10px;
}

.cca .item img { width: 100%; }

.xantec-style .owl-theme .owl-controls { margin: 0; }
.xantec-style .owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    background: #9c1338;
    background: rgba(140,12,4,.7);
    color: #fff;
    line-height: 38px;
    width: 38px;
    text-align: center;
    top: 50%;
    padding: 0;
    margin: -17px 0 0;
    font-size: 32px;
    opacity: 0;
    filter: Alpha(Opacity=0);
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.xantec-style .owl-theme .owl-controls .owl-buttons div:hover {
    background: #053E5D;
    background: rgba(0,79,90,.7);
}

.xantec-style .owl-theme:hover .owl-controls .owl-buttons div {
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.xantec-style .owl-theme .owl-controls .owl-buttons .owl-prev { left: 0; }
.xantec-style .owl-theme .owl-controls .owl-buttons .owl-next { right: 0; }
.xantec-style .owl-theme:hover .owl-controls .owl-buttons .owl-prev { left: 14px; }
.xantec-style .owl-theme:hover .owl-controls .owl-buttons .owl-next { right: 14px; }

.ipc .item img {
    border: 1px #ccc solid;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.ipc .row > div+div img { border-left: none; }

.ipc .item span {
    display: block;
    text-align: center;
    padding-top: 15px;
}

.sgipsle .row { background: #053E5D; }
.sgipsle .row:nth-child(even) { background: #545d6c; }

.sgipsle .row+.row { margin-top: 2px; }

.sgipsle .row .grid5 { position: relative; }

.sgipsle .row .grid5 b {
    display: block;
    color: #fff;
    padding: 25px 30px;
}

.sgipsle .row .grid5 i {
    font-size: 40px;
    position: absolute;
    color: #053E5D;
}
.sgipsle .row:nth-child(even) .grid5 i { color: #545d6c; }

.sgipsle .row .grid5 i.fa-caret-right {
    right: -12px;
    top: 24px;
}
.sgipsle .row .grid5 i.fa-caret-down {
    display: none;
    left: 12px;
    bottom: -24px;
}

.sgipsle .row .grid7 p {
    background: #daf4f7;
    padding: 25px 30px;
}
.sgipsle .row:nth-child(even) .grid7 p { background: #e6e7e9; }

.sgipsle .row .grid7 ul {
    background: #daf4f7;
    padding: 25px 30px;
}
.sgipsle .row:nth-child(even) .grid7 ul { background: #e6e7e9; }

.sgipsle .row .grid7 ul li {
    line-height: 1.43;
    text-align: justify;
}

.sgipsle .row .grid7 ul li+li { margin-top: 6px; }

.sgipsle .row .grid7 .table {
    background: #daf4f7;
    padding: 0 30px;
}
.sgipsle .row:nth-child(even) .grid7 .table { background: #e6e7e9; }

.sgipsle table {
    table-layout: fixed;
    width: 100%;
    border-spacing: 1px;
    font-size: 12px;
}

.sgipsle table td {
    padding: 7px 15px;
    background: #f1f1f1;
    background: rgba(255,255,255,.3);
}

.sgipsle table thead td, .sgipsle table tfoot td {
    background: rgba(0,0,0,.3);
    color: #fff;
}

.sgipsle table tfoot td em {
    display: block;
    float: right;
}

.sgipsle i { color: #cd201f; }

.nne { background: url(../img/news.jpg) no-repeat center top; }

.nneheader {
    position: relative;
    padding-top: 130px;
    padding-bottom: 21px;
    background: #fff;
    text-align: center;
    background: #053E5D;
}

.nneheader h1 {
    color: #fff;
    padding: 20px 15px;
}

.nneheader .row {
    position: absolute;
    max-width: 430px;
    width: 100%;
    bottom: -21px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.nneheader a {
    display: block;
    background: #9c1338;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    text-decoration: none;
}

.nneheader a.active { background: #053E5D; }

.eventlist .row { margin: 0 -15px; }
.eventlist .row > div { padding: 0 15px; }

.eventlist .item {
    position: relative;
    overflow: hidden;
    border: 1px #d2d6d5 solid;
    background: #fbfbfb;
    padding: 18px;
    margin-bottom: 30px;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.eventlist .item:hover {
    box-shadow: 0 3px 5px #b2b2b2;
    -webkit-box-shadow: 0 3px 5px #b2b2b2;
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.3);
}

.eventlist .item > a {
    display: block;
    color: #333;
    text-decoration: none;
}

.eventlist .item .image {
    background-position: center center;
    background-size: cover;
    margin-bottom: 18px;
}

.eventlist .item .date {
    width: 70px;
    float: left;
    text-align: center;
    margin-top: -11px;
}

.eventlist .item .date h1 {
    color: #ccc;
    font-size: 62px;
}

.eventlist .item .paragraph { padding-left: 95px; }

.eventlist .item .paragraph h4 {
    font-size: 18px;
    color: #333;
    margin-top: -2px;
    height: 42px;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px #ccc solid;
}

.eventlist .item .paragraph p {
    text-align: justify;
    margin: 10px 0;
    font-size: 12px;
    height: 102px;
    overflow: hidden;
}

.addthis_sharing_toolbox { text-align: center; }

.eventlist .item > a > i {
    position: absolute;
    top: 0;
    right: -53px;
    width: 53px;
    line-height: 53px;
    text-align: center;
    font-size: 32px;
    background: #053E5D;
    color: #fff;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.eventlist .item:hover > a > i { right: 0; }

.albums .row > div {
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.albums .row > div:hover { background: #daf4f7; }

.albums .row .space { height: 30px; }

.albums .item {
    display: block;
    color: #333;
    padding: 10px;
}

.albums .item:hover {
    transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -webkit-transform: scale(.9);
}

.albums .item b {
    display: block;
    font-size: 16px;
    padding: 16px 0;
}

.albums .item span { display: none; }

.faq > a { font-size: 14px; }

.faqcontact > a {
    color: #333;
    margin: 0;
    padding-top: 6px;
    padding-bottom: 6px;
}

.faqcontact > a:hover {
    background: #daf4f7;
    color: #053E5D;
}

.faqcontact > a i {
    background: transparent;
    color: #9c1338;
    top: 3px;
}

.faqcontact > a:hover i { color: #053E5D; }

.faqcontact > a .fa-fax { font-size: 10px; }

.scimat {
    padding: 100px 0 0;
    text-align: center;
    background: #000 url(../img/banner-discovery.jpg) no-repeat center top;
}

.scimat h2 {
    color: #fff;
    padding: 125px 0 12px;
}

.scimat p { color: #fff; }

.scimatimage {
    font-size: 16px;
    width: 100%;
    max-width: 269px;
    margin: 30px auto 0;
    text-align: center;
}

.scimatimage > div {
    position: relative;
    margin-bottom: 7px;
}

.scimatimage > div span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 5px #000 solid;
    opacity: .7;
    filter: Alpha(Opacity=70);
}

.gallery {
    min-height: 1px;
    background: #ccc;
}

.gallery .item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.eventdetail .paragraph { overflow: hidden; }

.eventdetail h5 {
    font-weight: normal;
    color: #333;
    padding-bottom: 3px;
}

.eventdetail h4 {
    font-size: 18px;
    color: #333;
    padding-bottom: 15px;
}

.eventdetail .paragraph a {
    position: relative;
    display: block;
    float: left;
    width: 168px;
    color: #333;
    font-size: 32px;
    text-align: center;
}

.eventdetail .paragraph a:hover { color: #fff; }

.eventdetail .paragraph a span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 66px;
    height: 66px;
    margin: -33px;
    background: #fff;
    opacity: .7;
    filter: Alpha(Opacity=70);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.eventdetail .paragraph a:hover span {
    background: #9c1338;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.eventdetail .paragraph a i {
    position: absolute;
    top: 50%;
    height: 50%;
    width: 66px;
    line-height: 66px;
    margin: -33px;
}

.backshare { text-align: center; }

.backshare > a {
    display: block;
    line-height: 35px;
    color: #fff;
    width: 176px;
    background: #000;
    margin: 60px auto 15px;
}

.backshare > a:hover { background: #9c1338; }

.googleform {
    display: block;
    margin: 0 auto;
    height: 500px;
    width: 100%;
    max-width: 760px;
    border: 1px #e5e5e5 solid;
}

/* roller */

.roller {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}

.roller .round {
    border: 3px #9c1338 solid;
    width: 350px;
    height: 350px;
    margin: 59px auto;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.roller.active .round {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
}

.roller .dot {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 474px;
    margin: 0 auto;
    list-style: none;
}

.roller .dot li {
    position: absolute;
    width: 120px;
    top: 0;
    left: 0;
    right: 0;
    height: 474px;
    margin: 0 auto;
    opacity: 0;
    filter: Alpha(Opacity=0);
    transition: 2s ease;
    -moz-transition: 2s ease;
    -o-transition: 2s ease;
    -webkit-transition: 2s ease;
}

.roller.active .dot li {
    opacity: 1;
    filter: Alpha(Opacity=100);
    transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -webkit-transition-delay: .5s;
}

.roller.active .dot .dot0 {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.roller.active .dot .dot1 {
    transform: rotate(36deg);
    -moz-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
}

.roller.active .dot .dot2 {
    transform: rotate(72deg);
    -moz-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -webkit-transform: rotate(72deg);
}

.roller.active .dot .dot3 {
    transform: rotate(108deg);
    -moz-transform: rotate(108deg);
    -ms-transform: rotate(108deg);
    -webkit-transform: rotate(108deg);
}

.roller.active .dot .dot4 {
    transform: rotate(144deg);
    -moz-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    -webkit-transform: rotate(144deg);
}

.roller.active .dot .dot5 {
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.roller.active .dot .dot6 {
    transform: rotate(216deg);
    -moz-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -webkit-transform: rotate(216deg);
}

.roller.active .dot .dot7 {
    transform: rotate(252deg);
    -moz-transform: rotate(252deg);
    -ms-transform: rotate(252deg);
    -webkit-transform: rotate(252deg);
}

.roller.active .dot .dot8 {
    transform: rotate(288deg);
    -moz-transform: rotate(288deg);
    -ms-transform: rotate(288deg);
    -webkit-transform: rotate(288deg);
}

.roller.active .dot .dot9 {
    transform: rotate(324deg);
    -moz-transform: rotate(324deg);
    -ms-transform: rotate(324deg);
    -webkit-transform: rotate(324deg);
}

.roller .dot span {
    display: block;
    width: 100px;
    height: 100px;
    border: 10px #fff solid;
    background: #9c1338;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.roller .dot p {
    display: block;
    width: 20px;
    height: 20px;
    margin: 50px;
    background: #9c1338;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.roller .content { list-style: none; }

.roller .content li {
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.roller.active .content li {
    opacity: 1;
    filter: Alpha(Opacity=100);
}

.roller .content .content0 {
    top: 110px;
    left: 50%;
    margin-left: -50px;
}

.roller.active .content .content0 {
    transition-delay: 3s;
    -moz-transition-delay: 3s;
    -o-transition-delay: 3s;
    -webkit-transition-delay: 3s;
}

.roller .content .content1 {
    top: 232px;
    left: 50%;
    margin-left: 118px;
}

.roller.active .content .content1 {
    transition-delay: 3.5s;
    -moz-transition-delay: 3.5s;
    -o-transition-delay: 3.5s;
    -webkit-transition-delay: 3.5s;
}

.roller .content .content2 {
    top: 430px;
    left: 50%;
    margin-left: 54px;
}

.roller.active .content .content2 {
    transition-delay: 4s;
    -moz-transition-delay: 4s;
    -o-transition-delay: 4s;
    -webkit-transition-delay: 4s;
}

.roller .content .content3 {
    top: 430px;
    right: 50%;
    margin-right: 54px;
}

.roller.active .content .content3 {
    transition-delay: 4.5s;
    -moz-transition-delay: 4.5s;
    -o-transition-delay: 4.5s;
    -webkit-transition-delay: 4.5s;
}

.roller .content .content4 {
    top: 232px;
    right: 50%;
    margin-right: 118px;
}

.roller.active .content .content4 {
    transition-delay: 5s;
    -moz-transition-delay: 5s;
    -o-transition-delay: 5s;
    -webkit-transition-delay: 5s;
}

.roller .content li span {
    width: 100px;
    height: 100px;
    background-image: url(../img/icon2.png);
    display: block;
    float: left;
}

.roller .content li p {
    position: absolute;
    color: #9c1338;
    text-align: center;
    font-weight: 700;
}

.roller .content .content0 p {
    bottom: 100%;
    left: -25px;
    right: -25px;
    margin-bottom: 10px;
}

.roller .content .content1 p {
    top: 30px;
    left: 100%;
    right: -80px;
    margin-left: 10px;
}

.roller .content .content2 p {
    bottom: 0;
    left: 100%;
    right: -160px;
    margin-left: 10px;
}

.roller .content .content3 p {
    bottom: 10px;
    right: 100%;
    left: -100px;
    margin-right: 10px;
}

.roller .content .content4 p {
    top: 20px;
    right: 100%;
    left: -80px;
    margin-right: 10px;
}

/* lightbox */

.overlay {
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #053E5D;
    opacity: 0;
    visibility: hidden;
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.overlay.active {
    opacity: .7;
    filter: Alpha(Opacity=70);
    visibility: visible;
}

.lightbox {
    position: fixed;
    z-index: 5;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    -webkit-transition: 1s ease;
}

.lightbox.active {
    left: 0;
    opacity: 1;
    filter: Alpha(Opacity=100);
    visibility: visible;
}

.lightbox > a {
    position: absolute;
    top: 0;
    width: 50px;
    line-height: 50px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    text-align: center;
    z-index: 1;
}

.lightbox > .lbclose {
    right: 0;
    color: #9c1338;
    font-size: 24px;
}

.lightbox > .lbclose:hover {
    color: #fff;
    background: #9c1338;
}

.lightbox > .lbprev { right: 100px; }

.lightbox > .lbprev:hover {
    color: #053E5D;
    background: #fff;
}

.lightbox > .lbnext { right: 50px; }

.lightbox > .lbnext:hover {
    color: #053E5D;
    background: #fff;
}

.lightbox > .lbcontent {
    position: absolute;
    top: 50px;
    bottom: 50px;
    left: 0;
    right: 0;
    list-style: none;
    perspective: 2000px;
    -webkit-perspective: 2000px;
}

.lightbox > .lbcontent > li {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    -webkit-transition:1s ease;
}

.lightbox > .lbcontent > .present { left: 0; }
.lightbox > .lbcontent > .past {
    left: -100%;
    opacity: 0;
    filter: Alpha(Opacity=0);
    transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
}
.lightbox > .lbcontent > .future {
    left: 100%;
    opacity: 0;
    filter: Alpha(Opacity=0);
    transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
}

.lightbox > .lbcontent > li p {
    position: absolute;
    top: -50px;
    left: 150px;
    right: 150px;
    line-height: 22px;
    padding: 14px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.lightbox > .lbcontent > li span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    margin-top: -18px;
}

.lightbox > .lbthumbnail {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: #333;
    background: rgba(0,0,0,.7);
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.lightbox > .lbthumbnail.active { bottom: 0 !important; }

.lightbox > .lbthumbnail > a {
    position: relative;
    display: block;
    text-align: center;
    width: 165px;
    padding-right: 15px;
    line-height: 40px;
    margin: -40px auto 0;
    color: #fff;
    background: #333;
    background: rgba(0,0,0,.7);
}

.lightbox > .lbthumbnail > a i {
    display: block;
    width: 15px;
    line-height: 40px;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 45px;
}

.lightbox > .lbthumbnail > a .fa-angle-double-down { display: none; }
.lightbox > .lbthumbnail.active > a .fa-angle-double-up { display: none; }
.lightbox > .lbthumbnail.active > a .fa-angle-double-down { display: block; }

.lightbox > .lbthumbnail div {
    padding: 15px 0 10px 5px;
    overflow: hidden;
    text-align: center;
}

.lightbox > .lbthumbnail > div a {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 70px;
    margin: 0 5px 2px 0;
    background-position: center center;
    background-size: cover;
}

.lightbox > .lbthumbnail > div a i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,79,90,.7);
    color: #fff;
    font-size: 16px;
    line-height: 70px;
    text-align: center;
    opacity: 0;
    filter: Alpha(Opacity=0);
    transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    -webkit-transition: .5s ease;
}

.lightbox > .lbthumbnail a:hover i {
    opacity: 1;
    filter: Alpha(Opacity=100);
}
.lightbox > .lbthumbnail a.active i {
    opacity: 1;
    filter: Alpha(Opacity=100);
    background: rgba(140,12,4,.7);
}

.slogan {
    text-align: center;
    margin-bottom: 20px;
    font-weight: normal;
}

.dsm h5 {
    font-size: 18px;
    margin-bottom: 5px;
}

.dsm .imagewall {
    list-style: none;
    overflow: hidden;
}

.dsm .imagewall li {
    float: left;
    padding: 15px 0 30px;
    text-align: center;
    position: relative;
}

.dsm .imagewall li+li { margin-left: 5px; }

.dsm .imagewall li span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #333;
    color: #fff;
    font-size: 12px;
    padding: 12px 0;
}

.nc > .row+.row {
    padding-top: 50px;
    border-top: 1px #ccc solid;
}

.nc > .row .row+.row { margin-top: 50px; }

.video { height: 300px; }
.video iframe { width: 100%!important; height:100%!important; }