﻿body {
}

@font-face {
    font-family: 'lg';
    src: url('../lightgallery/lg.woff') format('woff');
}
@font-face {
    font-family: 'lg';
    src: url('../lightgallery/lg.eot') format('embedded-opentype'), url('../lightgallery/lg.ttf') format('truetype');
}

#imagebanner {
    width: 100%;
    position: relative;
}

#imagebannersize {
    position: relative;
    width: 100%;
    background: url('../images/gallery/Assessmentnew.jpg') center top no-repeat;

    background-size: cover;
    padding-top: 26%;
    min-height: 200px;
    box-sizing: border-box;
}

#imagebannertext {
    position: absolute;
    height: 100%;
    width: 95%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    max-width: 85%;
}

#imgbannertable {
    height: 100%;
    width: 100%;
    display: table;
}

#imgbannercell {
    display: table-cell;
    vertical-align: middle;
}

#imgtext {
    font-family: AvenirLTStd-Black;
    color: #15396c;
    font-size: 48px;
}

.gallery-left{
    display:inline-block;
    min-width:250px;
}

.gallery-right{
    display:inline-block;
    padding-left:100px;
    width:100%;
}

.gallery-sidebar {
    margin:0;
    padding-left:0;
    padding-top:40px;
    position:relative;
}

.gallery-sidebar.fixed {
    position:fixed;
    top:10%;
}

    .gallery-sidebar a {
        text-decoration:none ;
        color:white;
    }

    .gallery-sidebar li {
        -moz-transition: all 300ms;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
        width: 260px;
        background-color: #143b69;
        padding: 10px 20px;
        color: white;
        border-bottom: 1px solid #184c89;
        list-style: none;
        box-sizing: border-box;
        font-family: AvenirLTStd-Medium;
        line-height: 18px;
        font-size: 16px;
        position: relative;
    }
        
        .gallery-sidebar .active,
        .gallery-sidebar li:hover {
            background-color: #103157;
            padding: 10px 10px;
            border-left: 10px solid #f9c542;
        }

        .gallery-sidebar .active .sidebar-t,
        .gallery-sidebar li:hover .sidebar-t {
            display:block;
        }

    .gallery-sidebar .first {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .gallery-sidebar .last{
        border-bottom:none;
        border-bottom-left-radius:10px;
        border-bottom-right-radius:10px;
    }

.sidebar-t {
    display: none;
    position: absolute;
    right: -8px;
    top: 0;
}

.gallery-wrapper {
    padding: 40px 0;
    width: 84%;
    margin:0 auto;
    display:flex;
}


.imagegallery{
    margin:auto;
    height:100%;
}


.thumb {
    background-color: #1d292f;
}

.grid-item {
    text-decoration: none;
    box-sizing:border-box;
    margin:5px;
}


.grid-item:hover .wrapper {
   background-color: #1d292f;
   
}

.grid-item:hover .showmore{
    opacity:0.9;
    background: rgba(164,164,164, 0.7);
    
}

.grid-item:hover .viewtxt{
    color:white;
}

video {
    width:100%;
}

.wrapper {
    width: 100%;
    height: 99.2%;
    opacity: 0.7;
    position: absolute;
    top: 0%;
}

.showmore {
    width: 200px;
    height: 65px;
    position: absolute;
    transform: translateX(50%) translateY(50%);
    top: 27%;
    opacity: 0;
    border-radius: 50px;
    
}

.viewtxt {
    position:absolute;
    font-family: AvenirLTStd-Black;
    font-size: 16px;
    line-height: 20px;
    color: transparent;
    transform:translateX(40%);
    top:34%;
}

.insideshow {
    position: absolute;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    background-color: #113a6b;
    transform:translateY(15%);
    left:73%;
}

.mag {
  display:block;
  margin:auto;
  transform:translateY(30%);
}

.gallery-flowheading {
    display:inline-block;
    margin: auto;
    font-family: 'AvenirLTStd-Black';
    font-size: 36px;
    line-height: 48px;
    padding-top:40px;
    padding-bottom: 10px;
    color: #15396c;
}

.gallery-flowcomponents {
    margin: auto;
    padding-top:30px;
    padding-bottom:40px;
    border-bottom:1px solid #d5d5d5
    
}

.gallery-flowcomponents.last {

    border-bottom: none;
}

.gallery-componentrow {
    width:49%;
    padding:8px 0;
    display:inline-block;
    vertical-align:top;
}

.gallery-componentleft {
    font-family: AvenirLTStd-Black;
    font-size: 18px;
    line-height: 36px;
    vertical-align:top;
}

.gallery-componentright {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    vertical-align: top;
    margin-left: 10%;
}

.liststyle {
    vertical-align: text-top;
}

.pointstyle {
    width: 5%;
    display: inline-block;
    vertical-align: top;
    padding-right:10px;
}
.gcl-text {
    display: inline-block;
    width: 89%;
}

.gallery-component{
    width:100%;
    display:inline-block;
    vertical-align:top;
}

.anchor{
    position:relative;
    top:-100px;
}

.video-container {
    width:50%;
}

@media screen and (max-width:1020px) {

    #imgtext{
        background-color:rgba(255,255,255,0.5);
        width:33%;
    }

    .showmore {
        transform: translateX(50%);
        right: 50%;
    }

    .grid-item .thumb{
        width:100%;
    }

    .gallery-componentrow{
        display:block;
        width:100%;
    }

    .gallery-left{
        display:none;
        min-width:unset;
        
    }

    .gallery-right{
        padding:0;
    }

    .gallery-sidebar {
        transform: translateX(-265px);
        position: absolute;
    }

    .gallery-flowheading{
        font-size:30px;
        line-height:38px;
    }

    .gallery-wrapper{
        padding:0px;
    }
    .video-container {
        width: 100%;
    }
}

@media screen and (max-width:1380px) {
    .gallery-componentrow {
        width: 100%;
        
    }

}


#exercise2, #exercise1{
    width:400px;
    height:271px;
}


@media screen and (max-width:490px) {
    #exercise2, #exercise1 {
        width: 388px;
        height: 259px;
    }
}
@media screen and (max-width:480px) {
    #exercise2, #exercise1 {
        width: 378px;
        height: 254px;
    }
}


@media screen and (max-width:470px) {
    #exercise2, #exercise1 {
        width: 371px;
        height: 252px;
    }
}


@media screen and (max-width:440px) {
    #exercise2, #exercise1 {
        width: 345px;
        height: 234px;
    }
}

@media screen and (max-width:420px) {
    #exercise2, #exercise1 {
        width: 328px;
        height: 221px;
    }
}
@media screen and (max-width:400px) {
    #exercise2, #exercise1 {
        width: 311px;
        height: 210px;
    }
}
@media screen and (max-width:390px) {
    #exercise2, #exercise1 {
        width: 303px;
        height: 204px;
    }
}
@media screen and (max-width:390px) {
    #exercise2, #exercise1 {
        width: 294px;
        height: 199px;
    }
}
@media screen and (max-width:360px) {
    #exercise2, #exercise1 {
        width: 277px;
        height: 187px;
    }
}