html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background: url("../images/bg.jpg") center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    position: relative;
}

ul {
    padding: 0;
    margin: 0;
}

nav {
    /*display: none;*/
}

h1, h2, h3, h4, h5 {
    color: white;
}

.navbar {
    border: 0px;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    -moz-transition: -moz-transform .5s ease-in-out;
    -ms-transition: -ms-transform .5s ease-in-out;
    -o-transition: -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;

    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
}

.navbar-default {
    background-color: rgba(4, 29, 79, 0.8);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
}

.navbar-nav li.active {
    background-color: white !important;
}

/*增加过渡效果*/
.navbar-nav li, .navbar-nav li a{
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}
.navbar-default .navbar-nav>li>a {
	color: white!important;
}

.navbar-nav li.active a {
    color: black !important;
}
.navbar-nav li a:hover{
    background-color: white !important;
}
.navbar-nav li a:hover {
    color: black !important;
}


.navbar-brand {
    padding: 6px;
    margin-right: 30px;
    height: 100%;
}


@media (min-width:992px){
	.navbar-default .navbar-nav>li>a {
		  padding-left: 20px;
		  padding-right: 20px;
		}
}

.header {
    width: 100%;
    height: 100% !important;
    /*background: url("../images/bg.png") center no-repeat;*/
    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-ms-background-size: cover;*/
    /*background-size: cover;*/
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;

}

.page-header {
    margin-bottom: 60px;
    border-bottom: none;
    margin-top: 90px;
}

.page-header h1 {
    color: #fff;
    text-align: center;
}

.page-header h1 small {
    color: #aaa;
}

.v-box {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 70%;
}

.large-logo {
    text-align: center;
}

.large-logo img {

}

.large-logo-txt {
    margin-top: 30px;
    width: 80%;
    height: auto;
    max-width: 711px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 900px) {
    .large-logo-txt img {
        width: 80%;
        height: auto;
    }

    .large-logo-txt div {
        width: 80%;
    }
}

div.justify {
    overflow: hidden;
    height: 19px;
    text-align: justify;
    text-align-last: justify;
    color: white;
    margin-right: auto;
    margin-left: auto;
}

div.justify:after {
    display: inline-block;
    content: '';
    overflow: hidden;
    width: 100%;
    height: 0;
}

/*@media (max-width: 480px) {*/
/*.large-logo img {*/
/*visibility: hidden;*/
/*}*/
/*}*/

/*大屏图标菜单*/
.menu {
    height: 44px;
    margin: 80px 0px auto;
   /* position: absolute;
    bottom: 10px;
    left: 50%;*/
}

@media (max-width: 480px) {
    .menu {
        display: none;
    }

    .v-box {
        height: 50%;
    }
}

.menu ul li {
    display: inline-block;
    width: 80px;
}

.menu ul li a, .menu ul li a:link, .menu ul li a:active {
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.menu ul li a em {
    background: url("../images/icon.png");
    height: 30px;
    width: 30px;
    display: block;
    margin-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
}

.menu ul li a span {
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 3px;
    line-height: 18px;
    display: inline-block;
    text-transform: uppercase;
}

.menu ul li a:hover > span {
    color: #556e9d;
    background-color: #fff;
}

.menu ul li a.about em {
    background-position: 0 0;
}

.menu ul li a.about:hover > em {
    background-position: 30px 0;
}

.menu ul li a.news em {
    background-position: 0 -40px;
}

.menu ul li a.news:hover > em {
    background-position: -40px -40px;
}

.menu ul li a.salary em {
    background-position: 0 -80px;
}

.menu ul li a.salary:hover > em {
    background-position: -40px -80px;
}

.menu ul li a.join em {
    background-position: 0 -120px;
}

.menu ul li a.join:hover > em {
    background-position: -40px -120px;
}

.menu ul li a.contact em {
    background-position: 0 -160px;
}

.menu ul li a.contact:hover > em {
    background-position: -40px -160px;
}

.menu ul li a.myTooltip:hover > i {
    -ms-transform: translateY(-90px);
    -webkit-transform: translateY(-90px);
    transform: translateY(-90px); /*微调与ico的距离*/
}

/*myTooltip..*/
a.myTooltip {
    position: relative;
    color: #3e5d92;
    text-decoration: none;
    text-align: center;
}

a.myTooltip > i {
    background-color: #3e5d92;
    font-style: normal;
    display: inline-block;
    height: auto;
    padding: 2px 4px;
    font-size: 13px;
    color: white;
    border-radius: 3px;
    border: 1px solid #fff;
    visibility: hidden;
    -ms-transform: translateY(-90px);
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
    transition-property: opacity, transform;
    transition-duration: .3s;
    transition-timing-function: ease;
    -webkit-transition-property: opacity, -webkit-transform;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: opacity, -moz-transform;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: opacity, -moz-transform;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    opacity: 0;
}

a.myTooltip > i::after {
    content: '';
    height: 0;
    width: 0;
    border-top: 5px solid #3e5d92;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-left: -5px; /*为了下箭头居中*/
    position: absolute;
    bottom: -5px;
    left: 50%;
}

a.myTooltip > i::before {
    content: '';
    height: 0;
    width: 0;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    margin-left: -5px; /*为了下箭头居中*/
    position: absolute;
    bottom: -6px;
    left: 50%;
}

a.myTooltip:hover > i {
    visibility: visible;
    opacity: .9;
    -ms-transform: translateY(-90px);
    -webkit-transform: translateY(-86px);
    transform: translateY(-86px);
}

/*去过的地方*/
.pics {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 480px;
    margin-left: -240px;

}

.pics ul li {
    display: inline-block;
    position: relative;

}

.pics ul li a {
    display: block;
    text-align: center;
    width: 80px;
}

a.wave span {
    width: 50px;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    position: relative;
}

a.wave span::before {
    content: '';
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #a8b6ce;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    opacity: .7;

}

a.wave img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #a8b6ce;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .7;
    -webkit-transition: -webkit-transform .2s ease;
    -moz-transition: -moz-transform .2s ease;
    -ms-transition: -ms-transform .2s ease;
    transition: transform .2s ease;

}

a.wave:hover > span img {
    opacity: 1;
    border-color: #fff;
    transform: scale(1.1);

}

a.wave:hover > span::before {
    animation: wave 1s infinite;
    -webkit-animation: wave 1s infinite;
    -moz-animation: wave 1s infinite;
    -ms-animation: wave 1s infinite;
}

@-webkit-keyframes wave {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes wave {
    0% {
        opacity: 1;
        -moz-transform: scale(1);
    }
    100% {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@-ms-keyframes wave {
    0% {
        opacity: 1;
        -ms-transform: scale(1);
    }
    100% {
        opacity: 0;
        -ms-transform: scale(1.5);
    }
}

@keyframes wave {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}

.divider {
    height: 1px;
    margin: 10px auto;
    background: #667fa5;
    width: 60%;
}

.text {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -10px;
    height: 100px;
    background: url('../images/txt.png') no-repeat center;
}

.aboutus h1, .aboutus h2, .aboutus h3, .aboutus h4, .news-article h1, .contactus h1, .salary-body h1 {
    text-align: center;
}

.aboutus {
    color:white;
}

.salary-body h4 {
    font-weight: 100;
}

.salary-body img {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.salary-body .row > div:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -moz-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    -o-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.salary-body .divider {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}

.salary-body .row > div {
    margin-bottom: 40px;
}

.thumbnail {
    border-radius: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    border: none;
}

.thumbnail:hover {
    border: none;
}

.thumbnail > span {
    position: absolute;
    left: 0;
    bottom: 50%;
    margin-bottom: -17px; /*因为高度是34*/
    display: block;
    width: 100%;
    text-align: center;
    color: white;
    font-size: 20px;
    line-height: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: bottom .2s ease-in-out;
    -moz-transition: bottom .2s ease-in-out;
    -ms-transition: bottom .2s ease-in-out;
    transition: bottom .2s ease-in-out;
    z-index: 3;
}

.thumbnail:hover > span {
    bottom: 17px;
    background-color: rgba(0, 0, 0, 0.5);
}

/*图片放大*/
.thumbnail img {
    z-index: 1;
    position: relative;
    -webkit-transition: -webkit-transform .5s ease;
    -moz-transition: -moz-transform .5s ease;
    -ms-transition: -ms-transform .5s ease;
    transition: transform .5s ease;
}

.thumbnail:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/*上下半个遮罩*/
.thumbnail::before, .thumbnail::after {
    z-index: 2;
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 50%;
    background-color: black;
    opacity: .5;

}

.thumbnail::before {
    top: 0;
    -webkit-transition: top .2s ease-in-out;
    -moz-transition: top .2s ease-in-out;
    -ms-transition: top .2s ease-in-out;
    transition: top .2s ease-in-out;
}

.thumbnail::after {
    bottom: 0;
    -webkit-transition: bottom .2s ease-in-out;
    -moz-transition: bottom .2s ease-in-out;
    -ms-transition: bottom .2s ease-in-out;
    transition: bottom .2s ease-in-out;
}

.thumbnail:hover:before {
    top: -50%;
}

.thumbnail:hover:after {
    bottom: -50%;
}

.col-lg-2to5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 1200px) {
    .col-lg-2to5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 900px) {
    .col-lg-2to5 {
        width: 20%;
        float: left;
    }
}

.news-article .media .media-left img {
    height: auto;
    cursor: pointer;
}

.news-article .pager {
    text-align: right;
}

@media (min-width: 400px) {
    .news-article .media .media-left img {
        width: 128px;
    }
}

@media (max-width: 400px) {
    .news-article .media-left,
    .news-article .media-left img,
    .news-article .media-body {
        width: 100%;
    }
    .news-article .media-left {
        display: block;
    }
}

@media (max-width: 400px) {
    .navbar-brand {
        width: 78%;
        margin-right: 0;
        padding-top: 12px;
    }

    .navbar-brand img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .news-article .media .media-left img {
        width: 256px;
    }
}

.news-article .media .media-body {
    color: #aebfe0;
}

.news-article .media .media-body img {
    max-width: 100%;
}

/*日历显示*/
.date-view {
    width: 44px;
    height: 50px;
    text-align: center;
    color: black;
}

.thumbnail .date-view {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 4;
}

.date-view-day {
    height: 35px;
    line-height: 35px;
    background: white;
    font-size: 2.3em;
    font-weight: bold;
}

.date-view-month {
    font-size: .8em;
    line-height: 14px;
    height: 14px;
    margin-top: 1px;
    background: white;
}

.news-article .divider {
    width: 100%;
    background-color: #496ba7;
    margin: 0;
}

/*news-article鼠标动画*/
.news-article .media .media-body {
    -webkit-transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -ms-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    transition: background-color .5s ease-in-out;
}

.news-article .media-heading, .news-article .media-body {
    -webkit-transition: color .5s ease-in-out;
    -moz-transition: color .5s ease-in-out;
    -ms-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
}

.news-article .media .media-left {
    padding-right: 0;
}

.news-article .media-body {
    padding: 20px;
    color: white;
}

.news-article .media-body .news_body {
    cursor: pointer;
}

.news-article .media:hover .media-body {
    background-color: rgba(255, 255, 255, 0.2);
}
.news-article .media .media-heading {
	font-size: 24px;
	font-weight: bold;
}
.news-article .media .media-heading small {
    color: white;
}

/*.news-article .media:hover .media-heading, .news-article .media:hover .media-body{*/
/*color:white;*/
/*}*/

.news-article .media {
    margin-top: 0;
}

.news-article .media a {
    color: white;
}

.media {
    position: relative;
}

.blink-dot-top {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    height: 0px;
    width: 200%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: dashed 1px white;
    -webkit-transition: right 2s linear, opacity .2s linear;
    -moz-transition: right 2s linear, opacity .2s linear;
    -ms-transition: right 2s linear, opacity .2s linear;
    -o-transition: right 2s linear, opacity .2s linear;
    transition: right 2s linear, opacity .2s linear;
}

.media:hover .blink-dot-top {
    opacity: 1;
    right: -10%;
}

.blink-dot-bottom {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0px;
    width: 200%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: dashed 1px white;
    -webkit-transition: left 2s linear, opacity .2s linear;
    -moz-transition: left 2s linear, opacity .2s linear;
    -ms-transition: left 2s linear, opacity .2s linear;
    -o-transition: left 2s linear, opacity .2s linear;
    transition: left 2s linear, opacity .2s linear;
}

.media:hover .blink-dot-bottom {
    opacity: 1;
    left: -10%;
}

.blink-dot-right {
    opacity: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 200%;
    width: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-right: dashed 1px white;
    -webkit-transition: bottom 2s linear, opacity .2s linear;
    -moz-transition: bottom 2s linear, opacity .2s linear;
    -ms-transition: bottom 2s linear, opacity .2s linear;
    -o-transition: bottom 2s linear, opacity .2s linear;
    transition: bottom 2s linear, opacity .2s linear;
}

.media:hover .blink-dot-right {
    opacity: 1;
    bottom: -50%;
}

.blink-dot-left {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 200%;
    width: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-right: dashed 1px white;
    -webkit-transition: top 2s linear, opacity .2s linear;
    -moz-transition: top 2s linear, opacity .2s linear;
    -ms-transition: top 2s linear, opacity .2s linear;
    -o-transition: top 2s linear, opacity .2s linear;
    transition: top 2s linear, opacity .2s linear;
}

.media:hover .blink-dot-left {
    opacity: 1;
    top: -50%;
}

/*覆盖弹出框的圆角样式*/
.modal-content {
    border-radius: 0;
}

/*加入我们*/

.joinus .row h2 {
    text-align: center;
    color: #fff;
}

.joinus .row h2 small {
    color: white;
}

.joinus .row h4 {
    margin-top: 20px;
}

.joinus .row p {
    color: #fff;
    font-weight: 100;
}

.joinus .row > div {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 50px;
}

.joinus .row > div:nth-child(1), .joinus .row > div:nth-child(2) {
    padding-top: 0;
}

.joinus .divider {
    width: 100%;
}

/*联系我们*/
.contactus .row {
    /*background-color: #204d74;*/
}

.contactus h1 {
    text-align: center;
}

.contactus-left {
    padding-right: 0;
}

.contactus-left img {
    width: 100%;
    height: auto;
}

.contactus-right {
    padding-left: 0;

}

@media (max-width: 768px) {
    .contactus-left {
    padding-right: 15px;
    }

    .contactus-right {
    padding-left: 15px;
    }
}

.contactus-right>div {
    background-color: rgba(25, 73, 121, 0.6);
    padding: 53px 40px 53px;
}

.contactus-right .addr {
    width: 80%;
    margin:  18px auto 18px;
    background: url("../images/location-icon.png") no-repeat;
}

.addr-content {
    margin-left: 80px;
}


@media (min-width: 320px) {
    .contactus-right>div {
        padding: 12px 20px 12px;
    }

    .contactus-right .addr {
        width: 90%;
        margin:  10px auto 10px;
        background-image: none;
    }

    .addr-content {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .contactus-right>div {
        padding: 22px 40px 22px;
    }

    .contactus-right .addr {
        width: 90%;
        margin:  10px auto 10px;
        background-image: none;
    }

    .addr-content {
        margin-left: 0;
    }
}

@media (min-width: 900px) {
    .contactus-right>div {
        padding: 53px 40px 53px;
    }

    .contactus-right .addr {
        width: 85%;
        margin:  18px auto 18px;
        background: url("../images/location-icon.png") no-repeat;
    }

    .addr-content {
        margin-left: 80px;
    }
}

@media (min-width: 1200px) {
    .contactus-right>div {
        padding: 85px 40px 85px;
    }

    .contactus-right .addr {
        width: 80%;
        margin:  18px auto 18px;
        background: url("../images/location-icon.png") no-repeat;
    }

    .addr-content {
        margin-left: 80px;
    }
}

.contactus-right .addr h1 {
    text-align: left;
}
.contactus-right .addr p {
    color: white;
}

.contactus-right .addr ul {
    list-style: none;
}

.contactus-right .addr ul li {
    width: 90%;
    color: #fff;
    margin-top: 6px;
}

.contactus-right .addr ul li::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: -4px;
    background: url(../images/contactus-addr-icon.png) no-repeat;
}

.contactus-right .addr ul li:first-child::before {
    background-position: -21px 0;
}

.contactus-right .addr ul li:nth-child(3)::before {
    background-position: -42px 0;
}

.contactus-right .addr ul li:nth-child(2)::before {
    background-position: 0 0;
}

/*@media (min-width: 640px) {*/
    /*.contactus-left {*/
        /*padding-right: 15px;*/
    /*}*/
/*}*/

/*@media (min-width: 768px) {*/
    /*.contactus-left {*/
        /*padding-right: 0;*/
    /*}*/

    /*.contactus-right {*/
        /*padding-left: 15px;*/
    /*}*/
/*}*/

/*@media (max-width: 600px) {*/
    /*.contactus-left {*/
        /*padding-right: 15px;*/
    /*}*/
/*}*/

/*@media (min-width: 900px) {*/

    /*.contactus-left {*/
        /*padding-right: 0;*/
    /*}*/
/*}*/

/*@media (min-width: 1200px) {*/

    /*.contactus-left {*/
        /*padding-right: 0;*/
    /*}*/
/*}*/

/*footer*/
.footer {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    padding: 0;
    line-height: 40px;
    font-size: 12px;
    margin-top: 40px;
}

.footer a {
    text-decoration: none;
    color: #fff;
}

.totop {
    width: 40px;
    height: 40px;
    /*display: none;*/
    line-height: 40px;
    text-align: center;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 10;
}

.totop a, .totop a:link, .totop a:active {
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    background: #000;
    -webkit-transition: -webkit-transform .3s ease-in-out, opacity .3s linear;
    -moz-transition: -moz-transform .3s ease-in-out, opacity .3s linear;
    -ms-transition: -ms-transform .3s ease-in-out, opacity .3s linear;
    transition: transform .3s ease-in-out, opacity .3s linear;
    opacity: .5;

}

.totop a:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}


/* by animated.css */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


section {
    /*opacity: 0;*/
}

.modal-body img{
	max-width: 100%;
}