﻿@charset "utf-8";
@import url(reset.css);
@import url(font-face.css);
/*

                                                                                              `                  
                                                                                             .:. ,,              
                                                                                           ;  :: .,,             
                                                                                           ;; .:.  `             
                                                                                           ;;  ::    ,           
                                                                                        ;  .;` ..   ,,,          
                                                                                       :;;`;;   `,,,  ,,         
                                                                                     `+ ;;;;`  .,,,,, .,`        
                                                                                     ++   `    ,,  ,,  ,,        
     .'@@@@@@;           .#@@@@@         +@@@@@#`         `.....                     ++    ``  ,,  .,, .,`       
     @@@@@@@@@@,       :@@@@@@@#       @@@@@@@@@@@`        @@@@@.    ,::::,       ;+++;  ,'''' ,,   ,,  ,,       
     @@@@@@@@@@@`     :@@@@@@@@#     `@@@@@@@@@@@@@;       ,@@@@@    :::::        '++.   '',''; ,,  .,, ,,`      
     @@@@@@@@@@@@     ,@@@@@@@@#    `@@@@@@@@@@@@@@@;       @@@@@#  :::::           `++ .':  '' ,,   ,,  ,,      
     @@#':'@@@@@@     ,@@@@@@'''    @@@@@@@@'+@@@@@@@        @@@@@``::::,           ;+++`''  :'; ,,  .,. ,,`     
            @@@@@     ,@@@@;       +@@@@@@     :@@@@@@       :@@@@@,::::         ;##  ++ ''   '' ,,   ,,  ,      
    .#@@@@@ #@@@@     ,@@@@:       @@@@@@       ,@@@@@        @@@@@+:::`         #+#`  ++`''  :': ,, `,,      ,, 
  `@@@@@@@@ +@@@@     ,@@@@:       @@@@@         @@@@@;        @@@@@,::      ###;  ##  ++ ''   '' ,,,,,   `,, `` 
  @@@@@@@@@ +@@@@     ,@@@@:      .@@@@@         +@@@@@        ;@@@@@,      #####` +#` `+'`''  ;'. `,`   ,,,,,  ,
 @@@@@@@@@@ +@@@@     ,@@@@:      .@@@@@         ;@@@@@         @@@@@:     ;#: `##  ##  ++ ''  .'.      .,, ,,,  
 @@@@@@:. ` +@@@@     ,@@@@:      `@@@@@         '@@@@#        #@@@@@:     ;#'  ##` +#  `++`'''''    ., ,,`  ,,  
:@@@@,      +@@@@     ,@@@@:       @@@@@         @@@@@;        @@@@@,::     +#  `##  ##  ++ ;'''    ,,, `,,  ,,. 
;@@@@       +@@@@     ,@@@@:       @@@@@@       :@@@@@        @@@@@':::.     #:  ##  +#  `+'    `;;,  ,, ,,   ,. 
,@@@@+      +@@@@     ,@@@@:       '@@@@@#     ,@@@@@@       +@@@@@,::::      #  `##  ##  +    ,;;;;: ,, `,,  `  
 @@@@@@,  .#@@@@@     ,@@@@:        @@@@@@@',;@@@@@@@        @@@@@` ::::,      :  ##  ##       ;;  ;;  ,, ,,     
 @@@@@@@@@@@@@@@@     ,@@@@:        `@@@@@@@@@@@@@@@:       @@@@@#  :::::         ;#`  ,       ;;  ,;: ,,  ,.    
  @@@@@@@@@@@@@@@     ,@@@@:         ,@@@@@@@@@@@@@;       '@@@@@    :::::       ,##     ,++++ ;;   ;;  ,, .     
   @@@@@@@@@@@@@@     ,@@@@:           @@@@@@@@@@@`        @@@@@.    :::::.       #`     ++:++;`;;  ,;: ,,       
    `#@@@@@@@@;       ,@@@@:            .@@@@@@@,         +++++'      ,,...          ## :+:  ++ ;;   ;;  `       
                                                                                    ###;.++  ++:`;;  ,;,         
                                                                                      ## ++   ++ ;;   ;`         
                                                                                      .#:,++  ++,`;; ``          
                                                                                       ## ++   ++ ;;;            
                                                                                       ,#::+'  ++` .             
                                                                                        '# ++  :+`               
                                                                                         +,:++'++                
                                                                                          : ++++                 
App. V. 1.0

*/

/* General */
.container {
}

.wrapper {
    width: 1170px;
    margin: 0px auto;
}

    .wrapper h1 {
        font-size: 5em;
        font-family: arial,helvetica;
        color: #000;
        margin: 0;
    }

    .wrapper h2 {
        font: 38px/45px 'TitilliumLight', arial, tahoma, sans-serif;
        color: #434955;
        margin: 0;
        background: url(../images/line.png) no-repeat bottom center;
        height: 55px;
    }

#section7 .wrapper h2 {
    font: 38px/45px 'TitilliumLight', arial, tahoma, sans-serif;
    color: #434955;
    margin: 20px 0 0;
    background: url(../images/line.png) no-repeat bottom center;
    height: 55px;
}


.intro p {
    color: #fff;
}

.section {
    text-align: center;
}

.controlArrow.prev {
    left: 100px;
}

.controlArrow.next {
    right: 100px;
}

#fp-nav {
    width: 32px;
}

    #fp-nav.right {
        right: 37px;
    }

.wrap {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    position: relative;
}

.section {
    text-align: center;
}

#menu li {
    display: inline-block;
    margin: 10px;
    color: #000;
    background: #fff;
    background: rgba(255,255,255, 0.5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

    #menu li.active {
        background: #666;
        background: rgba(0,0,0, 0.5);
        color: #fff;
    }

    #menu li a {
        text-decoration: none;
        color: #000;
    }

    #menu li.active a:hover {
        color: #000;
    }

    #menu li:hover {
        background: rgba(255,255,255, 0.8);
    }

    #menu li a,
    #menu li.active a {
        padding: 9px 18px;
        display: block;
    }

    #menu li.active a {
        color: #fff;
    }

#menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin: 0;
}



/* ----------------------------------- Content ------------------------------------- */
/*#section0{height: 1000px !important;}*/
#section1 {
    height: 1000px !important;
}

#section2 {
    height: 1000px !important;
}

#section3 {
    height: 1000px !important;
}

#section4 {
    height: 1000px !important;
}

#section5 {
    height: 1000px !important;
}

#section6 {
    height: 1000px !important;
}

#section7 {
    height: 1000px !important;
}
/*Mainpage */
#section0 {
    background: url(../images/mainpage.jpg);
    background-size: cover;
}

.header {
    height: 75px;
    width: 100%;
    background: url(../images/header-bg.png);
    z-index: 100;
    position: fixed;
    top: 0;
}

.logoContent {
    float: left;
    position: absolute;
    z-index: 2;
    margin: 11px 0 0 0;
}

.logo {
    position: absolute;
    z-index: 2;
    margin: 23px 0 0;
}

.logoIco {
    width: 95px;
    height: 24px;
    background: url(../images/logo-icon.png);
    display: block;
    margin-top: 64px;
    position: absolute;
    z-index: 1;
}

.headerContent {
    width: 870px;
    height: 64px;
    float: right;
}

.headerTool {
    width: 350px;
    float: right;
}

.projectLogo {
    width: 310px;
    float: left;
}
/*{width: 270px; float: left;}*/
.sliderContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1;
}

.language {
    /*background: rgba(255, 255, 255, 0.8);*/
    text-align: center;
    width: 39px;
    height: 24px;
    float: right;
    font: 12px/23px arial, tahoma, sans-serif;
    color: #fff;
    text-decoration: none;
}

    .language:hover {
        background: rgba(255, 255, 255, 1)
    }

/*.language img                                                 {margin: 4px 0 0 0}*/
.navContent {
    float: right;
    min-width: 720px;
    margin: 11px 0 0;
}

.nav {
    min-width: 637px;
    float: left;
    text-align: right;
}

    .nav li a {
        font: 17px/34px 'TitilliumRegular', arial, tahoma, sans-serif;
        color: #fff;
        text-decoration: none;
    }

    .nav li {
        display: inline-block;
        float: none;
        margin: 0 10px;
        height: 32px;
    }
        /*.nav li.active                                              {border-bottom: 2px solid #fff;}*/
        .nav li:hover {
            border-bottom: 2px solid #fff;
        }

.ghost {
    visibility: visible;
    position: absolute;
    z-index: 1;
}

.ico-world {
    width: 11px;
    height: 11px;
    background: url(../images/imageset.png) -32px 0;
    display: inline-block;
    margin-right: 5px;
}


.searchForm {
    width: 456px;
    height: 50px;
    background: #1d56a1;
    float: left;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
}

.mobileNav {
    display: none;
}

.searchForm input {
    width: 450px;
    font: 17px/45px "TitilliumLight", arial, tahoma, sans-serif;
    text-align: center;
    height: 38px;
    text-indent: 10px;
    border: none;
    float: left;
    margin: 6px;
    background: none;
    color: #fff;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
}

.ico-search {
    width: 21px;
    height: 22px;
    background: url(../images/imageset.png) -32px -11px;
    display: inline-block;
    margin: 5px 5px 0 0;
}

.searchBtn {
    width: 100px;
    height: 50px;
    float: right;
    background: #202021;
    color: #fff;
    display: inline-block;
    border: none;
    cursor: pointer;
    font: 24px/30px 'TitilliumBold', arial, tahoma, sans-serif;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    border-bottom-right-radius: 20px;
}

    .searchBtn:hover {
        background: #2070ef;
        color: #fff;
    }



.searchPopup {
    display: none;
    background: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.searchCenter {
    width: 556px;
    height: 50px;
    top: 75px;
    position: absolute;
    display: none;
}

.closeSearchPopup {
    color: #3d9cd1;
    float: right;
    margin: 100px 40px 40px;
    display: none;
}

.searchBtn:hover {
    opacity: 1;
}

.mainSliderContent {
    width: 1130px;
    height: 60px;
    margin: 0px auto;
    margin-top: 10px;
    text-align: left;
}

    .mainSliderContent h2 {
        font: 40px/60px "TitilliumLight", arial, tahoma, sans-serif;
        background: rgba(0,0,0, 0.7);
        color: #fff;
        width: auto;
        display: inline-block;
        padding: 0 20px;
    }

        .mainSliderContent h2 span {
            font: 40px/60px "TitilliumBold", arial, tahoma, sans-serif;
        }

    .mainSliderContent h3 {
        font: 40px/60px "TitilliumLight", arial, tahoma, sans-serif;
        background: rgba(0,0,0, 0.7);
        color: #fff;
        margin: 10px auto 0;
        width: auto;
        display: inline-block;
        padding: 0 20px;
    }

        .mainSliderContent h3 span {
            font: 40px/60px "TitilliumBold", arial, tahoma, sans-serif;
        }

    .mainSliderContent a {
        width: 174px;
        background: rgba(107,212,27, 0.7);
        display: inline-block;
        color: #fff;
        text-decoration: none;
        font: 28px/50px "FoundryLight", arial, tahoma, sans-serif;
        margin-top: 10px;
    }

.mainWidgetContent {
    min-width: 1175px;
    height: 75px;
    margin-top: 50px;
    display: inline-block;
    z-index: 2; /*bottom: 100px;*/
}

    .mainWidgetContent ul {
        text-align: center;
    }

    .mainWidgetContent li {
        float: none;
        display: inline-block;
        width: 280px;
        height: 75px;
        position: relative;
    }

    .mainWidgetContent a {
        width: 280px;
        height: 75px;
        display: inline-block;
        color: #fff;
        font: 22px/50px 'TitilliumLight', arial, tahoma, sans-serif;
        text-decoration: none;
    }

        .mainWidgetContent a span {
            height: 45px;
            width: 100%;
            display: inline-block;
            text-align: left;
            text-indent: 10px;
        }

        .mainWidgetContent a span {
            -webkit-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
            transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
            top: 30px;
            position: relative;
        }

        .mainWidgetContent a:hover span {
            height: 75px;
            top: 0px;
            position: relative;
        }

        .mainWidgetContent a span i {
            float: right;
            margin: 15px 10px 0 0;
            font-size: 20px;
        }

.galleryWidget {
}

.announcementsWidget {
}

.activitiesWidget {
}

.collectionWidget {
}

.galleryWidget span {
    background: rgba(135,31,23, 0.9);
}

.announcementsWidget span {
    background: rgba(81,187,34, 0.9);
}

.activitiesWidget span {
    background: rgba(58,155,154, 0.9);
}

.tarihWidget span {
    background: rgba(52,73,94, 0.9);
}

.collectionWidget span {
    background: rgba(159,118,86, 0.9);
}

.nextSection {
    background: rgba(0,0,0, 0.4);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    width: 60px;
    height: 60px;
    font: 30px/65px arial, tahoma, sans-serif !important;
    color: #fff;
    position: absolute;
    bottom: 15px;
    z-index: 4;
}

.navBlock {
    display: block;
}

/*Museum */
#section1 {
    background: url(../images/aboutBg.jpg);
    background-size: cover;
}

.aboutBg {
    background: url(../images/museum.jpg) !important;
    background-size: cover;
}

.pageTabContent {
    height: 600px;
}

.timeLineContent {
    margin: 20px 0 0 0;
}

.tabStandartContent {
    margin: 20px auto 0;
    width: 1170px;
}

    .tabStandartContent h3 {
        font: bold 30px/55px "TitilliumLight",arial,tahoma,sans-serif;
        color: #6f6f6f;
        text-align: left;
        margin-bottom: 10px;
    }

.pinkBg .tabStandartContent h3 {
    color: #fff;
}

.greenBg .tabStandartContent h3 {
    color: #fff;
}

.yellowBg .tabStandartContent h3 {
    color: #fff;
}

.calendarContent img {
    width: 100%;
}



.tabImgContent {
    width: 460px;
    float: left;
    position: relative;
}

    .tabImgContent img {
        width: 100%;
    }

.tabTextContent p {
    margin-left: 10px;
    font: 17px/26px 'TitilliumLight', arial, tahoma, sans-serif;
    color: #000;
    text-align: left;
    margin-bottom: 20px;
    text-align: justify;
    padding: 0 20px 0 0;
}

.museumMap {
    margin: 0 auto;
    width: 1170px;
}

    .museumMap .cbp-contentslider {
    }

.floorOne {
    width: 960px;
    height: 576px;
    background: url(../images/museumFloorPlan.jpg);
    display: block;
    position: relative;
    margin: 20px auto 0;
}

    .floorOne a {
        position: absolute;
    }


.room1 {
    left: 36px;
    top: 221px;
}

.room2 {
    left: 49px;
    top: 253px;
}

.room3 {
    left: 57px;
    top: 385px;
}

.room4 {
    left: 230px;
    top: 288px;
}

.room5 {
    left: 203px;
    top: 304px;
}

.room6 {
    left: 245px;
    top: 335px;
}

.room7 {
    left: 298px;
    top: 295px;
}

.room8 {
    left: 330px;
    top: 305px;
}

.room9 {
    left: 362px;
    top: 295px;
}

.room10 {
    left: 442px;
    top: 310px;
}

.room11 {
    left: 425px;
    top: 340px;
}

.room12 {
    left: 518px;
    top: 340px;
}

.room13 {
    left: 520px;
    top: 375px;
}

.room14 {
    left: 650px;
    top: 450px;
}

.room15 {
    left: 625px;
    top: 402px;
}

.room16 {
    left: 655px;
    top: 360px;
}

.room17 {
    left: 625px;
    top: 402px;
}

.room18 {
    left: 462px;
    top: 162px;
}

.room19 {
    left: 570px;
    top: 160px;
}

.room20 {
    left: 515px;
    top: 174px;
}

.room21 {
    left: 455px;
    top: 244px;
}

.room22 {
    left: 511px;
    top: 266px;
}

.room23 {
    left: 395px;
    top: 422px;
}

.room24 {
    left: 355px;
    top: 395px;
}

.room25 {
    left: 435px;
    top: 450px;
}

.room26 {
    left: 452px;
    top: 485px;
}

.room27 {
    left: 627px;
    top: 490px;
}

.room28 {
    left: 733px;
    top: 490px;
}

.room29 {
    left: 763px;
    top: 460px;
}

.room30 {
    left: 550px;
    top: 440px;
}

.room31 {
    left: 510px;
    top: 460px;
}

.room32 {
    left: 280px;
    top: 400px;
}

.room33 {
    left: 300px;
    top: 430px;
}














.tooltip {
    display: inline;
    position: relative; /*z-index: 999;*/
}

.tooltip-item {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 31px;
    height: 31px;
    background: url(../images/mapPin.png);
    font: 10px/34px 'TitilliumBold', arial, tahoma, sans-serif;
    color: #fff;
}

    .tooltip-item::after {
        content: '';
        position: absolute;
        width: 360px;
        height: 20px;
        bottom: 100%;
        left: 50%;
        pointer-events: none;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.tooltip:hover .tooltip-item::after {
    pointer-events: auto;
}

.tooltip-content {
    position: absolute;
    z-index: 9999;
    width: 360px;
    height: 100px;
    left: 50%;
    margin: 0 0 20px -180px;
    bottom: 100%;
    text-align: left;
    box-shadow: -5px -5px 15px rgba(48,54,61,0.2);
    background: #2a3035;
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
}

.tooltipImg {
    width: 100px;
    height: 100px;
    text-align: center;
    overflow: hidden;
    float: left;
}

    .tooltipImg img {
        vertical-align: middle;
        width: 100%;
        height: 100%;
    }

.tooltip-effect-1 .tooltip-content {
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-2 .tooltip-content {
    -webkit-transform-origin: 50% calc(100% + 10px);
    transform-origin: 50% calc(100% + 10px);
    -webkit-transform: perspective(1000px) rotate3d(1,0,0,45deg);
    transform: perspective(1000px) rotate3d(1,0,0,45deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}

.tooltip-effect-3 .tooltip-content {
    -webkit-transform: translate3d(0,10px,0) rotate3d(1,1,0,25deg);
    transform: translate3d(0,10px,0) rotate3d(1,1,0,25deg);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-4 .tooltip-content {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale3d(0.7,0.3,1);
    transform: scale3d(0.7,0.3,1);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}

.tooltip-effect-5 .tooltip-content {
    width: 180px;
    margin-left: -90px;
    -webkit-transform-origin: 50% calc(100% + 6em);
    transform-origin: 50% calc(100% + 6em);
    -webkit-transform: rotate3d(0,0,1,15deg);
    transform: rotate3d(0,0,1,15deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    -webkit-transition-timing-function: ease, cubic-bezier(.17,.67,.4,1.39);
    transition-timing-function: ease, cubic-bezier(.17,.67,.4,1.39);
}

.tooltip:hover .tooltip-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0);
    transform: translate3d(0,0,0) rotate3d(0,0,0,0);
}

.tooltip.tooltip-effect-2:hover .tooltip-content {
    -webkit-transform: perspective(1000px) rotate3d(1,0,0,0deg);
    transform: perspective(1000px) rotate3d(1,0,0,0deg);
}

.tooltip-content::after {
    content: '';
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #2a3035;
    border-width: 10px;
    margin-left: -10px;
    z-index: 999999;
}

.tooltip-text {
    display: block;
    width: 245px;
    float: right;
}

    .tooltip-text h3 {
        font: 18px/25px 'TitilliumRegular', arial, tahoma, sans-serif;
        color: #fff;
        margin-top: 10px;
    }

    .tooltip-text h4 {
        font: 14px/19px 'TitilliumLight', arial, tahoma, sans-serif;
        color: #8f8f8f;
    }


















.ContentPink {
    text-align: center;
    margin: 0 auto;
    background: #eb6060;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 130px;
    min-height: 130px;
}

    .ContentPink i {
        margin: 20px 0 0;
        display: inline-block;
    }

    .ContentPink p {
        font: 18px/25px 'TitilliumLight', arial, tahoma, sans-serif;
        color: #fff;
    }

.arrowPink {
    width: 32px;
    height: 64px;
    background: url(../images/arrowPink.png);
    display: block;
    margin: 0 auto;
}

.ContentGreen {
    text-align: center;
    margin: 0 auto;
    background: #2fb266;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 220px;
    min-height: 70px;
    padding-bottom: 20px;
}

    .ContentGreen p {
        font: 14px/18px 'TitilliumLight', arial, tahoma, sans-serif;
        color: #fff;
        padding: 20px 19px 0;
    }

.arrowGreen {
    width: 32px;
    height: 168px;
    background: url(../images/arrowGreen.png);
    display: block;
    margin: 0 auto;
}

.ContentGray {
    width: 240px;
    min-height: 201px;
    text-align: center;
    margin: 0 auto;
    background: #bec2c5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .ContentGray p {
        font: 12px/18px 'TitilliumLight', arial, tahoma, sans-serif;
        color: #000;
        padding: 20px 19px 0;
    }

.arrowGray {
    width: 32px;
    height: 69px;
    background: url(../images/arrowGray.png);
    display: block;
    margin: 0 auto;
}

.photoGallery {
    width: 220px;
    height: 140px;
    position: relative;
    margin: 0px auto
}

    .photoGallery a {
        width: 220px;
        height: 140px;
        left: 0px;
        position: absolute;
        z-index: 10;
        color: #fff;
    }

        .photoGallery a i {
            margin: 40px 0;
        }

    .photoGallery img {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        position: absolute;
        z-index: 1;
        left: 0;
    }

.dotted {
    width: 38px;
    height: 8px;
    background: url(../images/dotted.png);
    display: block;
    margin: 10px auto 0;
}

.ContentYellow {
    max-width: 170px;
    min-height: 50px;
    padding-bottom: 20px;
    text-align: center;
    margin: 0 auto;
    background: #e9b426;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

    .ContentYellow p {
        font: 14px/18px 'TitilliumLight', arial, tahoma, sans-serif;
        color: #fff;
        padding: 20px 19px 0;
    }

.arrowYellow {
    width: 32px;
    height: 169px;
    background: url(../images/arrowYellow.png);
    display: block;
    margin: 0 auto;
}

.itemDate {
    font: 14px/18px 'TitilliumLight', arial, tahoma, sans-serif;
    color: #434955;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-bottom: 4px;
}

.timelineOverlay {
    background: rgba(255,255,255, 0.95);
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.timelineOverlay2 {
    background: rgba(255,255,255, 0.95);
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.timelineOverlay3 {
    background: rgba(255,255,255, 0.95);
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.closeTimeline {
    float: right;
    margin: 100px 40px 40px;
    color: #fff;
}

.greenBg {
    background: rgba(47,178,102, 0.95) !important
}

.yellowBg {
    background: rgba(233,180,33, 0.95) !important
}

.pinkBg {
    background: rgba(235,96,96, 0.95) !important
}

.timelineTextContent {
    height: 600px;
    overflow: auto;
}

    .timelineTextContent p {
        font: 18px/25px 'TitilliumLight', arial, tahoma, sans-serif;
        color: #fff;
        text-align: left;
        margin-bottom: 20px;
    }

.lb-close {
    width: 25px;
    height: 35px;
    position: fixed !important;
    top: 30px !important;
    right: 30px !important;
    display: inline-block;
    color: #3d9cd1;
    cursor: pointer;
    margin: 0;
    position: absolute;
    z-index: 99;
}

.lightbox {
    position: relative
}
/*Collection */
#section2 {
}

.collectionContent {
    display: inline-block;
    height: 580px;
}

    .collectionContent p {
        font: 18px/25px 'TitilliumLight', arial, tahoma, sans-serif;
        color: #434955;
        text-align: center;
        margin: 40px 0;
    }

.collectionFigure {
    width: 259px;
    height: 258px;
    margin: 40px auto;
    display: inline-block;
}

.archiveBtn {
    font: 30px/40px 'TitilliumBold', arial, tahoma, sans-serif;
    color: #6e954b;
    text-decoration: none;
    text-align: center;
    border: 3px solid #6e954b;
    padding: 7px 45px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .archiveBtn:hover {
        border: 3px solid #bee59b;
    }

.collectionContent .fp-slides {
    height: 500px;
}

.collectionContent .fp-tableCell {
    height: 564px !important;
}

.collectionContent .fp-controlArrow.fp-next { /*right: -95px;*/
}

.collectionContent .fp-controlArrow.fp-prev { /*left: -95px;*/
}

.collectContent p {
    font: 18px/25px 'TitilliumLight', arial, tahoma, sans-serif;
    color: #434955;
    text-align: center;
    margin: 40px 0;
}

/*Exhibitions */
#section3 {
    background: url(../images/exhibitions.jpg);
    background-size: cover;
}

.exhibitionsContent {
    margin: 100px auto 0;
    width: 960px; /*height: 600px; */
    display: inline-block;
}

    .exhibitionsContent .contentTab section {
        padding: 0em;
    }

    .exhibitionsContent .fp-tableCell {
        vertical-align: inherit;
    }

    .exhibitionsContent .fp-prev {
        margin: 0 0 0 -90px;
        left: inherit !important;
    }

    .exhibitionsContent .fp-next {
        margin: 0 0 0 989px;
        right: inherit !important;
    }

.galleryList {
    margin-top: 20px;
}

    .galleryList li {
        width: 23%;
        min-height: 245px;
        margin: 30px 0 0 19px;
        padding: 0px;
        position: relative;
        background: rgba(0, 0, 0, 0.8);
    }
        /* margin:0 7px; */
        .galleryList li img {
            width: 100%;
            height: 150px;
        }

        .galleryList li span {
            width: 100%;
            height: 100%;
            background: rgba(47,114,203, 0.7);
            display: inline-block;
            position: absolute;
            z-index: 2;
            left: 0;
            filter: alpha(opacity=0);
            opacity: 0;
            -webkit-transition: opacity .45s ease-in-out;
            -moz-transition: opacity .45s ease-in-out;
            -ms-transition: opacity .45s ease-in-out;
            -o-transition: opacity .45s ease-in-out;
            transition: opacity .45s ease-in-out;
        }

            .galleryList li span:hover {
                filter: alpha(opacity=100);
                opacity: 1;
                -webkit-transition: opacity .45s ease-in-out;
                -moz-transition: opacity .45s ease-in-out;
                -ms-transition: opacity .45s ease-in-out;
                -o-transition: opacity .45s ease-in-out;
                transition: opacity .45s ease-in-out;
            }

        .galleryList li h3 {
            display: inline-block;
            text-indent: 15px;
            text-decoration: none;
            font: 20px/35px "TitilliumBold",arial,tahoma,sans-serif;
            color: #fff;
            display: inline-block;
            text-align: left;
            width: 100%
        }

        .galleryList li h4 {
            display: inline-block;
            text-indent: 15px;
            text-decoration: none;
            font: 15px/25px 'TitilliumLight', arial, tahoma, sans-serif;
            color: #fff;
            display: inline-block;
            text-align: left;
            width: 100%;
        }

    .galleryList i {
        color: #fff;
        margin-top: 55px;
    }

.noGalleryContent {
    margin-top: 20px;
    text-align: center;
}

    .noGalleryContent img {
        margin: 100px 0;
    }

    .noGalleryContent strong {
        font: 25px/25px 'TitilliumBold', arial, tahoma, sans-serif;
        color: #2f72cb;
    }

.galleryOverlay {
    background: rgba(0,0,0, 0.95);
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.closeGallery {
    position: absolute;
    z-index: 99;
    top: 40px;
    right: 40px;
    color: #3d9cd1;
}

.galleryPopupContent {
}

.exhibitionsOverlay {
    background: rgba(0,0,0, 0.85);
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.closeExhibitions {
    position: absolute;
    z-index: 99;
    top: 100px;
    right: 40px;
    color: #3d9cd1;
}

.exhibitionsPopupContent {
    width: 760px;
    height: 580px;
    background: #e7e7e7;
    border: 6px solid rgba(0,0,0, 0.8);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.activitiesOverlay {
    background: rgba(255,255,255, 0.95);
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.closeActivities {
    float: right;
    margin: 40px;
    color: #3d9cd1;
}

.exhibitionsContent .contentTab {
    width: 960px
}




/*Activities */
#section4 {
}

.activityContent {
    height: 648px;
}

.activitiesContent {
    height: 600px;
    width: 960px;
    margin: 20px auto 0;
}

.lastActivities {
    width: 640px;
    position: relative;
    float: left;
}

.lastActivitiesImg {
    width: 640px;
    height: 528px;
    position: absolute;
    z-index: 1;
}

    .lastActivitiesImg img {
        width: 100%;
        height: 100%;
    }

.activitiesContent h3 {
    font: 23px/35px "TitilliumLight",arial,tahoma,sans-serif;
    color: #000;
    text-align: left;
    margin-bottom: 10px;
}

.lastActivitiesTitle {
    width: 100%;
    height: 100px;
    position: absolute;
    z-index: 2;
    top: 77px;
}

.activitiesDate {
    width: 100px;
    height: 100px;
    background: rgba(236,178,1, 0.8);
    float: left;
    text-align: center;
    font: 25px/35px "TitilliumLight",arial,tahoma,sans-serif;
    color: #fff;
}

    .activitiesDate span {
        font: 48px/48px "TitilliumLight",arial,tahoma,sans-serif;
        display: inline-block;
        width: 100%;
        margin: 14px 0 0 0;
    }

.activitiesTitle {
    width: 540px;
    height: 100px;
    background: rgba(255,255,255, 0.8);
    float: right;
    text-align: left;
}

    .activitiesTitle a {
        font: 25px/38px "TitilliumBold",arial,tahoma,sans-serif;
        margin: 6px 0 0 10px;
        display: inline-block;
        color: #504F4D;
        text-decoration: none;
        text-align: left;
    }

        .activitiesTitle a:hover {
            color: #ECB201;
        }

    .activitiesTitle p {
        font: 16px/20px "TitilliumLight",arial,tahoma,sans-serif;
        margin: 0 0 0 10px;
        display: inline-block;
        color: #504F4D;
        text-align: left;
    }


.activitiesSidebar {
    width: 300px;
    float: right;
}

.calendarContent {
    background: #DDDDDD;
    height: 528px;
    width: 300px;
}






.dateSubContent h3 {
    font: 37px/45px "TitilliumBold",arial,tahoma,sans-serif;
    color: #fff;
    margin-top: 20px
}

.dateSubContent h4 {
    font: 20px/25px "TitilliumLight",arial,tahoma,sans-serif;
    color: #fff;
}

.prevDate, .nextDate {
    width: 100px;
    height: 99px;
    background: #F32D43;
    text-align: center;
    color: #fff;
}

    .prevDate:hover, .nextDate:hover {
        background: #df1d33;
    }




.prevDate {
    float: left;
}

.nextDate {
    float: right;
}

    .prevDate i, .nextDate i {
        margin-top: 15px;
        display: inline-block;
    }

.dateSubContent {
    width: 760px;
    float: left;
    text-align: center;
    margin: 0px auto;
    color: #fff;
}

/*Notice */
#section5 {
    background: url(../images/notice.jpg);
    background-size: cover;
}

.noticeContent { /*height: 420px; overflow: auto; margin: 80px auto 0; */
}
/*.noticeImg                                                  {width:324px; height:80px; border: 1px solid #2f72cb; float: left;}*/
.noticeImg {
    margin-bottom: -10px;
}

    .noticeImg img {
        width: 100%;
        height: 100%;
        margin-top: 10px;
        max-height: 159px;
    }

.noticeText {
    width: 100%;
    float: right;
    text-align: left !important;
    margin-top: 20px;
    max-height: 212px;
    overflow: hidden;
}

.noticeContent a {
    font: 17px/25px "TitilliumBold",arial,tahoma,sans-serif;
    color: #434955;
    text-decoration: none;
    margin-bottom: 10px;
}

    .noticeContent a:hover {
        color: #3d9cd1;
    }

.noticeText p {
    font: 14px/20px 'TitilliumRegular', arial, tahoma, sans-serif;
    color: #434955;
    margin: 0px;
    text-align: justify;
}

.noticeContent ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
}

    .noticeContent ul li {
        margin: 0 13px 40px;
        display: inline-block;
        width: 21%;
        position: relative;
        height: 430px;
        padding: 10px;
        background: #fff;
        -webkit-box-shadow: 6px 7px 1px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 6px 7px 1px 0px rgba(0,0,0,0.1);
        box-shadow: 6px 7px 1px 0px rgba(0,0,0,0.1);
    }

        .noticeContent ul li:nth-child(1) {
            border-top: 4px solid #4384c4;
        }

        .noticeContent ul li:nth-child(2) {
            border-top: 4px solid #52854c;
        }

        .noticeContent ul li:nth-child(3) {
            border-top: 4px solid #9a7016;
        }

        .noticeContent ul li:nth-child(4) {
            border-top: 4px solid #293352;
        }


        .noticeContent ul li:nth-child(5) {
            border-top: 4px solid #293352;
        }

        .noticeContent ul li:nth-child(6) {
            border-top: 4px solid #9a7016;
        }

        .noticeContent ul li:nth-child(7) {
            border-top: 4px solid #52854c;
        }

        .noticeContent ul li:nth-child(8) {
            border-top: 4px solid #4384c4;
        }


.activitiesPopupOverlay {
    background: rgba(255,255,255, 0.98);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.activitiesPopup {
    width: 1170px;
    height: 700px;
}

.closeActivitiesPopup {
    color: #3d9cd1;
    float: right;
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: 9999;
}

.tabTextContent2 {
    float: inherit;
    font: 17px/20px "TitilliumLight",arial,tahoma,sans-serif;
    margin: 0 auto;
    text-align: left;
    text-indent: 10px;
    width: 100%;
    overflow: auto;
    min-height: 400px;
    height: 500px;
}

    .tabTextContent2 img {
        margin-top: 20px;
        margin-bottom: 20px;
    }

.tabTextContent { /*width:750px;*/
    width: 690px;
    text-indent: 10px;
    min-height: 40px;
    margin: 0px auto;
    font: 17px/20px 'TitilliumLight', arial, tahoma, sans-serif;
    text-align: left;
    float: right;
    overflow: auto;
    height: 500px;
}

.noticeOverlay {
    background: rgba(255,255,255, 0.98);
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.closeNotice {
    float: right;
    margin: 100px 40px 40px;
    color: #3d9cd1;
}

.noticePopupContent {
    width: 1170px;
    height: 700px;
}

.publicationsOverlay {
    background: rgba(255,255,255, 0.98);
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.closePublications {
    float: right;
    margin: 100px 40px 40px;
    color: #3d9cd1;
}

.noticeContent li h4 {
    text-align: left;
    font: 12px/20px "TitilliumRegular",arial,tahoma,sans-serif;
    color: #cecece;
    position: absolute;
    bottom: 7px;
}

/* Publications */
#section6 {
}

.publicationsContent {
    margin: 60px auto 0;
    width: auto;
    height: auto;
}
    /* width:986px height:600;  overflow: auto;*/
    .publicationsContent ul {
        text-align: center;
    }

    .publicationsContent li {
        width: 48%;
        height: 300px;
        text-align: left;
        margin: 0px 10px 20px 10px;
        display: inline-block;
        text-align: left;
        background: #f3f3f3;
        padding-bottom: 10px;
    }

    .publicationsContent p {
        width: 270px;
        min-height: 40px;
        margin: 0px auto;
        font: 17px/20px 'TitilliumLight', arial, tahoma, sans-serif;
        text-align: left;
    }

    .publicationsContent h3 {
        font: 13px/30px "TitilliumBold",arial,tahoma,sans-serif;
        text-decoration: none;
        color: #434955;
        margin: 20px 0 0;
        width: 330px;
        float: left;
    }

    .publicationsContent li img {
        -webkit-box-shadow: 6px 7px 1px 0px rgba(0,0,0,0.1);
        -moz-box-shadow: 6px 7px 1px 0px rgba(0,0,0,0.1);
        box-shadow: 6px 7px 1px 0px rgba(0,0,0,0.1);
        margin: 20px 20px 0;
        float: left;
    }

.publicContent {
}

    .publicContent p {
        font: 12px/19px "TitilliumLight",arial,tahoma,sans-serif;
        color: #434955;
        text-align: left;
        margin: 10px 0 0 0;
        float: left;
        width: 330px;
    }

.publicationsContent a {
    padding: 8px 15px 5px;
    background: #2f72cb;
    color: #fff;
    text-decoration: none;
    font: 14px/20px 'TitilliumLight', arial, tahoma, sans-serif;
}

    .publicationsContent a:hover {
        background: #10429b;
    }

/*Contanct */
#section7 {
    background: url(../images/contact.jpg);
    background-size: cover;
}

.contactContent {
    margin: 20px auto 0;
}

.addressList {
    margin-top: 40px;
}

    .addressList li {
        width: 270px;
        margin: 0 10px;
    }

        .addressList li a {
            font: 18px/25px "TitilliumLight",arial,tahoma,sans-serif;
            text-decoration: none;
            color: #434955;
        }

            .addressList li a:hover {
                color: #3d9cd1;
            }

        .addressList li span {
            font: bold 16px/20px "TitilliumLight",arial,tahoma,sans-serif;
            width: 145px;
            display: inline-block;
            text-align: right;
        }

        .addressList li.lastchild p {
            text-align: left !important;
        }

    .addressList i {
        background: #2f72cb;
        color: #fff;
        width: 60px;
        height: 60px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        border-radius: 40px;
        line-height: 58px;
    }

.contactContent h3 {
    font: 20px/70px 'TitilliumBold', arial, tahoma, sans-serif;
    text-decoration: none;
    color: #434955;
}

.contactContent p {
    font: 16px/20px "TitilliumLight",arial,tahoma,sans-serif;
    text-decoration: none;
    color: #434955;
}

.mapFormContent { /*height: 350px;*/
    margin-top: 40px;
}

    .mapFormContent h3 {
        font: 20px/30px 'TitilliumRegular', arial, tahoma, sans-serif;
        color: #434955;
    }

    .mapFormContent i {
        color: #434955;
    }

.mapContent {
    width: 575px;
    float: left;
}

.formContent {
    width: 575px;
    float: right;
}

.cMap {
    width: 575px;
    margin-top: 20px;
}

.cForm {
    width: 575px;
    margin-top: 20px;
}

    .cForm input {
        width: 49%;
        background: rgba(0,0,0, 0.6);
        float: left;
        border: none;
        height: 45px;
        font: 18px/25px "TitilliumLight",arial,tahoma,sans-serif;
        color: #fff;
        text-indent: 10px;
    }

        .cForm input.lastchild {
            float: right;
        }

    .cForm textarea {
        resize: none;
        width: 100%;
        background: rgba(0,0,0, 0.6);
        border: none;
        margin: 10px 0;
        height: 130px;
        font: 18px/25px "TitilliumLight",arial,tahoma,sans-serif;
        color: #fff;
        text-indent: 10px;
    }

    .cForm button {
        width: 100%;
        height: 45px;
        border: none;
        color: #fff;
        cursor: pointer;
        background: #2f72cb;
        font: 20px/25px 'TitilliumBold', arial, tahoma, sans-serif;
        opacity: 1;
    }



.mobileMenu {
    display: none;
}

.mobileClose {
    display: none;
}

.searchContent {
    width: 21px;
    float: right;
}


/* Footer */
.footer {
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    z-index: 100;
}

    .footer .top {
        width: 100%;
        height: 70px;
        background: rgba(0,0,0,0.5);
    }

    .footer .bottom .footerContent {
        width: 960px;
        margin: 20px auto 0;
        display: inline-block;
    }

.footerLogo {
    width: 87px;
    float: left;
}

.bottom .footerContent p {
    float: left;
    width: 720px;
    margin: 0 0 0 17px;
    font: 13px/35px "TitilliumLight",arial,tahoma,sans-serif;
    color: #fff;
}

.bottom ul li {
    margin: 0 6px;
}

.bottom li a {
    color: #fff;
    text-decoration: none
}

.bottom ul li i {
    width: 30px;
    height: 30px;
    background: #2F71CA;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    line-height: 29px;
}

    .bottom ul li i:hover {
        background: #4f91ea;
    }

.bottom ul {
    float: right;
    margin: 6px 0 0 0;
}

.footer .bottom {
    width: 100%;
    height: 70px;
    background: rgba(0,0,0,0.7);
}

    .footer .bottom .footerContent {
        min-width: 1180px;
        margin: 10px auto 0;
        display: block;
    }

.bottom .footerContent p {
    width: 250px;
    float: left;
    font: 13px/62px "TitilliumLight",arial,tahoma,sans-serif;
    color: #fff;
}

.bottom .footerContent a {
    margin: 10px auto 0;
    display: inline-block;
    text-align: center;
}

.homeBtn {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 99;
}

.kbb-logo {
    margin: 15px 10px 0 0 !important;
}


/* ----------------------------------- Plugin Hack ------------------------------------- */

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: rgba(255, 255, 255, 1);
    display: inline-block;
    border: 1px solid rgba(47, 114, 203,1);
    border-radius: 100%;
    height: 16px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transition: all 0.1s ease-in-out 0s;
    width: 16px;
    z-index: 1;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    border-radius: 100%;
    height: 16px;
    margin: 0;
    width: 16px;
    background: rgba(47, 114, 203,1);
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    height: 16px;
    width: 16px;
    margin: 0;
    border-radius: 100%;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
    background: rgba(47, 114, 203,1);
    width: 16px;
    height: 16px;
    margin: 0;
}

#fp-nav ul li, .fp-slidesNav ul li {
    display: block;
    width: 32px;
    height: 16px;
    margin: 0px 0 10px 0;
    position: relative;
}

    #fp-nav ul li .fp-tooltip.right {
        right: 25px;
    }

    #fp-nav ul li .fp-tooltip {
        font: 19px/34px "TitilliumBold", arial, tahoma, sans-serif;
        color: #3d9cd1;
    }

.sl-slider-wrapper {
    width: 800px;
    height: 400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.sl-slider {
    position: absolute;
    top: 0;
    left: 0;
}

.sl-slide, .sl-slides-wrapper, .sl-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99
}

.sl-slide {
    z-index: 1;
}

.sl-content-slice {
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
}

.sl-slide-horizontal .sl-content-slice {
    width: 100%;
    height: 50%;
    left: -200px;
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

    .sl-slide-horizontal .sl-content-slice:first-child {
        top: -200px;
        padding: 200px 200px 0px 200px;
    }

    .sl-slide-horizontal .sl-content-slice:nth-child(2) {
        top: 50%;
        padding: 0px 200px 200px 200px;
    }

.sl-content-wrapper {
    position: absolute;
}

.sl-content {
    width: 100%;
    height: 100%;
    background: #fff;
}

.sl-slide-horizontal .sl-slide-inner {
}

.sliderContent .sl-slider-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.nav-dots {
    text-align: center;
    position: absolute;
    top: 20%;
    width: 40px;
    right: 20px;
    z-index: 1000;
}

    .nav-dots span {
        display: inline-block;
        position: relative;
        width: 40px;
        height: 40px;
        opacity: 0.5;
        margin: 1px;
        background: rgba(255, 255, 255, 1);
        cursor: pointer;
    }

        .nav-dots span img {
            height: 95%;
            margin-top: 1px;
            width: 95%;
        }

        .nav-dots span.nav-dot-current:after {
            content: "";
            position: absolute;
            width: 38px;
            height: 38px;
            top: 1px;
            left: 1px;
            opacity: 1 !important;
        }

        .nav-dots span.nav-dot-current {
            opacity: 1 !important;
        }

.navThumb {
    width: 100%;
    height: 100%;
}

.slideImages {
    display: inline-block;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
}

.fa-angle-double-down::before {
    font-size: 21px;
}

.tabs { /*position: relative; width: 100%; overflow: hidden; margin: 1em 0 2em; font-weight: 300; z-index: 97;*/
}

    .tabs nav {
        text-align: center;
        position: relative;
        z-index: 5;
    }

        .tabs nav ul {
            padding: 0;
            margin: 0;
            list-style: none;
            display: inline-block;
        }

            .tabs nav ul li {
                display: block;
                float: left;
                position: relative;
            }

        .tabs nav li.tab-current {
            border-bottom: 3px solid #2f72cb;
            z-index: 100;
        }

            .tabs nav li.tab-current:before,
            .tabs nav li.tab-current:after {
                content: '';
                position: absolute;
                height: 1px;
                right: 100%;
                bottom: 0; /*width: 1000px;*/
            }

            .tabs nav li.tab-current:after {
                right: auto;
                left: 100%; /* width: 4000px;*/
            }

        .tabs nav a {
            color: #434955;
            display: block;
            font: 36px/70px 'TitilliumLight', arial, tahoma, sans-serif;
            padding: 0 1.25em;
            white-space: nowrap;
            text-decoration: none;
        }

            .tabs nav a:hover {
                color: #434955;
            }

        .tabs nav li.tab-current a {
            color: #434955;
            font-weight: 600;
        }

        .tabs nav a:before {
            display: inline-block;
            vertical-align: middle;
            text-transform: none;
            font-weight: normal;
            font-variant: normal;
            font-family: 'icomoon';
            line-height: 1;
            speak: none;
            -webkit-font-smoothing: antialiased;
            margin: -0.25em 0.4em 0 0;
        }

.contentTab section {
    display: none;
    width: auto;
    margin: 0 auto;
}
/*  max-width: 1170px; */
.tabSectionSize {
    max-width: 1170px;
}

.contentTab section:before,
.contentTab section:after {
    content: '';
    display: table;
}

.contentTab section:after {
    clear: both;
}

.no-js .contentTab section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid #2f72cb;
}

.contentTab section.content-current {
    display: block;
}

.fp-controlArrow {
    border-style: solid;
    cursor: pointer;
    height: 77px !important;
    margin-top: -38px;
    position: absolute;
    top: 50%;
    transform: translate3d(0px, 0px, 0px);
    width: 77px !important;
    z-index: 4;
    background: url(../images/imageset.png)-130px 0;
    display: block;
    border-width: inherit;
}

    .fp-controlArrow.fp-prev {
        background: url(../images/imageset.png)-53px 0;
        display: block;
        border-width: inherit;
        left: 1%;
    }

        .fp-controlArrow.fp-prev:hover {
            background: url(../images/imageset.png)-53px -77px;
        }

    .fp-controlArrow.fp-next {
        background: url(../images/imageset.png)-130px 0;
        display: block;
        border-width: inherit;
        right: 1%;
    }

        .fp-controlArrow.fp-next:hover {
            background: url(../images/imageset.png)-130px -77px;
        }

.calendar-container {
    height: 332px;
    width: 793px;
    color: #fff;
}

.calendar {
    text-align: center;
    margin: 0;
}

    .calendar header {
        margin: 0 auto;
        position: relative;
        width: 310px;
    }

    .calendar h2 {
        text-transform: uppercase;
    }

    .calendar thead {
        font-weight: 600;
        text-transform: uppercase;
    }

    .calendar tbody {
        color: #7c8a95;
    }

        .calendar tbody td {
            border: 2px solid transparent;
        }
            /*position: absolute; */
            .calendar tbody td:hover {
                color: #fff;
                height: 45px;
                width: 45px;
                -webkit-border-radius: 40px;
                -moz-border-radius: 40px;
                border-radius: 40px;
                background: #2863b1;
            }
            /*position: absolute; */
            .calendar tbody td.active {
                color: #fff;
                -webkit-border-radius: 40px;
                -moz-border-radius: 40px;
                border-radius: 40px;
                background: #2863b1;
            }

    .calendar td {
        text-align: center;
        width: 45px;
        height: 45px;
    }

.current-day {
    background: #2863b1;
    color: #f9f9f9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.event {
    cursor: pointer;
    position: relative;
}

    .event:after {
        background: #3288fd;
        border-radius: 50%;
        display: block;
        content: '';
        height: 8px;
        left: 50%;
        margin: 0 0 0 -4px;
        position: absolute;
        width: 8px;
    }

    .event.current-day:after {
        background: #f9f9f9;
    }

.btn-prev,
.btn-next {
    color: #cfcfcf;
    height: 32px;
    font-size: 22px;
    line-height: 28px;
    margin: -12px -42px -15px;
    position: absolute;
    top: 50%;
    width: 32px;
}

    .btn-prev:hover,
    .btn-next:hover {
        color: #fff;
    }

.btn-prev {
    left: 30px;
}

.btn-next {
    right: 35px;
}

.close {
    color: #A4AAAB;
    margin-top: -15px;
    margin-right: 10px;
    float: right;
}

.day-event {
    width: 402px;
    height: 170px;
    display: none;
    position: relative;
}

    .day-event p {
        padding: 0px;
        margin: 0px;
    }

    .day-event span {
        font-size: 12px;
    }

    .day-event button {
        position: relative;
        vertical-align: top;
        width: 100%;
        height: 50px;
        padding: 0;
        font-size: 18px;
        color: white;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
        background: #c0392b;
        border: 0;
        border-bottom: 2px solid #b53224;
        cursor: pointer;
        -webkit-box-shadow: inset 0 -2px #b53224;
        box-shadow: inset 0 -2px #b53224;
    }

.check-btn {
    width: 100%;
}

.calendar-container input[type=checkbox] {
    display: none;
}

.calendar-container span {
    background-color: #373740;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: 700;
    color: #FFF;
    font-size: .85em;
    letter-spacing: 2px;
    text-decoration: none;
    font-family: 'PT Sans', sans-serif;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    -webkit-transition: background-color 150ms ease-in;
    -moz-transition: background-color 150ms ease-in;
    -ms-transition: background-color 150ms ease-in;
    -o-transition: background-color 150ms ease-in;
    transition: background-color 150ms ease-in;
}

    .calendar-container span:hover {
        background-color: #c0392b;
    }

.calendar-container input[type=checkbox]:checked + span {
    background-color: #9C2E23;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #9C2E23 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAaCAYAAACgoey0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAX9JREFUeNpi+P//PwMNsS4QbwBiLnQ5WlqqAsRP/0PARiBmoYfFkkB8+z8qWALEjLS0mB+IL/3HDibSymJQXB7/jx/UgNSCvU4lwAbEG4DYkwi1WUxUspQZiOcRaSkIWOAKMk0Sg3jaf+IBOIVjMyQWiH8DsR+RljaTYOkBWJ5GNwRk2R+ooh9A7ETA0jwSLL0ATfEYqRpkyVc0xR+A2AyHpdFA/I9IS0F5WhRbAWIEtQQbeAXE6lhC5jeRlj4GYgVsRaYK1HBCmmWgmuyxhAwu8BpaXjNgs/gYkYbcAGIXPCGDDkCOM8eVPkCEFhE+JhX8BGJnfAkTxgC57BOVLAXlihBC2RA9Vf+k0FJQKk8nJv+jCwQi5WNyQAWxpR02wRQS8icy6CKlmMUlUUGipfOQK3lKLAbhdhIKfWZS6258kiAfzCZg6V4gZiOn0UBIAcgn63BYehK50Ke2xQxQH+3FUoqJUtJMIlYhLxAfxVJu09xiWENuMxCrUaNhCBBgAOAVfjALa5TLAAAAAElFTkSuQmCC) no-repeat 7% center;
    background-size: 15px 13px;
}

.calendar-container input[type=checkbox]:checked:hover + span {
    background-color: #9C2E23;
    color: rgba(255,255,255,0.5);
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #9C2E23 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAS5JREFUeNq8110OgjAMAGBGvIY3VESjt9jPg95PT+LccBIZ7dYOWJPGB+g+Ymg3hLW2QeLkcu/y2pSFdvl0eQevehjI3uXbfkMh96TShFq/xhG6J4faAtxEtSBOQTm4QWpnOBWl4CZT69fuYpiCpnBDrB1xLhrjgoFO8F1oGcFslUv4bV32zFoxmOHJta0XMn65dC0UaiddA8UGiN4axeC1cUkdmWviEls/NwL1FqjPNtNvoimPdC3yRCUTiTXbt0R/oSnw2iiK10BBvBY6w2uiE3xJr8oFtcrvxy/fVcyeVdGx98yotcOxN/znHeMUIhdMOG8c4reagssF43VEoT5O4ZJwvNUUFJtcEE5BMXyGpnanf5yDxjiI+hSJj7YunEBvhbuTCh9tD+jiR4ABAJ0SrJgNr1UAAAAAAElFTkSuQmCC) no-repeat 7% center;
    background-size: 15px 15px;
}

.cbp-contentslider {
    width: 100%;
    height: 578px;
    margin: 1em auto;
    position: relative;
    border: 0px;
}

    .cbp-contentslider > ul {
        list-style: none;
        height: 100%;
        width: 990px;
        position: relative;
        padding: 0;
        margin: 20px auto 0;
        display: inline-block;
    }

        .cbp-contentslider > ul li {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }

            .cbp-contentslider > ul li:target {
                z-index: 100;
            }

    .cbp-contentslider nav {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3.313em;
        z-index: 100;
        border-bottom: 1px solid #AEB2B9;
        overflow: hidden;
    }

        .cbp-contentslider nav a {
            float: left;
            display: block;
            width: 20% !important;
            font-weight: 400;
            letter-spacing: 0.1em;
            overflow: hidden;
            color: #47a3da;
            outline: none;
            text-align: center;
            line-height: 3;
            position: relative;
            padding-left: 3.07em !important;
            -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
            -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
            transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
        }

            .cbp-contentslider nav a span {
                display: block;
            }

            .cbp-contentslider nav a:last-child {
            }

            .cbp-contentslider nav a:hover {
                border-bottom: 3px solid #424955;
            }

            .cbp-contentslider nav a.rc-active {
                border-bottom: 3px solid #424955;
            }

.museumMap nav a {
    color: inherit;
    display: inherit;
    font: 19px/50px "TitilliumLight",arial,tahoma,sans-serif;
    padding: inherit;
    text-decoration: inherit;
    white-space: inherit;
    color: #434955;
}

.timelineFlat.timelineFlatPortfolio .item .read_more {
    margin-top: 20px;
}

.timelineFlat.timelineFlatPortfolio .item,
.timelineFlat.timelineFlatPortfolio .item_open {
    height: 427px;
}

.timelineFlat.timelineFlatBlog .item,
.timelineFlat.timelineFlatBlog .item_open {
    height: 338px;
}

    .timelineFlat.timelineFlatBlog .item .post_date {
        background: #dd5555;
        color: #ffffff;
        border-radius: 50%;
        width: 35px;
        height: 35px;
        padding: 15px;
        text-align: center;
        font-size: 24px;
        line-height: 24px;
        margin: -24px 18px 0 0;
        float: right;
        position: relative;
        z-index: 2;
    }

.timelineFlat {
    display: none;
}

.timelineLoader {
    width: 100%;
    text-align: center;
    padding: 150px 0;
}

.timelineFlat .timeline_line {
    height: 63px;
    width: 90%;
}
/* width:900px;  */
.timelineFlat .t_line_holder {
    padding: 10px 0 0 0;
    height: 80px;
    background: url('../images/line.jpg') repeat-x 0px 49px;
}

.timelineFlat .t_line_view {
    height: 20px;
    width: 900px;
}

.timelineFlat .t_line_m {
    margin-top: 35px;
    height: 10px; /*border-left:1px solid transparent; border-right:1px solid #b7b6b6; */
    width: 449px;
}

    .timelineFlat .t_line_m.right {
        left: 250px;
        width: 448px; /*border-left:1px solid #b7b6b6; border-right:1px solid transparent;*/
    }

.timelineFlat h4.t_line_month {
    margin: -46px 0 0;
    color: #b7b6b6;
    font: 11px/23px 'TitilliumRegular', arial, tahoma, sans-serif;
    color: #434955;
}

.timelineFlat a.t_line_node {
    text-decoration: none;
    font: 11px/23px 'TitilliumRegular', arial, tahoma, sans-serif;
    color: #9399a5;
    height: 10px;
    font-size: 12px;
    top: -25px;
    position: relative;
    display: none;
}

    .timelineFlat a.t_line_node:after {
        content: "";
        height: 17px;
        width: 14px;
        border: 2px solid transparent;
        position: absolute;
        top: 23px;
        left: 50%;
        margin: 0 0 0 -7px;
        background: #dd5555;
    }

    .timelineFlat a.t_line_node.active {
        color: #dd5555;
    }

        .timelineFlat a.t_line_node.active:after {
            border: 2px solid #fff;
            background: #2fb266;
        }

.timelineFlat #t_line_left, .timelineFlat #t_line_right {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    top: 39px;
    width: 27px;
    height: 27px;
    font-size: 27px;
    color: #A0A5AC;
    position: relative;
}

    .timelineFlat #t_line_left:hover, .timelineFlat #t_line_right:hover {
        color: #dd5555;
    }

.timelineFlat #t_line_left {
    left: -30px;
    display: none;
}

    .timelineFlat #t_line_left:after {
        content: "\f104";
        position: absolute;
        right: 0;
        top: 0;
    }

.timelineFlat #t_line_right {
    right: -30px;
    display: none;
}

    .timelineFlat #t_line_right:after {
        content: "\f105";
        position: absolute;
        left: 0;
        top: 0;
    }

.timelineFlat {
    display: none;
}

.timeline_items_wrapper {
    position: relative;
    width: 95%;
    margin: -50px auto 0;
}
/* width: 960px; */
.timelineFlat .timeline_items {
    padding: 0;
}

.timelineFlat .item {
    width: 225px;
    color: #fff;
    position: relative;
}

    .timelineFlat .item.item_node_hover {
    }

.timelineFlat .item_open_content {
    width: 100%;
    height: 100%;
    position: relative;
}

    .timelineFlat .item_open_content .ajaxloader {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -10px 0 0 -100px;
    }

.timelineFlat .timeline_open_content {
    padding: 20px;
}

.timelineFlat .mCSB_container {
    margin-right: 16px;
}

.timelineFlat .mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #dd5555;
}

.timelineFlat .mCS-light-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    color: #f75f5f;
}

.timelineFlat .mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
    background: #aaaaaa;
}

.timelineFlat .mCustomScrollBox > .mCSB_scrollTools {
    width: 8px;
}

.timelineFlat .item_open .t_close {
    position: absolute;
    top: 20px;
    right: 16px;
    padding: 0 2px 2px 2px;
    width: 12px;
    height: 12px;
    font-size: 16px;
    line-height: 12px;
    color: #dd5555;
    cursor: pointer;
    z-index: 2;
    text-align: center;
    transition: color 300ms;
    -webkit-transition: color 300ms;
    -moz-transition: color 300ms;
}

    .timelineFlat .item_open .t_close:hover {
        color: #f75f5f;
    }

.timelineFlat .t_controles {
    margin: 0;
}

.timelineTouch.timelineFlat .t_left, .timelineTouch.timelineFlat .t_right {
}

.timelineFlat:hover .t_left, .timelineFlat:hover .t_right {
}

.timelineFlat .t_left, .timelineFlat .t_right {
    position: absolute;
    display: block;
    height: 21px;
    width: 11px;
    margin: 0;
    cursor: pointer;
    top: 0;
    z-index: 10;
}

    .timelineFlat .t_left, .timelineFlat .t_left:hover:active {
        left: 10px;
        top: 30px;
        background: url('../images/blck-arrow-left.png') no-repeat center center;
    }

        .timelineFlat .t_left:hover {
            background: url('../images/blck-arrow-left.png') no-repeat center center;
        }

    .timelineFlat .t_right, .timelineFlat .t_right:hover:active {
        right: 10px;
        top: 30px;
        background: url('../images/blck-arrow-right.png') no-repeat center center;
    }

        .timelineFlat .t_right:hover {
            background: url('../images/blck-arrow-right.png') no-repeat center center;
        }

#slidesExhibitions {
    position: absolute;
    z-index: 100;
    height: 550px;
    margin: 20px 0 0 20px;
    width: 725px;
}

.slides_container {
    width: 725px;
    overflow: hidden;
    position: relative;
    display: none;
}

    .slides_container div.exSlide {
        width: 725px;
        height: 550px;
        display: block;
    }

#slidesExhibitions .next, #slidesExhibitions .prev {
    position: absolute;
    top: 190px;
    width: 50px;
    height: 54px;
    display: block;
    z-index: 101;
}

#slidesExhibitions .next {
    left: 675px;
}

#slidesExhibitions .next, .prev {
    opacity: 0.4;
}

    #slidesExhibitions .next:hover, .prev:hover {
        opacity: 0.8;
    }

.pagination {
    display: none;
}

.caption {
    z-index: 500;
    position: absolute;
    text-align: left;
    left: 0;
    padding: 5px 20px 0 20px;
    width: 725px;
    font-size: 1.3em;
    line-height: 1.33;
    color: #fff;
    text-shadow: none;
}

    .caption h3 {
        font: 20px/40px 'TitilliumBold', arial, tahoma, sans-serif;
        color: #434955;
    }

    .caption p {
        font: 16px/25px 'TitilliumRegular', arial, tahoma, sans-serif;
        color: #434955;
    }

    .caption span {
        font-weight: bold;
        width: 100px;
        display: inline-block;
    }



#slides {
    display: none
}

.container {
    margin: 0 auto
}

.slidesjs-next {
    width: 50px;
    height: 54px;
    background: url(../images/arrow-next.png);
    position: absolute;
    z-index: 999;
    top: 140px;
    right: 0;
    opacity: 0.4;
    text-indent: -9999px;
}

    .slidesjs-next:hover {
        opacity: 1;
    }

.slidesjs-previous {
    width: 50px;
    height: 54px;
    background: url(../images/arrow-prev.png);
    position: absolute;
    z-index: 999;
    top: 140px;
    left: 0;
    opacity: 0.4;
    text-indent: -9999px;
}

    .slidesjs-previous:hover {
        opacity: 1;
    }

.mCS_img_loaded {
}



/*#section0{height: 903px !important;}*/
#section0 .intro {
    margin: 100px 0;
}

#section1 {
    height: 780px !important;
}

    #section1 .intro {
        padding: 90px 0 0;
        height: 675px;
    }

    #section1 .pageTabContent {
        height: 675px;
    }

#section2 {
    height: 1000px !important;
}

    #section2 .intro {
        margin: 100px 0;
    }

#section3 {
    height: 890px !important;
}

    #section3 .intro {
        margin: 100px 0;
    }

#section4 {
    height: 780px !important;
}

    #section4 .intro {
        margin: 40px 0 0;
        display: inline-block;
    }

#section5 {
    height: 720px !important;
}

    #section5 .intro {
        display: inline-block;
        margin: 80px 0 0;
    }

#section6 {
    height: 580px !important;
}

    #section6 .intro {
        margin: 80px 0 0;
        display: inline-block;
    }

#section7 {
    height: 810px !important;
}

    #section7 .intro {
        display: inline-block;
        margin: 60px 0 0;
    }

.collectionContent h2 {
    margin: 0 0 30px 0;
}

.fp-slides {
    height: 590px !important;
}

.intro {
    margin: inherit;
}


.footer .bottom .footerContent {
    margin: 0 auto !important;
}



.nav-dots {
    text-align: center;
    position: absolute;
    width: 40px;
    right: 20px;
    z-index: 1000;
    min-height: 100px;
}


.exhibitionsOverlay {
    background: rgba(0,0,0, 0.85);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.closeExhibitions {
    position: fixed;
    z-index: 99;
    top: 30px;
    right: 40px;
    color: #3d9cd1;
}

.exhibitionsPopupContent {
    width: 760px;
    height: 620px;
    background: #e7e7e7;
    border: 6px solid rgba(0,0,0, 0.8);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.noticeOverlay {
    background: rgba(255,255,255, 0.98);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.closeNotice {
    float: right;
    margin: 0;
    color: #3d9cd1;
    position: absolute;
    z-index: 999999;
    right: 40px;
    top: 40px;
}

.noticePopupContent {
    width: 1170px;
    height: 700px;
}

.noticeContent li h4 {
    text-align: left;
    font: 12px/20px "TitilliumRegular",arial,tahoma,sans-serif;
    color: #cecece;
    position: absolute;
    bottom: 7px;
}

.timelineOverlay {
    background: rgba(255,255,255, 0.95);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.timelineOverlay2 {
    background: rgba(255,255,255, 0.95);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.timelineOverlay3 {
    background: rgba(255,255,255, 0.95);
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.closeTimeline {
    float: right;
    margin: 30px 40px 40px;
    color: #fff;
}
