﻿/* Carousel */



.controls-wrapper
{
    height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    background-color: transparent;
}

.controlsBlock {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 230px;
    margin: 0 auto;
    z-index: 2;
    height: 24px;
    text-align: center;

    background-color: rgba(0,150,144, 0.9);

    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 0;


}

@media (max-width: 768px) {

    .controls-wrapper
    {
        background-color: rgba(0,150,144, 1);
        position: relative;
        width: 100%;
    }

    .controlsBlock {
    
    position: relative;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;

    margin: 0 auto;

    background-color: transparent
     /*
    -webkit-transform : scale(0.8);
    -moz-transform : scale(0.8);
    -o-transform : scale(0.8);
    -ms-transform : scale(0.8);
    transform : scale(0.8);

    -webkit-transform-origin : 100% 100%;
    -moz-transform-origin : 100% 100%;
    -o-transform-origin : 100% 100%;
    -ms-transform-origin : 100% 100%;
    transform-origin : 100% 100%;
         */
    }
}


.controls {
    position: relative;
    display: block;
    width: 230px;
}

.carousel-img
{
    width: 100%;
    height: auto;
    display: block;
    line-height: 0;
}


#classCarousel .controlsBlock {
    height: 50px;
}

#classCarousel .controls {
    position: absolute;
    top: 30px;
    height: 0;
}

#classCarousel .carousel-control {
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
    color: #FFFFFF
}

#classCarousel .carousel-control i {
    font-size: 15px;
}

#classCarousel .carousel-indicators {
    bottom: -8px;
    left: 55%;
}

#classCarouselAch .carousel-indicators {
    position: relative;
    top: 10px;
}

#classCarousel .carousel-indicators li {
    /*-webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.5);*/
}

#classCarouselAch .carousel-indicators li {
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
}

#classCarousel .carousel-indicators li.active {
    background-color: #FFFFFF;
}

/* Carousel Fade Effect */


/* Fade Fix*/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* // Carousel */

/* Dean Msg*/


#welcome-msg {
    padding: 3rem;
    padding-bottom: 0;
    background: #FFF;
    min-height: 400px;

}

.welcome {
    position: relative;
}
                    
.welcome-section-title {
    color: #009690;
    display: block;
    font-size: 2.5rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-weight: 700;
    font-style: normal;
    z-index: 2;
    position: relative;
}

.svg_quote {
    --transform-translate-y: 0rem;
    --transform-translate-x: -1rem;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    width: 9rem;
    color: #CCCCCC;
    left: 0;
    top: 0;
    position: absolute;
    opacity: .6;
    height: 9rem;
    z-index: 1;
}

.welcome-section-text {
    color: #222222;
    line-height: 2 !important;
                        
    position: relative;
    z-index: 2;
                        
}

.welcome-section-text p
{
    font-size: 1.5em;
}

.welcome-section-img-small
{
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
    text-align: center;
}

.welcome-section-img-small img
{
    margin: 0 auto;
}

@media screen and (max-width: 1199px) { 
                        
    .welcome-section-text {
                            
        line-height: 1.2 !important;
    }
}

@media screen and (max-width: 991px) {
    .welcome-section-text p {

        font-size: 1.4em;

    }
}


@media screen and (max-width: 767px) {
    #welcome-msg
    {
        padding: 3rem 1.5rem;
        padding-bottom: 0;
    }

    .welcome-section-text {
        line-height: 1.4 !important;
        margin-bottom: 1.5rem;
    }
}
                    
/* // Dean Msg*/

/* News */

#news
{
    padding: 3rem;
    background-color: #009690;
    position: relative;
                        
}

.news-bg-img
{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("/class/img/bg/class_bg_2.jpg");
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    opacity: 0.75
}

.news-img-overlay
{
    background-color: #009690;
    opacity: 0.75;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
                    

.news-section-title
{
    color: #FFFFFF;
    display: block;
    font-size: 2.5rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-weight: 700;
    font-style: normal;
    z-index: 2;
    position: relative;
}

.news-content-wrapper
{
                        
    padding: 30px;
    background-color: #FFFFFF;
}

body.cityu-class .news-content-wrapper > a
{
    color: #222222
}

body.cityu-class .news-content-wrapper > a:hover
{
    color: #009690
}

.news-content-wrapper a .news
{
    padding: 20px 0;
    border-bottom: 1px dotted #DDD;
    margin-top: 0;

}

.news-content-wrapper a:last-of-type .news {
    border-bottom: 0;
}

.news-date {
    font-size: 100%;
    padding-bottom: 10px;
    color: #444;

    -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
}

.news-heading {
    font-size: 1.2rem;
    font-weight: 500;
    color: #444;

    -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
}

.news:hover .news-date,
.news:hover .news-heading,
.news:focus .news-date,
.news:focus .news-heading,
.news:active .news-date,
.news:active .news-heading
{
    color:#009690 
}


@media (max-width: 991px) {
    .news-content-wrapper {
    margin-left: 0
    }
}

.news:first-of-type {
    padding-top: 0;
}



.news > a > div {
    padding-left: 0;
    padding-right: 20px;
}

.news-left {
    padding-right: 0;
    overflow: hidden;
}

.hp-media-img {
    /*width: 247px*/
}

@media screen and (max-width: 767px)
{
    #news{padding: 3rem 1.5rem}
    
    
    .news-left{ padding-bottom: 10px}

    .news-date{ padding-bottom: 0;}


}

.zoom-img {
    overflow: hidden
}

.zoom-img img {
    -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
}

.zoom-img:hover img,
.news:hover .zoom-img img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.news-more
{
    text-align: right
}



/* //News */


/* Ranking */
#new-ranking-section
{
    background-color: #f46f60;
                            background-image: url("/class/img/bg/college_facts_hp_bg_2-01.png");
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;

    padding: 5rem 3rem
}

.qs-logo
{
    margin: 0 auto;
    max-width: 600px;
    background-color: #FFFFFF;
    padding: 30px 50px 20px;
    margin-top: 15px;
    margin-bottom: 30px;
    transform: rotate(-2deg);

    -webkit-box-shadow: 8px 10px 0px 0px rgba(147,30,17,.8);
    -moz-box-shadow: 8px 10px 0px 0px rgba(147,30,17,.8);
    box-shadow: 8px 10px 0px 0px rgba(0,150,144,.8);
                        
    position: relative;
    z-index: 10;

    border: 1px solid #CCC
}

@media screen and (max-width: 991px)
{
    .qs-logo
    {
        max-width: 90%
    }
}

.ranking-wrapper
{
    border: 3px solid #FFFFFF;
    padding: 130px 20px 30px; 
    margin-top: -100px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #FFFFFF;
}


                    
                    
@media only screen and (max-width: 767px) {
    #new-ranking-section .sub-title {
        font-size: 1.5rem !important;
    }
    #new-ranking-section .border-list .item .number-item-text {
        font-size: 1rem !important;
    }
    #new-ranking-section .border-list .item .number-item-ranking {
        font-size: 1.6rem !important;
    }
    #new-ranking-section {
        padding: 3rem 1.5rem !important;
    }
}
                    
                    
.relative {
    position: relative;
}
                    
#new-ranking-section .sub-title {
    font-weight: 300;
    font-size: 2rem;
    line-height: 1.2;
    color: inherit;
    margin: 0 0 .78125em;
    color: #90b96f;
}
                    
#new-ranking-section .border-list {
    margin: 0;
    padding: 0;
    list-style: none!important;
}
                    
#new-ranking-section .border-list .item {
    border-bottom: 2px solid #fde3e0;
}

                    
                    
                    
                    
#new-ranking-section .border-list .item .number-item {
    font-size: 1rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: .625em 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
                    
#new-ranking-section .border-list .item .number-item-text {
    text-align: right;
    font-size: 1.2em;
    max-width: 66.66666667%;
    margin: 0 .9375em 0 0;
    color: #f46f60;
}
                    
#new-ranking-section .border-list .item .number-item-text-sub {
    font-size: .8125rem;
    display: block;
}
                    
#new-ranking-section .border-list .item .number-item-ranking {
    font-size: 2.2em;
    line-height: 1.1;
    color: #f46f60;
    font-weight: 900;
    margin-bottom: 0;
}

@media screen and (min-width: 992px)
{
        #new-ranking-section .border-list .item:first-child > .number-item {
        padding-top: 0;
    }
}

@media screen and (min-width: 1200px)
{
    #new-ranking-section .border-list .item .number-item-text {
        font-size: 1.25em;
    }
    #new-ranking-section .border-list .item .number-item-ranking {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 991px)
{
    .glance-item {margin-bottom: 1.5rem}
}

/* //Ranking*/


/* College at a Glance */

    #class-glance {
        background: white;
        padding: 3rem

    }

    @media screen and (max-width: 767px){
        #class-glance {
            padding: 3rem 1.5rem;
        }
    }

    .glance-section-title{

            color: #009690;
            display: block;
            font-size: 2.5rem;
            line-height: 2.5rem;
            text-transform: uppercase;
            
            font-weight: 700;
            font-style: normal;
            z-index: 2;
            position: relative;
            padding-bottom: 40px;
           

    }

    .glance-box {
        height: 430px;
        -webkit-box-shadow: 0px 20px 32px -17px rgba(0, 0, 0, 0.44);
        -moz-box-shadow: 0px 20px 32px -17px rgba(0, 0, 0, 0.44);
        box-shadow: 0px 20px 32px -17px rgba(0, 0, 0, 0.44);
        overflow: hidden;
        color: #009690;
        text-align: center;
        transition: all .18s ease-in-out;
        -webkit-transition: all .18s ease-in-out;
        background-color: #FFFFFF;
        position: relative;
        z-index: 1
    }

    .glance-box:hover
    {
         background-color: #009690;
        /*background-color: #f46f60;
        border: 1px solid #DDD;*/
        transform: scale(1.1);
        position: relative;
        z-index: 2;

        -webkit-box-shadow: 0px 20px 32px -17px rgba(0, 150, 144, 0.44);
        -moz-box-shadow: 0px 20px 32px -17px rgba(0, 150, 144, 0.44);
        box-shadow: 0px 20px 32px -17px rgba(0, 150, 144, 0.44);
    }

    .glance-box a{
        display: block;
        height: 100%;
    }

    .glance-img
    {
        
        
        padding: 20px 20px 0;
        transition: all 0.4s ease-in-out;
    }

    .glance-img > img { width: 100%; max-width: 250px; margin-top: 20px}

    .glance-text
    {
        position: absolute;
        margin-top: 30px;
        padding: 0 20px;
        width: 100%;
        transition: all 0.4s ease-in-out;
    }
                    

    .glance-animate-text
    {
        transform: translateX(-200px);
        opacity: 0;
        transition: all 0.5s ease-in-out;
                        
        font-size: 1.3rem;
        color: #FFFFFF;
        text-transform: uppercase;
        font-weight: 900;
        margin-top: -20px
                       
    }

    .glance-box:hover .glance-img
    {
        /*transform: translateX(-150px);*/
        opacity: 0.12;
    }

    .glance-box:hover .glance-text
    {
        /*transform: translateX(-150px);*/
        opacity: 0.12;
        color: #FFFFFF
    }

    .glance-box:hover .glance-animate-text
    {
        transform: translateX(0);
        opacity: 1;
    }
                    
                    
    .glance-text .glance-figure {
        font-size: 3.4rem;
        font-weight: 600;
        text-transform: uppercase;
    }
                    
    .glance-text .glance-details {
        font-size: 1.5rem;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 1.5rem
    }

    @media screen and (min-width: 992px) and (max-width: 1199px)
    {
           .glance-text .glance-figure {
            font-size: 3.3rem;
        }

           .glance-text .glance-details{
            font-size: 1.4rem
        }
    }

    @media screen and (max-width: 991px)
    {
        .glance-text .glance-figure {
            font-size: 3rem;
        }

        .glance-text .glance-details{
            font-size: 1.2rem
        }

    }


    /* // College at a Glance */



    /* Events & Media*/

        #events_media {
        background: white;
        padding: 3rem

    }

    @media screen and (max-width: 767px){
        #events_media {
            padding: 3rem 1.5rem;
        }
    }

    .events-media-section-title{

            color: #009690;
            display: block;
            font-size: 2.5rem;
            line-height: 2.5rem;
            text-transform: uppercase;
            margin: 0 0 20px;
            font-weight: 700;
            font-style: normal;
            z-index: 2;
            position: relative;
            padding-bottom: 20px;
           

    }

    #events
    {
        border-right: 1px solid #444;
        padding-right: 30px;
        margin-bottom: 30px;
    }

    .events-section-title
    {
        color: #444;
        font-size: 1.5rem;
        font-weight: 500;
        padding-bottom: 20px;

    }

    
    
    .events-item
    {
        padding-bottom: 25px;
    }

    .events-title
    {
        font-weight: 500;
        padding-bottom: 8px; 
        font-size: 1.2rem
    }

    #events .events-title a:hover,
    #events .events-title a:focus,
    #events .events-title a:active
    {
        color: #f46f60;
    }

    .events-label
    {
        display: inline-block;
        min-width: 60px;
        
    }

    /*Event Category*/
    
    
    body.cityu-class a.events-cat {
        color: #333;
        cursor: pointer
    }

    .events-cat {
        padding: 2px 8px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        font-size: 75%;
        color: #333;
        margin: 0 2px 2px 2px;
        display: inline-block;
    }

    .events-cat:first-of-type {
        margin-left: 0;
    }

    .events-cat.all.active,
    a[href].events-cat.all:hover,
    .events-cat.college-event.active,
    a[href].events-cat.college-event:hover,
    .events-cat.student-act.active,
    a[href].events-cat.student-act:hover,
    .events-cat.conf.active,
    a[href].events-cat.conf:hover,
    .events-cat.seminar.active,
    a[href].events-cat.seminar:hover,
    .events-cat.workshop.active,
    a[href].events-cat.workshop:hover,
    .events-cat.lecture.active,
    a[href].events-cat.lecture:hover {
        background-color: #fff;
    }

    .events-cat.all {
        background-color: #ccc;
        border: 1px solid #ccc;
    }

    .events-cat.college-event {
        background-color: #fba0a0;
        border: 1px solid #fba0a0;
    }

    .events-cat.student-act {
        background-color: #fbb3d7;
        border: 1px solid #fbb3d7;
    }

    .events-cat.conf {
        background-color: #fad588;
        border: 1px solid #fad588;
    }

    .events-cat.seminar {
        background-color: #d5fa88;
        border: 1px solid #d5fa88;
    }

    .events-cat.workshop {
        background-color: #a1fba1;
        border: 1px solid #a1fba1;
    }

    .events-cat.lecture {
        background-color: #a1fbdd;
        border: 1px solid #a1fbdd;
    }

    .events-category {
        margin-top: 5px
    }


    .events-empty-msg
    {
        text-align: center;
        font-weight: 400;
       
        /*border: 1px solid #444;*/
        padding: 8px 15px;
    }

    .events-empty-img
    {
        margin-bottom: 20px
    }

    .events-empty-img > img
    {
        max-width: 300px;
        margin: 0 auto;

    }

    .events-more
    {
        text-align: right
    }


    #classinmedia
    {
        padding-left: 30px;
        margin-bottom: 30px;
    }

    


    #classinmedia .class-media-item .class-media-heading a {
        color: #009690;
    }

    #classinmedia .class-media-item a:hover,
    #classinmedia .class-media-item a:focus,
    #classinmedia .class-media-item a:active
     {
        color: #f46f60;
    }

    .class-media-item {
        padding-bottom: 25px;
        
    }

    .class-media-heading
    {
        padding-bottom: 8px;
        font-weight: 500;
        font-size: 1.2rem
    }

    .class-media-staff {
        margin-bottom: 10px;
    }

    .class-media-descptn {
        font-size: 85%;
        font-style: italic;
    }

    .class-media-more
    {
        text-align: right
    }


    .media-desc {
        font-size: 90%;
    }


    @media screen and (max-width: 767px) {

        #events
        {
        border-right: 0;
        padding-right: 15px
        }

        #classinmedia
        {
            padding-left: 15px
        }

    }
    
     /* // Events & Media*/     


     /* Stay Connect */

     #stayconnect
     {
         position: relative;
         min-height: 500px;
     }

     .stayconnect-bg-img
    {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-image: url("/class/img/bg/class_bg_1.jpg");
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: 100%;
        opacity: 0.75
    }

    .stayconnect-img-overlay
    {
        background-color: #444;
        opacity: 0.75;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .stayconnect-content
    {
        padding: 150px 15px;
        text-align: center;
    }

    .stayconnect-title
    {
        color: #FFF;
        display: block;
        font-size: 2.5rem;
        line-height: 2.5rem;
        text-transform: uppercase;
        
        font-weight: 700;
        font-style: normal;
        z-index: 3;
        position: relative;
        padding-bottom: 40px;
    }

    .stayconnect-desc
    {
        color: #FFF;
        font-size: 150%;
        z-index: 3;
        position: relative;
        font-weight: 300;
        padding-bottom: 40px;
    }

    .stayconnect-icon
    {
        z-index: 3;
        position: relative;
        
    }

    #stayconnect .stayconnect-icon a
    {
        padding: 10px 12px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
         margin: 5px 3px;
        display: inline-block;
    }

    #stayconnect .stayconnect-icon a i
    {
        color: #FFF;

    }

    #stayconnect .stayconnect-icon a[class]:hover,
    #stayconnect .stayconnect-icon a[class]:focus,
    #stayconnect .stayconnect-icon a[class]:active
    {

        background-color: #009690
    }

    #stayconnect .stayconnect-icon a.fb
    {
         background-color: #4267b2
     }

    #stayconnect .stayconnect-icon a.ig
    {
         background-color: #fb3958
     }

    #stayconnect .stayconnect-icon a.ln
    {
         background-color: #0077B5
     }

    #stayconnect .stayconnect-icon a.tw
    {
         background-color: #000000
     }

    #stayconnect .stayconnect-icon a.yt
    {
         background-color: #E62117
    }

    /*

    #stayconnect .stayconnect-icon a.fb:hover,
    #stayconnect .stayconnect-icon a.fb:focus,
    #stayconnect .stayconnect-icon a.fb:active
     {
         background-color: #4267b2
     }

    #stayconnect .stayconnect-icon a.ig:hover,
    #stayconnect .stayconnect-icon a.ig:focus,
    #stayconnect .stayconnect-icon a.ig:active
     {
         background-color: #fb3958
     }

    #stayconnect .stayconnect-icon a.ln:hover,
    #stayconnect .stayconnect-icon a.ln:focus,
    #stayconnect .stayconnect-icon a.ln:active
     {
         background-color: #0077B5
     }

    #stayconnect .stayconnect-icon a.tw:hover,
    #stayconnect .stayconnect-icon a.tw:focus,
    #stayconnect .stayconnect-icon a.tw:active
     {
         background-color: #1b95e0
     }

    #stayconnect .stayconnect-icon a.yt:hover,
    #stayconnect .stayconnect-icon a.yt:focus,
    #stayconnect .stayconnect-icon a.yt:active
     {
         background-color: #E62117
     }

     */

