﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
* {
    padding: 0;
    margin: 0;
}
body {
    overflow-x: hidden;
    font-family: verdana,arial,helvetica,sans-serif;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 2.6%;
    padding-right: 2.6%;
    position: relative;
}
#ytvideoWrapper {
    background: url(/Images/overlay.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 1920px;
    height: 1080px;
    opacity: 1;
    z-index: 1000000;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
}
    #ytvideoWrapper .videoWrapper {
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
    }
a , a:hover{
    text-decoration: none;
    outline: none;
    background-color: rgba(0,0,0,0);
    color: #fff;
}
ul, li {
    list-style: none;
}
.home-link-align{
    display: table;
    margin: 50px auto;
}
#home-link {
    background: no-repeat scroll center top #633377;
    border-radius: 9px;
    display: inline-block;
    font-size: 18px;
    height: 50px;
    line-height: 51px;
    text-align: center;
    width: 230px;
    text-transform: uppercase;
}
#big-logo {
    display: table;
    margin: 10% auto 0;
}
.search-thumb img, no-thumb img{
    width: 138px;
    height: 180px;
}
/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* top nav */
.navbar-fixed-top .nav > li {
    padding: 0 10px;
    color: #fff;
}
.navbar-fixed-top .navbar-nav > li > a {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
}
.displayGallery_team .next, .displayGallery .next, #nav2 .next, #nav4 .next, .ContentFlow .next {
    background: url(../images/rightArrow.png) no-repeat center top;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    margin: auto;
    text-align: center;
}
.displayGallery_team .next {
    right: auto;
}
.displayGallery_team .prev, .displayGallery .prev, #nav2 .prev, #nav4 .prev, .ContentFlow .prev {
    background: url(../images/leftArrow.png) no-repeat center top;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    margin: auto;
    text-align: center;
}
.displayGallery_team .prev {
    left: -10px;
}

#footer a:active, .footer a:active, #home div.swiper-container a:active, #home div.swiper-container a:active, .displayGallery ul li img .thumbnail:active, #home .next:active, #home .prev:active, .home_slider_right:active, .home_slider_left:active, .displayGallery_team ul li img .thumbnail:active {
    -webkit-animation: fadeinout 750ms linear 1 forwards;
    animation: fadeinout 750ms linear forwards;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.displayGallery .prev a, .displayGallery .next a, #nav2 .next a, #nav2 .prev a, #nav4 .next a, #nav4 .prev a, #content .next a, #content .prev a,
.displayGallery_team .prev a, .displayGallery_team .next a {
    display: block;
    padding-top: 70px;
    color: #fff;
}
img {
    border: none;
}
#bgImageSliderDiv {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
}
#bgImageSliderDiv div {
    width: 100%;
    height: 100%;
}

#bgImageSliderDiv div ul {
	padding: 0px;
	width: 100%;
	height: 100%;
}
#bgImageSliderDiv div ul li {
	float: left;
	position: absolute;
	width: 100%;
	height: 100%;
}
#bgImageSliderDiv div ul li div {
	width: 1921px;
	height: 1080px;
}

#bgImageSliderDiv div ul li div img {
	position: absolute;
	top: -2px;
	width: 100%;
	height: 100vh;
}

.body_content{
	position: relative;
}
.lftMain {
    float: left;
    width: 36.25%;
}
.rgtMain {
    float: right;
    width: 59.9%;
    margin-top: 40px;
}
.tab_descriptor {
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 0 30px;
    text-align: center;
    margin: 0 auto;
    display: table;
    vertical-align: middle;
    font-size: 27px;
    margin-top: 40px;
}
    .tab_descriptor p {
        color: #fff;
        margin-bottom: 7px;
        width: 740px;
        font-size: 18px;
        white-space: pre-line;
    }
.insta {
    display: flex;
    align-items: flex-start;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 22px;
}

    .insta img {
        float: left;
        margin: 5px 10px 10px 0;
    }

    .insta span {
        padding-left: 10px;
        margin-top: -5px;
        font-size: 22px;
    }
.rgtMain .thumbBig {
    float: left;
    width: 57.03%;
    height: 852px;
    padding: 30px;
    border-radius: 15px;
    position: absolute;
    top: 40px;
}
.rgtMain .thumbBig img {
    max-height: 792px;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
}
    .rgtMain .thumbBig h2 {
        font-size: 24px;
        font-weight: bold;
        color: #FFF;
        text-align: center;
        /* width: 1085px; */
        margin-top: 14px;
        position: relative;
        top: 95%;
    }
.thumbBig .slick-arrow {
    display: none !important;
}

.lftMain .logo {
    text-align: center;
    margin: auto;
    margin-bottom: -20px;
    padding-top: 0px;
    width: 100%;
}
.lftMain .logo img{
    height:280px;
    width: auto;
}

.lftMain .logo11 {
    text-align: center;
    margin: auto;
    margin-bottom: -20px;
    padding-top: 0px;
    width: 100%;
}

    .lftMain .logo11 img {
        height: auto;
        width: 300px;
    }
    .lftMain .logo11 day {
        float: right;
        color: #ffffff;
        font-size: 32px;
        text-align: center;
        vertical-align: middle;
        width: 336px;
        margin-top: 115px;
    }
    .lftMain .logo11 .date {
        float: right;
        color: #ffffff;
        font-size: 24px;
        text-align: center;
        width: 336px;
        line-height: 2em;
        margin-top: -142px;
    }
    .lftMain .logo11 #weather {
        float: right;
        color: #ffffff;
        font-size: 24px;
        line-height: 3em;
        text-align: center;
        width: 336px;
    }

.rgtMain .thumbBig11 {
    float: left;
    width: 57.03%;
    height: 852px;
    padding: 30px;
    border-radius: 15px;
    position: absolute;
    top: 100px;
}

    .rgtMain .thumbBig11 img {
        max-height: 792px;
        max-width: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 30px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .rgtMain .thumbBig11 h2 {
        display: none;
    }

.thumbBig11 .slick-arrow {
    display: none !important;
}
.twitter-card {
    max-width: 100%;
    width: 100%;
    height: 184px;
    overflow: auto;
    padding: 0;
    margin-top: 0px;
    margin-bottom: 10px;
}
.tweetSet11 {
    top: 650px;
    height: 263px;
    z-index: 1000;
    overflow: hidden;
    float: left;
    width: 31.25%;
    padding: 25px 20px 0;
    border-radius: 12px;
    background-color: rgba(20, 20, 20, 0.5);
    border: 1px solid #fff;
    position: absolute;
}

    .tweetSet11 a {
        color: #f3a81b;
    }

    .tweetSet11 h2 {
        color: #fff;
        font-size: 20px;
        font-weight: normal;
        line-height: 20px;
        margin: 0;
    }

    .tweetSet11 .line {
        color: #fff;
        position: relative;
        margin-bottom: 10px;
        letter-spacing: -1px;
        line-height: 15px
    }
.bannerSet {
    z-index: 1000;
    overflow: hidden;
    float: left;
    width: 31.25%;
    border-radius: 12px;
    background-color: rgba(20, 20, 20, 0.5);
    border: 1px solid #fff;
    position: absolute;
    height: 253px;
    padding: 15px;
}
    .bannerSet ul{
        margin-bottom: unset;
    }
    .bannerSet ul li {
        position: absolute;
    }
    .bannerSet img {
        width: 627px;
    }
    .dateSet {
        top: 255px;
        height: 385px;
        z-index: 1000;
        overflow: hidden;
        float: left;
        width: 31.25%;
        padding: 25px 20px 0;
        border-radius: 12px;
        background-color: rgba(20, 20, 20, 0.5);
        border: 1px solid #fff;
        position: absolute;
    }
    .dateSet h3 {
        font-size: 20px;
        font-weight: normal;
        color: #FFF;
        border-bottom: #FFF solid 1px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin-top: 0;
    }
.dateSet .navigation {
    margin-top: -55px;
    float:right;
}
    .dateSet span {
        cursor: grab;
    }

.lftMain .dateSet table th {
    background: none repeat scroll 0 0;
    padding: 5px;
    color: #FFF;
}
.calendarTableCell {
    height: 270px;
    overflow: auto;
    width: 93%;
    position: absolute;
}
.lftMain .dateSet table {
    table-layout:fixed;
    color:white;
    text-align:left;
}
.tweetSet {
    top: 650px;
    height: 242px;
    z-index: 1000;
    overflow: hidden;
    float: left;
    width: 31.25%;
    padding: 25px 20px 0;
    border-radius: 12px;
    background-color: rgba(20, 20, 20, 0.5);
    border: 1px solid #fff;
    position: absolute;
}
    .tweetSet a {
        color: #f3a81b;
    }
    .tweetSet h2 {
        color: #fff;
        font-size: 20px;
        font-weight: normal;
        line-height: 20px;
        margin: 0;
        padding: 0 0 10px;
    }
    .tweetSet .line {
        color: #fff;
        position: relative;
        margin-bottom: 10px;
        letter-spacing: -1px;
        line-height: 15px
    }

#footer {
    height: 114px;
    color: #ffffff;
    background: none repeat-x scroll left top;
    position: relative;
    width: 106.2%;
    padding-bottom: 0px;
    margin-left: -2.6%;
}
    #footer .innerFooter {
        padding: 39px 0 22px 8px;
        margin: auto;
        width: 100%;
        text-align: center;
        font-size: 18px;
        font-weight: normal;
        text-transform: uppercase;
    }
        #footer .innerFooter div {
            font-size: 24px;
        }
        #footer .innerFooter .footerContent {
            display: inline-block;
        }
    #footer a {
        font-size: 32px;
        padding: 38px 20px 38px 20px;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        background-color: rgba(255,255,255,0.18);
        /* border: solid 1px #ffffff; */
        border-radius: 9px;
        color: #FFF;
        font-weight: normal;
        text-transform: uppercase;
    }
.touch_to_begin1 {
    margin: auto;
    color: #fff;
    margin-top: -9px;
}
.touch_to_begin {
    float: left;
    display: inline-block;
    text-align: right;
    padding-right: 30px;
}
#tabNavs {
    float: left;
    padding: 8px 0 0 0;
}
.str_or {
    cursor: default !important;
    margin: 0 0.31% !important;
    padding: 0 !important;
}
    #tabNavs .str_or {
        font-size: 0px !important;
        margin: 0 9px !important;
        background-color: transparent !important;
    }
    #tabNavs .str_or.str_or_search {
        display: none;
    }
#tabSearch {
    background: rgba(0,0,0,0) !important;
    margin-left: 5px;
}
.copy_right {
    top: 1037px;
    color: white;
    z-index: 100001;
    font-size: 16px;
}
.navbar-inverse .navbar-brand{
    color: white;
}
.navbar {
    display: none;
}
body[data-page="home2"] #subPageLogo, body[data-page="home11"] #subPageLogobody {
    display: none;
}

/*Inner Pages style*/
.body-content #home {
    position: relative;
}
#subPageLogo {
    text-align: center;
    margin: 35px auto 0 auto;
    left: 0;
    right: 0;
    z-index: 2;
}
#buttonOuterDiv {
    margin: 0 auto;
    display: flex;
    vertical-align: middle;
}
#searchAreaDescriptor {
    padding: 30px 0px 0 0;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    display: table;
    vertical-align: middle;
}

#searchAreaDescriptor ul li {
    background: no-repeat scroll center top;
    float: left;
    display: table;
    border-radius: 9px;
    height: 57px;
    width: 245px;
    text-align: center;
    font-size: 18px;
    margin: 0 10px 20px;
    text-transform: uppercase;
}

    #searchAreaDescriptor ul li a {
        color: #FFF;
        display: table-cell;
        vertical-align: middle;
    }
#searchArea {
    padding: 0 50px;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    min-height: 630px;
}
#searchArea ul li {
    background: no-repeat scroll center top;
}

    #searchArea ul li, #searchAreaFooter ul li {
        float: left;
        display: table;
        border-radius: 9px;
        height: 57px;
        width: 245px;
        text-align: center;
        font-size: 18px;
        margin: 0 10px 20px;
        text-transform: uppercase;
    }
    #searchArea ul li a, #searchAreaFooter ul li a, #searchAreaTop ul li a {
        color: #FFF;
        display: table-cell;
        vertical-align: middle;
    }
.footer {
    color: #ffffff;
    background: none repeat-x scroll left top;
    height: 47px;
    top: 983px;
    position: absolute;
    width: 105.2%;
    margin-left: -2.6%;
    margin-right: -2.6%;
    padding-bottom: 0px;
}

#footer {
    margin-left: -2.75%;
}
#logo, .btm_nav_bg {
    visibility: hidden;
}
body[data-page="home2"] .btm_nav_bg, body[data-page="home9"] .btm_nav_bg, body[data-page="home9"] #subPageLogo,
body[data-page="home11"] .btm_nav_bg, body[data-page="streampro"] .btm_nav_bg, body[data-page="streampro"] #subPageLogo,
body[data-page="slides"] .btm_nav_bg, body[data-page="slides"] #subPageLogo, body[data-page="slides"] #bgImageSliderDiv {
    display: none;
}
body[data-page="slides"] .transition {
    padding-left: unset;
    padding-right: unset;
}
body[data-page="slides"] .slick-slide {
    height: 1080px !important;
}
body[data-page="slides"] .new_copy_right {
    z-index: 1;
}
.btm_nav_bg {
    position: absolute;
    bottom: 50px;
    width: 100%;
    height: 47px;
}
    .btm_nav_bg h3 {
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
        padding: 10px 0 10px;
        margin-top: 5px;
        font-weight: bold;
    }
        .btm_nav_bg h3 a {
            color: #fff;
        }
            .btm_nav_bg h3 a:first-child {
                padding: 12px 0 13px 13px;
            }

.new_copy_right {
    position: absolute;
    bottom: 15px;
    right: 50px;
    z-index: 0;
    color: white;
    font-size: 16px;
}
.footer #searchAreaFooter {
    animation: showAnimation 0s ease-in 0.5s;
    animation-fill-mode: forwards;
    visibility: hidden;
}
@keyframes showAnimation {
    to {
        visibility: visible;
    }
}

#searchAreaCategory, #searchArea, #searchAreaFooter, #searchAreaTop {
    display: table;
    margin: auto;
}
#home h3 {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0 10px;
    margin-top: 5px;
}
.subpage h3 a {
    color: #ffffff;
}
.footer a:first-child {
    padding: 12px 0 13px 13px;
}
.clr {
    clear: both;
}

#nav {
    margin: 0px auto 0px;
    display: table;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 1200px;
    min-height: 630px;
}

    #nav ul, .displayGallery ul, .displayGallery_fv ul, #searchArea ul, #nav2 ul {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }

        #nav ul li, #nav2 ul li {
            background: no-repeat scroll center top;
            display: inline-block;
            border-radius: 24px;
            height: 100px;
            width: 100px;
            line-height: 100px;
            text-align: center;
            font-size: 40px;
            font-weight: bold;
            margin: 5px;
        }

            #nav ul li a, #nav2 ul li a {
                color: #FFF;
                display: block;
            }

                #nav2 ul li a:hover, #nav ul li a:hover {
                    text-decoration: none;
                    border-radius: 24px;
                }

#nav4, #resultGallery {
    margin: 0px auto;
    display: table;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    min-height: 670px;
}
    #nav4 .inner, #resultGallery .inner, #nav2 .inner {
        max-width: 1200px;
        position: relative;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    #nav3 ul li, #nav4 ul li, #resultGallery ul li {
        background: no-repeat scroll center top;
    }

    #nav4 ul li, #resultGallery ul li {
        border-radius: 24px;
        margin: 5px;
        line-height: normal;
        text-align: center;
        font-size: 13px;
        font-weight: normal;
        display: inline-block;
        text-transform: uppercase;
        word-wrap: break-word;
        overflow: hidden;
        height: 100px;
        width: 142px;
    }
    #resultGallery ul li {
        border-radius: 9px;
    }
        #nav4 ul li a {
            color: #fff;
            display: table-cell;
            height: 100px;
            padding-left: 5px;
            padding-right: 10px;
            vertical-align: middle;
            width: 142px;
            word-wrap: break-word;
            overflow: hidden;
        }

        #resultGallery ul li a {
            color: #fff;
            display: table-cell;
            height: 100px;
            padding-left: 5px;
            padding-right: 10px;
            vertical-align: middle;
            width: 142px;
            word-wrap: break-word;
            overflow: hidden;
        }

#nav2 {
    margin: 0px auto;
    display: table;
    position: relative;
    padding: 50px;
    min-height: 630px;
}
    #nav2 ul li {
        border-radius: 24px;
        margin: 5px;
        line-height: normal;
        text-align: center;
        font-size: 18px;
        font-weight: normal;
        text-transform: uppercase;
        word-wrap: break-word;
        overflow: hidden;
    }
        #nav2 ul li a {
            color: #FFF;
            display: table-cell;
            height: 100px;
            padding-left: 10px;
            padding-right: 10px;
            vertical-align: middle;
            width: 100px;
            word-wrap: break-word;
            overflow: hidden;
        }

.displayGallery, .displayGallery_team {
    display: table;
    margin: 0 auto;
    position: relative;
    min-height: 630px;
    padding: 3px 60px 0 60px; 
}
    #nav3 ul, .displayGallery ul, .displayGallery_fv ul {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
        .displayGallery ul li {
            background: none no-repeat scroll center top;
            display: inline-table;
            margin: 0 8px 8px 0;
            border-radius: 9px;
            width: 184px;
            height: 325px;
            /* padding: 12px 12px 3px; */
        }
            .displayGallery ul li a .thumbnail, .displayGallery ul li a .no-thumbnail {
                padding: 12px 12px 3px;
                border-radius: 9px;
                height: 325px;
                background-color: unset;
                border: unset;
            }
            .displayGallery ul li .imgBox {
                height: 240px;
                width: 184px;
                text-align: center;
                margin-bottom: 5px;
            }
            .displayGallery ul li .imgBox img {
                height: auto;
                width: 100%;
            }
            .displayGallery ul li h4 {
                font-size: 13px !important;
                color: #fff;
                text-align: center;
                font-weight: bold;
                line-height: 15px;
                padding-top: 5px;
                height: 22px;
                overflow: hidden;
                margin: 0;
            }
            .displayGallery ul li p {
                font-size: 12px;
                color: #fff;
                text-align: center;
                line-height: 16px;
                height: 16px;
                margin: 0px !important;
                overflow: hidden;
            }

profile-content::before {
    background: url(/Images/glenbardeast.touchpros.com/logoLandscape.png) no-repeat center;
}
.displayGallery_team ul {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
    .displayGallery_team ul li {
        display: inline-table;
        margin: 0 8px 8px 0;
        border-radius: 9px;
        width: 300px;
        height: 240px;
        background: none no-repeat scroll center top;
    }
        .displayGallery_team ul li a .thumbnail, .displayGallery_team ul li a .no-thumbnail {
            padding: 12px 12px 0px;
            border-radius: 9px;
        }
        .displayGallery_team ul li .no-thumbnail .imgBox img {
            width: auto;
        }
.thumbnail {
    background-color: unset;
    border: unset;
    padding: unset;
    margin-bottom: 10px;
}
.no-thumbnail {
    margin-bottom: 10px;
}
    .no-thumbnail h4 {
        min-height: 20px;
    }

.displayGallery_team ul li .imgBox {
    height: 200px;
    width: 300px;
    text-align: center;
    overflow: hidden;
    padding-bottom: 0px;
}
.displayGallery_team ul li .imgBox img{
    width: 100%;
    height: 100%;
}
.team_detail.with_reader {
    margin-top: -220px;
}
.team_detail_flex {
    width: 650px;
    height: 950px;
    border-radius: 12px;
    padding: 25px;
    font-size: 16px;
    color: #fff;
    position: relative;
    top: 15px;
    margin: auto;
    margin-top: -235px;
}
        .team_detail_flex .imgBox {
            position: relative;
            width: fit-content;
            margin: auto;
        }
        .team_detail_flex .imgBox img {
            margin: auto;
            display: block;
            max-width: 100%;
        }
        
        .team_detail_flex .detail_header {
            text-align: center;
        }
        .team_detail_flex .detail_header h4 {
            font-size: 22px;
            font-weight: bold;
            margin-bottom: 0;
        }
        .team_detail_flex .detail_header h5 {
            font-size: 18px;
            margin: 3px 0;
        }
        .team_detail_flex .detail2 {
            position: absolute;
            display: block;
            right: 8px;
            bottom: 6px;
        }
        .team_detail_flex .detail2 a {
            color: #fff;
            width: 100px;
            height: 100px;
        }

.team_detail_flex.team {
    width: fit-content;
    height: auto;
    margin-top: 0px;
}
.team_detail_flex.team .imgBox img {
    max-height: 580px;
}
.team_detail_flex.team .detail2 {
    right: 5px;
}
.close-footer {
    color: #fff;
    font-weight: 200;
    text-shadow: none;
    font-size: 16px;
    text-align: right;
    text-transform: uppercase;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 10;
}
    .close-footer .close span {
        line-height: 38px;
    }
.close{
    color: unset;
    opacity: 0.9;
    font-size: unset;
    text-shadow: unset;
    float: none;
}
    .close:focus, .close:hover {
        color: #ffffff;
        opacity: 1;
    }

.popup {
    background: none repeat scroll 0 0;
    max-width: 970px;
    height: 680px;
    position: relative;
    border-radius: 12px;
    padding: 25px;
    color: #fff !important;
    margin: 20px auto;
}
    .popup .cross {
        position: absolute;
        right: 22px;
        bottom: 22px;
        font-weight: bold;
    }

.popup .detail_header {
    float: right;
    padding: 0;
    min-height: 48px;
    margin-top: -10px;
    overflow: auto;
    padding: 0 20px;
    width: auto;
    float: none;
    height: auto;
}
.popup .detail_header h4 {
    padding-bottom: 30px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
.record4Col1, .record4Col3 {
    width: 30%;
    vertical-align: top;
    padding-right: 10px;
}
.record4Col2, .record4Col4 {
    width: 20%;
    vertical-align: top;
}

.popup .detail_header h5 {
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
}
.popup #detail table td {
    font-size: 22px;
}

#container {
    margin: auto;
    max-width: 1158px;
    padding-top: 30px;
    height: 722px;
}
    #container .inner {
    color: White;
    font-size: 24pt;
    text-align: center;
    width: 1155px;
    padding-bottom: 25px;
}
        #container .inner div {
            padding-bottom: 10px;
            font-size: 24px;
        }

.team_detail {
    width: 880px;
    height: 950px;
    border-radius: 12px;
    position: relative;
    padding: 25px;
    color: #fff !important;
    margin: 1% auto;
}
    .team_detail .cross {
        position: absolute;
        right: 20px;
        bottom: 14px;
        font-weight: bold;
    }

    .team_detail.with_reader .cross {
        position: relative;
        right: 0;
        text-align: right;
    }

.yearText {
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    word-wrap: break-word;
    overflow: hidden;
    cursor: pointer;
}

._df_book-cover {
    background-color: transparent !important;
}

.df-page-front:before, .df-page-back:before {
    opacity: 0 !important;
}

._df_thumb ._df_book-title {
    font-size: inherit !important;
    background-color: transparent !important;
}

._df_thumb:hover ._df_book-cover {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    box-shadow: none !important;
}

.df-lightbox-wrapper {
    background-color: transparent !important;
}

.df-lightbox-controls > .df-lightbox-close {
    height: 35px !important;
    color: #fff !important;
    width: 115px !important;
    font-size: 16px !important;
    background-color: transparent !important;
}

.df-lightbox-close:hover {
    color: white !important;
    background-color: transparent !important;
}

.df-ui-controls {
    background-color: #70344e !important;
}

.df-ui-wrapper, .df-ui-btn {
    color: #fff !important;
    background-color: #70344e !important;
}

.df-ui-btn {
    width: 45px !important;
    height: 47px !important;
    font-size: 24px !important;
}

    .df-ui-btn:hover {
        color: #F0F0F0 !important;
    }

.df-ui-page {
    background-color: transparent !important;
}

    .df-ui-page label {
        padding-top: 10px !important;
        line-height: 1.7em !important; /*it was getting overwritten in some theme*/
        color: #fff !important;
        font-size: 15px !important;
    }

.df-ui-controls {
    height: 47px !important;
}

.df-floating .df-ui-controls {
    bottom: 0px !important;
    width: 100% !important;
    display: table; /*IE fallback*/
    border-radius: 0px !important;
}

.df-ui-next {
    font-size: 40px !important;
    padding-top: 2px !important;
}

.df-ui-prev {
    font-size: 40px !important;
    padding-top: 2px !important;
}

.df-container.df-floating > .df-ui-next {
    right: 16px !important;
}

.df-container > .df-ui-next, .df-container > .df-ui-prev {
    font-size: 120px !important;
    color: #fff !important;
    background-color: transparent !important;
}

.df-ui-alt.df-ui-next {
    border-right: none !important;
}

.df-ui-page {
    width: 69px !important;
}

.df-sidemenu {
    background-color: #e1e1e1 !important;
}

.fa-stack-1x {
    line-height: 1.8 !important;
}

.df-lightbox-controls {
    bottom: 65px;
    right: 0;
    position: absolute;
}
#keyboard {
    margin: 0;
    padding: 0;
    list-style: none;
}
    #keyboard li {
        background: none no-repeat scroll center top;
        color: #ffffff;
        float: left;
        margin: 0 5px 5px 0;
        width: 100px;
        height: 100px;
        line-height: 100px;
        text-align: center;
        border-radius: 9px;
        text-transform: uppercase;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        font-size: 22px;
    }
        #keyboard li:hover {
            position: relative;
            top: 1px;
            left: 1px;
            border-color: #e5e5e5;
            cursor: pointer;
        }

    #keyboard .tab, #keyboard .delete {
        width: 100px;
        font-size: 24px;
    }
    #keyboard .return {
        width: 206px;
    }
    #keyboard .return .btn {
        font-size: 24px;
        line-height: 1;
    }
        #keyboard .return .btn:focus {
            background: none;
            outline: none;
            box-shadow: none;
        }
    #keyboard .left-shift {
        width: 162px;
    }
    #keyboard .right-shift {
        width: 162px;
    }
    #keyboard .space {
        clear: left;
        width: 1152px;
        font-size: 24px;
    }

#write {
    width: 1148px;
    max-width: unset;
    height: 50px;
    font: 24pt Verdana, Sans-Serif;
    background: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 9px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    overflow: hidden;
    text-transform: uppercase;
    padding: 6px 0px 0px 0px;
    font-size: 36px;
    color: #000000;
}
#write textarea{
    max-width: 1148px;
}
.results_div2 {
    height: 855px;
    width: 900px;
    margin: 60px auto 60px auto;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #fff;
    background-color: rgba(20, 20, 20, 0.5);
}
.results_div3 {
    overflow: auto;
    height: 822px;
    margin-top: 15px;
}
.results_div4 {
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background-color: #70344e;
    text-transform: uppercase;
}
.results tr {
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.results .td1 {
    width: 10%;
    text-align: center;
}
    .results .td1 img {
        margin: 10px 20px 10px 100px;
    }

.results .td2 {
    width: 90%;
    text-align: left;
    font-size: 20px;
}
.results .td1, .results .td2 {
    text-decoration: underline;
}

#largePhoto #closeIcon {
    top: unset !important;
    bottom: 20px !important;
}

/* view profile pages */
.profile-container {
    margin-top: -220px;
}
.profile-container .profile-footer .close {
    cursor: text;
    opacity: 1;
}
    .profile-container .profile-footer .close span {
        margin-left: 5px;
    }
    .profile-container .profile-footer .close:hover {
        font-weight: 700;
    }

/* Search Result */
body[data-page="searchresults"] #subPageLogo {
    display: none;
}
body[data-page="admin"] {
    background-color: #e1e1e1;
}
.login-table-wrapper {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #e1e1e1;
    margin: -2.6%;
    padding-bottom: 200px;
}

.login-table-wrapper-middle {
    display: table-cell;
    vertical-align: middle;
}

.loginContainer {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}
div.accountInfo {
    width: 100%;
    border-radius: 0.8em;
    background: #ffffff;
}

    div.accountInfo fieldset {
        width: 88%;
        padding: 1em 1em 0 1em;
    }

fieldset.login label, fieldset.register label, fieldset.changePassword label {
    display: block;
    text-align: left;
    margin: 0.25em 0 0.5em 0.25em;
    white-space: nowrap;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.accountInfo legend {
    margin: 0;
    padding: 2em 0 0em 0;
}

legend, h2 {
    font-size: 1.7em;
    font-weight: 300;
    padding: 1em 0 0 0;
    width: 100%;
    margin: 0.1em 0 0.5em 0.5em;
    font-variant: normal;
    border-bottom: unset;
}

fieldset p {
    margin: 2px 12px 10px 10px;
}

fieldset p {
    margin: 2px 12px 10px 10px;
}

.accountInfo .login input {
    width: 100%;
}

input.textEntry, .selectDropdown, textarea {
    display: block;
    width: 100%;
    max-width: 400px;
    padding: 6px 12px;
    font-size: 12px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0.6em;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-sizing: border-box;
    margin: 0 0 0.5em 0;
}

div.accountInfo fieldset p:nth-child(3) {
    margin-top: -1em;
}

.accountInfo p.submitButton {
    margin: 0 auto;
    text-align: center;
    background: #f7f7f7;
    width: 100%;
    border-radius: 0 0 0.8em 0.8em;
    padding: 2em;
}

#LoginButton {
    text-transform: none;
    font-size: 1em;
}

.accountInfo p.submitButton button {
    width: 88%;
    background: #4d4d4d;
    color: #ffffff;
}

.submitButton button:hover, .saveButton:hover {
    background-color: #286090;
    border: 1px solid #204d74;
}

.submitButton button, .saveButton {
    display: inline-block;
    color: #ffffff;
    line-height: .5em;
    border: none;
    padding: 1em;
    border-radius: 0.8em;
    font-size: .85em;
    text-transform: uppercase;
    width: 100px;
    margin: 0.25em;
    background: #337ab7;
    border: 1px solid #2e6da4;
}
table {
    border-collapse: collapse;
    box-sizing: border-box;
}

tr {
    vertical-align: top;
    border-color: #d2d2d2;
}

th, td {
    padding: 0;
}

    td img {
        display: block;
        margin: 0 auto;
    }

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 991px) {
    #home #big-logo img {
        height: auto !important;
        width: 100% !important;
    }
    .navbar-fixed-top .navbar-brand {
        text-transform: uppercase;
    }
    form #container .inner {
        width: 100%;
    }
    form #container .inner #write, #keyboard .return, #keyboard .space, .results_div2 {
        width: 100%;
    }
    #keyboard li {
        width: 24%;
        margin: 0 1% 1% 0;
    }
    .results .td1 img {
        margin-left: 0;
    }

    .team_detail_flex, .profile-container {
        margin-top: -100px;
    }
    .team_detail_flex, .team_detail_flex .detail_header {
        width: 100%;
        height: auto;
    }
    .team_detail_flex .imgBox {
        max-width: 100%;
    }
    #largePhoto, #largePhoto #largeImage {
        max-width: 100%;
    }
    #largePhoto.white_content {
        height: auto;
        top: auto;
        left: 0;
        right: 0;
    }
    #largePhoto #largeImage {
        height: auto;
        margin: 0 auto;
    }
        #largePhoto #closeIcon {
            top: unset !important;
            bottom: 20px !important;
            right: 10px !important;
        }
    #bgImageSliderDiv{
        z-index: 0;
    }
    #bgImageSliderDiv div ul li div {
        position: fixed;
        -webkit-backface-visibility: hidden;
    }
    #subPageLogo {
        position: absolute;
		margin-top: 72px;
    }
    .subpage {
        margin-top: 252px;
    }
    app .new_copy_right {
        left: 0;
        right: 0;
        text-align: center;
        z-index: 1;
        padding-bottom: 30px;
    }
    #nav, #nav2 {
        min-height: auto;
        padding: 0;
    }
    #nav4, #resultGallery {
        padding-left: 0;
        padding-right: 0;
    }
    .profile-container .profile-content {
        padding: 0;
    }
    .profile-container .profile-detail-header, .profile-container .profile-detail, .profile-container .profile-content .profile-detail p {
        margin-left: 0;
        margin-right: 0;
    }
    .tab_descriptor p {
        width: 100%;
    }
    #searchAreaDescriptor {
        width: min-content;
    }
    .navbar-fixed-top .nav li, .navbar-fixed-top .nav li a {
        text-transform: uppercase;
    }
    .displayGallery_team .next, .displayGallery .next, #nav2 .next, #nav4 .next, .ContentFlow .next {
        position: fixed;
        right: 5px;
    }
    .displayGallery_team .prev, .displayGallery .prev, #nav2 .prev, #nav4 .prev, .ContentFlow .prev {
        position: fixed;
        left: 5px;
    }
    .displayGallery, .displayGallery_team {
        padding: 3px 30px;
    }
    .displayGallery_team ul li {
        max-width: 75%;
    }
    .displayGallery_team ul li .imgBox {
        width: auto;
        height: auto;
    }
    .galleria, .profile-photo {
        width: 100% !important;
    }

    .thumbBig .slick-arrow {
        display: block !important;
    }
    .thumbBig button.slick-prev {
        position: absolute;
        left: -20px;
        top: 50%;
        color: transparent;
        background: transparent;
        border: none;
    }
    .thumbBig button.slick-prev:before {
        content: "<";
        color: #fff;
        font-weight: bold;
    }
    .thumbBig button.slick-next {
        position: absolute;
        right: -50px;
        top: 50%;
        color: transparent;
        background: transparent;
        border: none;
    }
    .thumbBig button.slick-next:before {
        content: ">";
        color: #fff;
        font-weight: bold;
    }
    .with_reader iframe {
        width: 100%;
    }

}
@media screen and (max-width: 767px) {
    #home #big-logo {
        margin: 45% auto 0;
    }
    .navbar-fixed-top{
		padding-top: 40px;
	}
	.navbar-fixed-top .nav > span {
        display: none;
    }
    .navbar-fixed-top .nav li {
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 1;
        text-transform: uppercase;
    }
    .navbar-fixed-top .nav li a {
        padding-top: 0px;
        padding-bottom: 0px;
        line-height: 1;
		text-transform: uppercase;
    }
    .navbar-fixed-top .nav li.orig_menu {
        padding-left: 10px;
    }
    .team_detail_flex, .profile-container {
        margin-top: -150px;
    }

    /* Hide captions */
    .transition {
        padding-left: 2%;
        padding-right: 2%;
    }

    #nav4 .inner{
        height: auto;
    }

    .popup{
        height: auto;
    }

    .popup .detail_header {
        padding: 0 0 20px 0;
    }

    .lftMain {
        top: unset;
        position: relative;
        margin-top: 75px;
    }

    .rgtMain {
        position: relative;
        float: left;
        top: unset;
        margin-top: 10px;
        width: 100%;
        height: 550px;
    }

        .rgtMain .thumbBig {
            width: 100%;
            height: 550px;
            top: unset;
        }

            .rgtMain .thumbBig h2 {
                top: 92%;
            }

            .rgtMain .thumbBig img {
                max-height: 453px;
            }

    .slick-slide {
        height: 500px !important;
    }

    .carousel-caption {
        display: none;
    }

    .container {
        width: 100%;
    }

    .subpage #logo {
        padding-top: 52px;
        padding-bottom: unset;
    }

    .navbar {
        display: block;
    }

    .lftMain, .dateSet, .tweetSet, .bannerSet {
        width: 100% !important;
    }

    .dateSet, .tweetSet, .bannerSet {
        top: unset;
        margin-top: 10px;
        position: relative;
    }

    #footer {
        display: none;
    }

        #footer .innerFooter div {
            font-size: 18px;
        }

        #footer a {
            font-size: 24px;
        }

    .touch_to_begin {
        padding-right: 20px;
    }

    #tabSearch {
        padding: 19px 10px 19px 10px !important;
    }

    .df-floating .df-ui-controls {
        padding-bottom: 25px;
    }
    .df-lightbox-controls {
        bottom: 90px;
    }

    .team_detail.with_reader {
        margin-top: -140px;
        overflow: auto;
    }

    .copy_right {
        position: relative;
        top: unset;
        text-align: right;
        right: unset;
    }

    #searchArea ul li, #searchAreaFooter ul li {
        float: unset;
    }

    .footer {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .navbar-nav {
        color: #fff;
    }
    .navbar-nav > li {
        float: none;
        display: inline-block;
    }
    /* Hide captions */
    .transition {
        padding-left: 10%;
        padding-right: 10%;
    }

    .lftMain {
        top: unset;
        position: relative;
        margin-top: 50px;
        margin-left: unset;
    }

    .rgtMain {
        position: relative;
        float: left;
        top: unset;
        width: 100%;
        height: 750px;
        margin-top: unset;
    }

        .rgtMain .thumbBig {
            width: 100%;
            height: 750px;
            top: unset;
            margin-top: 15px;
        }

            .rgtMain .thumbBig h2 {
                top: 94%;
            }

            .rgtMain .thumbBig img {
                max-height: 653px;
            }

    .slick-slide {
        height: 700px !important;
    }

    .carousel-caption {
        display: none;
    }

    .container {
        width: 100%;
    }

    .navbar {
        display: block;
    }

    .lftMain, .dateSet, .tweetSet, .bannerSet {
        width: 100% !important;
    }

    .dateSet, .tweetSet, .bannerSet {
        top: unset;
        margin-top: 10px;
        position: relative;
    }

    #footer {
        display: none;
    }

        #footer .innerFooter div {
            font-size: 18px;
        }

        #footer a {
            font-size: 24px;
        }

    .touch_to_begin {
        padding-right: 20px;
    }

    #tabSearch {
        padding: 19px 10px 19px 10px !important;
    }

    .subpage #logo {
        padding-top: 52px;
        padding-bottom: unset;
    }

    .copy_right {
        position: relative;
        top: unset;
        text-align: right;
        right: unset;
        margin-top: 20px;
    }

    #searchArea ul li, #searchAreaFooter ul li {
        float: unset;
    }

    .footer {
        display: none;
    }
}

@media (min-width: 992px) {
    .transition {
        padding-left: 2.6%;
        padding-right: 2.6%;
    }

    .container {
        width: 100%;
    }

    .navbar {
        display: none;
    }

    .lftMain {
        width: 36.25% !important;
        margin-top: unset;
        margin-left: 25px;
    }

    .dateSet {
        margin-top: -8px;
    }

    .rgtMain {
        position: unset;
        width: 59.9%;
        float: right;
        margin-top: 25px;
    }

        .rgtMain .thumbBig {
            width: 57.03%;
            height: 852px;
        }

            .rgtMain .thumbBig img {
                max-height: 792px;
            }

            .rgtMain .thumbBig h2 {
                top: 95%;
            }

    .slick-slide {
        height: 802px !important;
    }

    .copy_right {
        position: relative;
        right: 0;
        top: unset;
        margin-top: 20px;
        visibility: hidden;
    }
    .btm_nav_bg {
        visibility: visible;
    }

    body[data-page="viewprofile"] .profile-container {
        margin-top: -220px;
        height: 950px;
    }
    .profile-container .profile-content {
        height: 858px;
    }
    .profile-container .galleria, .profile-container .profile-photo {
        height: 900px;
    }
    .profile-container .profile-photo {
        float: left;
    }

    #largePhoto, #fade.black_overlay {
        width: 1920px;
        position: fixed;
        left: 0;
    }
        #largePhoto #largeImage {
            margin: 0 auto;
        }

    body[data-page=viewprofile][data-tab="5580"] .profile-container {
        margin-top: -180px;
        height: 875px;
    }
    body[data-tab="5580"] .profile-container .profile-photo {
        width: 875px;
        height: 725px;
    }
    body[data-tab="5580"] .profile-container .galleria {
        width: 875px;
        height: 717px;
    }
    body[data-tab="5580"] .profile-content {
        height: 782px;
    }

    body[data-tab="5580"] #largePhoto #largeImage {
        margin: auto;
    }

    #footer {
        display: block;
    }

        #footer .innerFooter div {
            font-size: 12px;
        }

        #footer a {
            font-size: 18px;
        }

    .touch_to_begin {
        padding-right: 20px;
    }

    #tabSearch {
        padding: 19px 10px 19px 10px !important;
    }

    #searchArea ul li, #searchAreaFooter ul li {
        float: unset;
    }

    .footer {
        position: relative;
        top: unset;
        margin-top: unset;
        display: block;
    }
    .popup #detail {
        overflow-y: scroll;
        max-height: 545px;
    }

    .df-lightbox-wrapper {
        width: 1920px;
        height: 1080px !important;
    }

    .displayGallery ul li .no-thumbnail .imgBox img {
        height: 240px;
    }

}

@media (min-width: 1200px) {
    .transition {
        padding-left: 2.6%;
        padding-right: 2.6%;
    }

    .container {
        width: 100%;
    }

    .navbar {
        display: none;
    }

    .lftMain {
        width: 36.25% !important;
        margin-top: unset;
        margin-left: 25px;
    }

    .dateSet {
        margin-top: -8px;
    }

    .rgtMain {
        position: unset;
        width: 59.9%;
        float: right;
        margin-top: 25px;
    }

        .rgtMain .thumbBig {
            width: 57.03%;
            height: 852px;
        }

            .rgtMain .thumbBig img {
                max-height: 792px;
            }

            .rgtMain .thumbBig h2 {
                top: 95%;
            }

    .slick-slide {
        height: 802px !important;
    }

    .subpage #logo {
        padding-bottom: unset;
    }

    .copy_right {
        top: unset;
        padding-top: unset;
    }

    #footer {
        display: block;
    }

        #footer .innerFooter div {
            font-size: 18px;
        }

        #footer a {
            font-size: 24px;
        }

    .touch_to_begin {
        padding-right: 20px;
    }

    #tabSearch {
        padding: 19px 10px 19px 10px !important;
    }

    #searchArea ul li, #searchAreaFooter ul li {
        float: left;
    }

    .footer {
        position: relative;
        top: unset;
        margin-top: unset;
        display: block;
    }
}

@media (min-width: 1520px) {
    .transition {
        padding-left: 2.6%;
        padding-right: 2.6%;
    }

    .container {
        width: 100%;
    }

    .navbar {
        display: none;
    }

    .lftMain {
        width: 36.25% !important;
        margin-top: unset;
    }

    .dateSet {
        margin-top: -8px;
    }

    .rgtMain {
        position: unset;
        width: 59.9%;
        float: right;
        margin-top: 25px;
    }

        .rgtMain .thumbBig {
            width: 57.03%;
            height: 852px;
        }

            .rgtMain .thumbBig img {
                max-height: 792px;
            }

            .rgtMain .thumbBig h2 {
                top: 95%;
            }

    .slick-slide {
        height: 802px !important;
    }

    .copy_right {
        padding-top: 20px;
        margin-top: unset;
    }

    #footer {
        display: block;
    }

        #footer .innerFooter div {
            font-size: 21px;
        }

        #footer a {
            font-size: 28px;
        }

    .touch_to_begin {
        padding-right: 25px;
    }

    #tabSearch {
        padding: 27px 15px 27px 15px !important;
    }

    #searchArea ul li, #searchAreaFooter ul li {
        float: left;
    }

    .footer {
        position: relative;
        display: block;
        margin-top: unset;
    }
}

@media (min-width: 1900px) {
    .transition {
        padding-left: 2.6%;
        padding-right: 2.6%;
    }

    .container {
        width: 100%;
    }

    .navbar {
        display: none;
    }

    .lftMain {
        width: 36.25% !important;
        margin-top: unset;
    }

    .dateSet {
        margin-top: -8px;
    }

    .rgtMain {
        position: unset;
        width: 59.9%;
        float: right;
        margin-top: 25px;
    }

        .rgtMain .thumbBig {
            width: 57.03%;
            height: 852px;
        }

            .rgtMain .thumbBig img {
                max-height: 792px;
            }

            .rgtMain .thumbBig h2 {
                top: 95%;
            }

    .slick-slide {
        height: 802px !important;
    }

    #footer .innerFooter div {
        font-size: 24px;
    }

    #footer {
        display: block;
    }

        #footer a {
            font-size: 32px;
        }

    .touch_to_begin {
        padding-right: 20px;
    }

    #tabSearch {
        padding: 38px 20px 38px 20px;
    }

    .copy_right {
    }

    #searchArea ul li, #searchAreaFooter ul li {
        float: left;
    }

    .footer {
        position: relative;
        display: block;
    }
}