
html, body {
    height: 100%;
}
body {
}
.navbar-toggle {
    float: left;
    margin-left: 15px;
}
@media (min-width: 0px) {
.navbar-toggle {
    display: block;
}
}
@media (min-width: 992px) {
body {
    padding: 0;
}
.navbar {
   /* background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;*/
    right: auto;
}
}
.navbar-collapse {
    max-height: 270px;
    padding-top: 30px !important;
    position: relative;
}
.navbar-collapse form[role="search"] {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}
.navbar-collapse form[role="search"] button, .navbar-collapse form[role="search"] input {
    background-color: rgb(248, 248, 248);
    border-color: rgb(231, 231, 231);
    border-radius: 0;
    border-width: 0;
    box-shadow: none;
    color: rgb(119, 119, 119);
    outline: medium none;
    padding: 8px 12px;
}
.navbar-collapse form[role="search"] input {
    box-shadow: none;
    color: rgb(160, 160, 160);
    font-size: 14pt;
    font-style: italic;
    padding: 16px 12px;
}
.navbar-collapse form[role="search"] button[type="reset"] {
    display: none;
}
.navbar-collapse {
    padding-right: 38px !important;
    padding-top: 0 !important;
}
.navbar-collapse form[role="search"] {
    width: 38px;
}
.navbar-collapse form[role="search"] button, .navbar-collapse form[role="search"] input {
    padding: 14px 18px;
}
.navbar-collapse form[role="search"] input {
    display: none;
    font-size: 18pt;
    height: 46px;
    opacity: 0;
}
.navbar-collapse form.active[role="search"] {
    width: 100%;
}
.navbar-collapse form.active[role="search"] button, .navbar-collapse form.active[role="search"] input {
    display: table-cell;
    opacity: 1;
}
.navbar-collapse form.active[role="search"] input {
    width: 100%;
}
#mainwrapper {
    font: 10pt normal Arial,sans-serif;
    height: auto;
    text-align: center;
    width: 100%;
}
#mainwrapper .box {
    border: 1px solid #ddd;
    cursor: pointer;
    float: left;
    height: 320px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#mainwrapper .box img {
    height: 318px;
    left: 0;
    position: absolute;
    transition: all 300ms ease-out 0s;
    width: 100%;
}
#mainwrapper .box .caption {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    height: 300px;
    left: 0;
    position: absolute;
    transition: all 300ms ease-out 0s;
    z-index: 100;
}
#mainwrapper .box .simple-caption {
    bottom: -30px;
    display: block;
    height: 30px;
    line-height: 25pt;
    text-align: center;
    width: 200px;
}
#mainwrapper .box .full-caption {
    height: 327px;
    padding: 50px 20px;
    text-align: left;
    top: -336px;
    width: 100%;
}
#mainwrapper .box .fade-caption, #mainwrapper .box .scale-caption {
    height: 170px;
    opacity: 0;
    padding: 15px;
    text-align: left;
    width: 170px;
}
#mainwrapper .box .slide-caption {
    height: 170px;
    left: 200px;
    padding: 15px;
    text-align: left;
    width: 170px;
}
#mainwrapper #box-5.box .rotate-caption {
    height: 170px;
    padding: 15px;
    text-align: left;
    top: 200px;
    transform: rotate(-180deg);
    width: 170px;
}
#mainwrapper .box .rotate {
    height: 400px;
    transition: all 300ms ease-out 0s;
    width: 200px;
}
#mainwrapper .box .scale-caption h3, #mainwrapper .box .scale-caption p {
    left: -200px;
    position: relative;
    transition: all 300ms ease-out 0s;
    width: 170px;
}
#mainwrapper .box .scale-caption h3 {
    transition-delay: 300ms;
}
#mainwrapper .box .scale-caption p {
    transition-delay: 500ms;
}
#mainwrapper .box:hover .simple-caption {
    opacity: 1;
    transform: translateY(-100%);
}
#mainwrapper .box:hover .full-caption {
    opacity: 1;
    transform: translateY(100%);
}
#mainwrapper .box:hover .fade-caption, #mainwrapper .box:hover .scale-caption {
    opacity: 1;
}
#mainwrapper .box:hover .slide-caption {
    background-color: rgba(0, 0, 0, 1) !important;
    opacity: 1;
    transform: translateX(-100%);
}
#mainwrapper .box:hover img#image-4 {
    opacity: 1;
    transform: translateX(-100%);
}
#mainwrapper .box:hover .rotate {
    background-color: rgba(0, 0, 0, 1) !important;
    transform: rotate(-180deg);
}
#mainwrapper .box:hover #image-6 {
    transform: scale(1.4);
}
#mainwrapper .box:hover .scale-caption h3, #mainwrapper .box:hover .scale-caption p {
    transform: translateX(200px);
}
