/* Extra Things */

body {
    background: #eee;
    /*font-family: 'Open Sans', sans-serif;*/
}

h3 {
    /*
    font-size: 30px; 
    font-weight: 400;
    text-align: center;
    margin-top: 50px;
    */
}

h3 i {
    color: #444;
}

.swiper-container {
    height: 100%;
    width: 100%;
}

#banner_slide {
    background-color: #444;
    color: #fff;
    min-height: 40em;
    height: 75vh;
    position: relative;
}

#banner_slide input, #banner_slide select, #banner_slide textarea {
    color: #fff;
}

#banner_slide a {
    color: #fff;
}

#banner_slide strong, #banner_slide b {
    color: #fff;
}

#banner_slide h1, #banner_slide h2, #banner_slide h3, #banner_slide h4, #banner_slide h5, #banner_slide h6 {
    color: #fff;
}

#banner_slide blockquote {
    border-left-color: rgba(255, 255, 255, 0.25);
}

#banner_slide code {
    background: rgba(255, 255, 255, 0.075);
    border-color: rgba(255, 255, 255, 0.25);
}

#banner_slide hr {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

#banner_slide:after {
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
    -moz-transition: opacity 1.5s ease-in-out, visibility 1.5s;
    -webkit-transition: opacity 1.5s ease-in-out, visibility 1.5s;
    -ms-transition: opacity 1.5s ease-in-out, visibility 1.5s;
    transition: opacity 1.5s ease-in-out, visibility 1.5s;
    background: #000511;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 2;
}

#banner_slide .indicators {
    bottom: 1.5em;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2;
}

#banner_slide .indicators li {
    cursor: pointer;
    display: inline-block;
    height: 2em;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 2em;
    width: 2em;
}

#banner_slide .indicators li:before {
    background: rgba(255, 255, 255, 0.35);
    border-radius: 100%;
    content: '';
    display: inline-block;
    height: 0.8em;
    left: 50%;
    margin: -0.4em 0 0 -0.4em;
    position: absolute;
    text-indent: 0;
    top: 50%;
    width: 0.8em;
}

#banner_slide .indicators li.visible:before {
    background: #fff;
}

#banner_slide>article {
    -moz-transition: opacity 1.5s ease, visibility 1.5s;
    -webkit-transition: opacity 1.5s ease, visibility 1.5s;
    -ms-transition: opacity 1.5s ease, visibility 1.5s;
    transition: opacity 1.5s ease, visibility 1.5s;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 0;
}

#banner_slide>article:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

#banner_slide>article:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.35;
}

#banner_slide>article .inner {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
}

#banner_slide>article .inner> :last-child {
    margin-bottom: 0;
}

#banner_slide>article h2 {
    font-weight: 400;
    font-size: 2.75em;
    padding-bottom: 0;
    margin: 0 0 0.5em 0;
}

#banner_slide>article h2:after {
    display: none;
}

#banner_slide>article h2:hover {
    color: #f1f0f0 !important;
}

#banner_slide>article img {
    display: none;
}

#banner_slide>article.visible {
    opacity: 1;
    visibility: visible;
}

#banner_slide>article.top {
    z-index: 1;
}

#banner_slide>article.instant {
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

#banner_slide>article p {
    font-size: 1.5em;
    line-height: 1.25em;
}

#banner_slide>article .inner {
    width: 90%;
}

body.is-loading #banner_slide:after {
    opacity: 1.0;
    visibility: visible;
}

@media screen and (max-width: 1280px) {
    #banner_slide {
        min-height: 25em;
    }
}

@media screen and (max-width: 980px) {
    #banner_slide {
        min-height: 25em;
    }
}

@media screen and (max-width: 736px) {
    #banner_slide {
        min-height: 25em;
    }
    #banner_slide>article h2 {
        font-size: 1.75em;
        line-height: 1.25em;
    }
}

body.is-mobile #banner_slide>article {
    background-attachment: scroll;
}

#swiper-2 {
    max-width: 750px;
}

#swiper-2 h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
img {
	border-radius: 12px !important;
}
.image {
    border-radius: 12px !important;
}
