
html {
    margin: 0;
    padding: 0
}

:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

body.home{
height: 100%;
    
}

.vertical-line {
    width: 1px;
    height: 100%;
    background-color: #797979;
    display: block;
    position: absolute;
    top: -3px;
    right: 18px
}

.left-middle-sidebar .slider-mad-logo {
    max-width: 180px !important;
    height: auto !important
}

button:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.custom-object-fit {
  position: relative;
  background-size: cover;
  background-position: center center;
}

.inner-link.special {
    font-size: inherit
}

 .hamburger-navigation .links .inner-link{
    font-size: 10px;   
    }

.hamburger-navigation  .main-link{
font-size: 11px;    
}

.heading-small,
.heading-x-small {
    font-family: 'Titillium Web', sans-serif
}

.second-span {
    line-height: 14px;
    font-size: 13px;
/*    display: inline-block !important*/
}

.notoggle::after {
    visibility: hidden
}

.owl-carousel.homeCarousel .owl-dots {
    text-align: center;
    margin: 10px 0;
    margin-top: 0;
    position: relative;
    z-index: 150;
    margin: 0;
    padding: 0
}

.owl-carousel.homeCarousel button.owl-dot {
    background-color: #f9f9f9;
    border-radius: 50%;
    padding: 6px;
    -webkit-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .7294117647058823);
    box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, .7294117647058823);
    margin: 0 4px;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    border: 0
}

.owl-carousel.homeCarousel .owl-dots {
    -webkit-transform: translate(0, -25px);
    -ms-transform: translate(0, -25px);
    transform: translate(0, -25px);
    display: none
}

.heading.heading-small {
    pointer-events: none
}

.owl-carousel.homeCarousel button.owl-dot.active {
    background-color: rgba(132, 0, 0, .79);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.item .overlay {
    background-color: transparent
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, .3)
}

.homeLogo {
    display: none
}

.special .content {
    margin-bottom: 5px
}

.item-title-span {
    font-size: 40%;
    display: block;
    line-height: 32px
}

.col-border {
    position: relative
}

.content.edition span {
    font-size: 13px;
    line-height: 16px;
}

.content .year{
font-weight: bold;
    
}

.content .inner-link{
    text-decoration: underline;
    color: #d5d5d5;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    word-break: break-all;
        
}

.content .inner-link:hover{
    text-decoration:none;
    color: #d5d5d5;
    
}



.col-border .border-line {
    position: absolute;
    bottom: 0;
    width: 94%
}

.slider-image {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: calc(100% - (50px + 63px));
    background-color: #9c9689
}

.content {
    color: #a1a1a1
}

ul.inner-menu {
    margin: 0;
    padding: 0;
    position: absolute
}

/*
.heading-x-small.special {
    margin-top: 25px;
    margin-bottom: 0
}
*/

.ttn {
    text-transform: none
}

.mainlink {
    margin-left: 30px;
    width: auto;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain
}

.close {
    font-size: 2rem
}

.owl-carousel.homeCarousel .owl-dots.disabled,
.owl-carousel.homeCarousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.mobileShow {
    display: none
}

.mobileHide {
    display: block
}

.navigation-bottom .links {
    float: left
}

.navigation.navigation-bottom {
    display: block;
    margin-top: -120px
}

.navigation-bottom .navigation-container {
    position: relative;
    width: 80%;
    height: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
    margin-left: 15%;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.bottom-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.navigation-bottom .links .main-link {
    opacity: 1;
    color: #fff;
    margin-bottom: 7px;
    font-weight: 500;
    font-family: 'Titillium Web', sans-serif
}

.navigation-bottom .links .inner-link {
    opacity: 1;
    color: #a1a1a1;
    font-size: 12px;
    text-decoration: none;
    min-width: 150px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-next,
.owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0);
    font-size: 36px !important
}

.heading-x-small {
    pointer-events: none
}

.owl-prev {
    left: 0
}

.owl-next {
    right: 0
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.custom-btn {
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s
}

.custom-btn:active {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.custom-btn {
    border: 0;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 700;
    display: block;
    margin: 10px 0;
    text-align: center;
    min-width: 90px;
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px
}

.content-modal-btn {
    display: none
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@font-face {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/quicksand-v9-latin-regular.eot);
    src: local('Quicksand Regular'), local('Quicksand-Regular'), url(../assets/fonts/quicksand-v9-latin-regular.eot?#iefix) format('embedded-opentype'), url(../assets/fonts/quicksand-v9-latin-regular.woff2) format('woff2'), url(../assets/fonts/quicksand-v9-latin-regular.woff) format('woff'), url(../assets/fonts/quicksand-v9-latin-regular.ttf) format('truetype'), url(../assets/fonts/quicksand-v9-latin-regular.svg#Quicksand) format('svg')
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    padding: 0;
    margin: 0
}

a {
    color: inherit
}

.unset {
    all: unset !important
}

.link:hover {
    cursor: pointer;
    color: #fff
}

.heading-small {
    font-size: 18px;
    margin: 30px 0;
    margin-bottom: 25px;
    color: #fff
}

.heading-x-small {
    color: #d5d5d5;
    font-size: 16px;
    text-transform: capitalize;
    margin: 20px 0;
    margin-bottom: 15px;
    
}

.gallery .photo-credit,
.photo-credit,
.photo-credit .inner-link,
.photo-credit .photo-credit-span,
.photo-credit ~ .inner-link,
.photo-credit ~ span {
    font-size: 10px !important;
    margin-top: 5px
}

#madlab-projects{
    pointer-events: auto;
    
}

.main-quote {
    color: #fff;
    font-size: 13px;
    margin-top: 50px
}

.gallery .photo-credit {
    color: #a1a1a1;
    line-height: 16px;
    display: inline-block
}

.photo-credit .inner-link {
    color: #fff;
    text-decoration: underline;
}

.gallery-image {
    padding-bottom: 20px
}

.gallery-image img {
    width: 100%
}

.text-lightgray {
    color: #d5d5d5
}

/*
.column-content .content.italic {
    margin-top: 30px
}
*/

.inner-web-link {
    margin-bottom: 15px;
    display: block
}

.italic {
    font-style: normal
}

.text-white {
    color: #fff
}

.fancybox-title {
    display: none;
    visibility: hidden
}

.quote {
    color: #d5d5d5
}

.word-break {
    display: block;
    font-size: 13px;
        color: #a1a1a1;

}

body {
    font-family: Montserrat, sans-serif;
    background-color: #000;
    color: #fff;
    overflow-x: hidden
}



.footer,
.main-wrapper {
    margin: auto;
    width: 100%;
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s
}

.innerfooter ul.footer-list.list {
    padding: 7px 10px;
}


.main-wrapper {
    margin-top: 20px
}

.innerfooter .footer-flex a:hover ,.homefooter .footer-flex a:hover{
color: #fff;    
}



.footer-content {
    margin: 0;
    font-size: 12px;
	float: right;
}

header {
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 25px;
    padding-right: 25px
}

.footer {
    padding: 15px 30px;
   background-color: #000
}

.navigation .nav-link {
    margin-top: 3px;
    margin-left: 0;
    position: relative;
    z-index: 200;
    width: 150px;
    padding-right: 0;
    padding-top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.madLogoText {
    display: inline-block;
    width: 200px;
    margin-bottom: 0;
    line-height: 28px;
    font-family: 'Titillium Web', sans-serif;
    -webkit-transform: translate(0px,-1px);
        -ms-transform: translate(0px,-1px);
            transform: translate(0px,-1px);
}

.nav-link:hover {
    color: unset
}

.madLogoText:hover {
    color: unset
}

.column-content .gallery-content.content {
    margin-bottom: 20px;
    margin-top: 15px
}

.navigation {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navigation-container {
    position: absolute;
    top: 61%;
    left: 44%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
/*
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
*/
}

.navigation-container .links {
    margin-bottom: 6px;
    position: relative;
    -webkit-user-select: none;  
  -moz-user-select: none;     
  -ms-user-select: none;     
  user-select: none;
}

/*
.has-active-menu .navigation-container {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}
*/

.top-navbar {
    visibility: hidden;
    position: fixed;
    background-color: #ececec;
    width: 0;
    height: 0;
    border: 1px solid #fff;
    top: 0;
    right: 0;
    z-index: 499;
    border-radius: 50%;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    display: block;
    overflow: hidden;
    -webkit-user-select: none;  
  -moz-user-select: none;     
  -ms-user-select: none;     
  user-select: none;
    
}

.links .main-link {
    font-weight: 700;
    color: #000
}

.links .inner-link {
    color: #333;
    font-weight: 400;
    font-size: 13px
}

.has-active-menu {
    overflow-x: hidden
}

.has-active-menu #nav-icon span {
    background-color: #333;
    position: fixed
}

.has-active-menu #nav-icon {
    position: fixed;
    opacity: .5
}

.has-active-menu .top-navbar {
    visibility: visible;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 550px;
    height: 550px;
    top: 0;
    right: 0;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    -webkit-transform: translate(140px, -140px);
    -ms-transform: translate(140px, -140px);
    transform: translate(140px, -140px)
}

.links .inner-link,
.links .main-link {
    opacity: 0;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
        text-decoration: none;
}

.has-active-menu .links .inner-link,
.has-active-menu .links .main-link {
    -webkit-transition: all linear .5s;
    -o-transition: all linear .5s;
    transition: all linear .5s;
    opacity: 1
}

ul {
    list-style-type: none
}

.links {
    float: none;
    margin-bottom: 10px
}

.links li {
    text-transform: capitalize
}

.main-link {
    font-size: 16px;
    margin-bottom: 2px
}

.inner-link,
.primary-content {
    color: #a1a1a1;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 1px
}

.links a {
    color: inherit
}

a:hover {
    text-decoration: none
}

#nav-icon {
    width: 40px;
    height: 45px;
    position: absolute;
    top: 42px;
    right: 28px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -o-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 500
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

#nav-icon span:nth-child(1) {
    top: 3px
}

#nav-icon span:nth-child(2) {
    top: 14px
}

#nav-icon span:nth-child(3) {
    top: 18px
}

#nav-icon span:nth-child(4) {
    top: 36px
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#nav-icon.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%
}

#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#nav-icon span:nth-child(3) {
    top: 25px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 29px;
    left: 7px
}

.home-slider {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0
}

.home-slider .item {
    position: relative;
    width: 100%;
    height: auto
}

.home-slider .left-sidebar {
    width: 600px;
    height: 45%;
    background-color: rgba(0, 0, 0, .2);
    padding: 40px;
    padding-right: 20px;
    position: relative
}

.left-sidebar-content {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(107, 107, 107, .15)
}

.date {
    font-size: 10px;
    position: relative;
    text-transform: uppercase
}

.date::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #dedede;
    top: 24px;
    left: 0;
    right: 0;
    bottom: 0
}

.item-title {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    line-height: 56px;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    font-family: 'Titillium Web', sans-serif
}


h2.item-title .span-second {
   font-size: 120%;
/*   line-height: 80%;*/
}

.photo-credit {
    font-size: 16px;
    display: block;
    width: 100%
}

.photo-credit.slider{
position: absolute; 
bottom: 0;    
}

.photo-credit.slider {
    font-size: 14px !important;
    text-transform: uppercase;
}

.home-slider .photo-credit::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #dedede;
    margin-left: 0;
    bottom: -5px
}

.photo-credit .photo-credit-span {
    display: block;
    text-transform: none;
    position: relative;
    top: -8px;
    font-size: 10px !important
}

.left-middle-sidebar {
    width: 18%;
    display: inline-block
}

.left-middle-sidebar .top-part {
    background-color: #fc183e;
    text-transform: uppercase;
    padding: 10px;
    color: #dadada;
    padding-right: 15px
}

.left-middle-sidebar .top-part span {
    color: #dadada
}

.left-middle-sidebar .top-part span.word-break::first-letter,
.left-middle-sidebar .top-part::first-letter {
    color: #fff;
    font-weight: 700
}

.r-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    display: inline-block;
    top: -1px
}

.flip-x {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    display: inline-block
}

.left-middle-sidebar .bottom-part {
    background-color: rgba(214, 214, 214, .8);
    padding: 0;
    padding-left: 10px;
    text-transform: uppercase
}

.photo-credit-bottom {
    position: absolute;
    bottom: 12px;
    max-width: 100%;
    margin-bottom: 0;
    font-size: 8px;
    left: 14px;
    line-height: 14px;
    text-transform: capitalize;
    color: #fff;
    text-shadow: -1px 1px 0 #636363, -1px 1px 1px #737373, -1px 1px 0 #353535
}

.footer-content {
    font-size: 12px;
    color: #818181;
    margin-bottom: 0
}

.border-line {
    background-color: rgba(255, 255, 255, .13);
    color: rgba(255, 255, 255, .13);
    height: 1px;
    margin: 0 auto;
    text-align: center;
    -webkit-box-shadow: 1px -1px 1px rgba(0, 0, 0, .3);
    box-shadow: 1px -1px 1px rgba(0, 0, 0, .3);
    margin-top: 20px
}

.column-border {
    border-top: 1px solid rgba(255, 255, 255, .13)
}

.content-column {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.column-content {
    color: #a1a1a1;
    font-size: 13px;
    letter-spacing: 1px
}

.column-content .content {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 13px;
    word-spacing: 3px;
    letter-spacing: 0.5px;
}

.toggleMobile .inner-link {
    color: #fff;
    font-size: inherit;
  
}

.inner-heading {
    color: #fff;
    font-size: 13px
}

span.inner-heading + span {
    display: inline;
    font-size: 13px
}

.quote-ref {
    color: #a1a1a1;
    font-size: 13px
}

.quote-ref span {
    font-size: 13px
}

.content.album-top {
    margin-bottom: 10px
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #000;
    border: 1px solid #fff;
    background-clip: padding-box;
    border-radius: 0;
    outline: 0
}

.modal-header {
    color: #fff
}

.modal-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.fade {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear
}

.fade.show {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    color: #fff;
    border: 0;
    opacity: .9;
    text-shadow: none
}

.modal-close {
    color: #000;
    background-color: #fff;
    border-color: #6c757d;
    font-weight: 700;
    padding: 5px 20px
}

@media (max-width:1600px) {
/*
    .item-title {
        font-size: 58px;
        line-height: 50px
    }
*/
    
    .home-slider .left-sidebar{
        height: 55%;
        
    }
    
}

@media (max-width:1199px) {
    .home-slider .left-sidebar {
        height: 52%;
        width: 60%;
    }

    .navigation-bottom .navigation-container {
            width: 70%;
    margin-left: 20%;
    }

    .left-middle-sidebar .bottom-part,
    .left-middle-sidebar .top-part {
        font-size: 14px
    }
}

@media (max-width:991px) {
    .vertical-line {
        right: 0
    }

    .main-wrapper {
        margin-top: 20px
    }

    .navigation.navigation-bottom {
        margin-top: -106px
    }

    .madLogoText {
        font-size: 28px
    }

    .madLogoText::after {
        right: 1px
    }

    .mainlink {
        height: 80px
    }

    .navigation-bottom .navigation-container {
        width: 70%;
        margin-left: 11%;
        display: none;
    }

   
    
    .navigation .nav-link {
        width: 120px
    }

    .inner-web-link {
        margin-bottom: 10px;
        font-size: 13px;
        word-break: break-all
    }


    .footer,
    .main-wrapper {
        padding-left: 10px;
        padding-right: 10px
    }

    .fancybox-skin {
        padding: 10px !important
    }

    [class*=col-] {
        padding-left: 10px;
        padding-right: 10px
    }

    .column-content .content {
        margin-top: 10px;
        font-size: 13px
    }

    .heading-small {
        margin: 15px 0
    }

    .heading-x-small {
        margin: 15px 0
    }

    .heading-x-small.notoggle {
        background-color: unset
    }

    heading-x-small.notoggle::after {
        visibility: hidden
    }

    .column-content .content.italic {
        margin: 20px 0
    }

    .has-active-menu .top-navbar {
        width: 540px;
        height: 540px
    }

    .gallery-image {
        padding-bottom: 20px
    }

    .links {
        margin-bottom: 5px
    }

    .home-slider .left-sidebar {
        height: 50%
    }

    .links .inner-link {
        font-size: 12px
    }

    .item-title {
        font-size: 44px;
        line-height: 44px
    }

    img {
        width: 100%
    }

    #nav-icon {
        right: 25px;
        top: 40px;
    }

    ,
    .main-wrapper {
        margin: auto;
        width: 100%;
        position: relative;
        padding-left: 10px;
        padding-right: 10px
    }

    header {
        padding-left: 3px;
        padding-right: 3px
    }
}

@media(max-width:876px) {
    .navigation-bottom .navigation-container {
        width: 64%;
        margin-left: 16%
    }

    .main-wrapper {
        margin-top: 25px
    }
}

@media (max-width:768px) {
    .item-title {
        font-size: 28px;
        line-height: 32px
    }

    .date::after,
    .home-slider .photo-credit::after {
        visibility: hidden
    }

    .home-slider .left-sidebar {
        background-color: transparent
    }

    .row {
        margin-left: -10px;
        margin-right: -10px
    }

    [class*=col-] {
        padding-left: 5px;
        padding-right: 5px;
    }

    .main-quote {
        margin-top: 10px
    }

    .header,
    .header.animated {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .tabletHide {
        display: none
    }

    .navigation.navigation-bottom {
        display: none
    }

    #nav-icon {
        display: block;
        top: 41px;  
        right: 20px
    }

    .heading-small {
        margin: 10px 0
    }

    .heading-x-small {
        margin: 10px 0
    }

    .home-slider .left-sidebar {
        height: 50%;
        padding: 20px
    }

    .left-middle-sidebar {
        width: 25%
    }
}

/*
@media (max-width:767px){
    #nav-icon{
    top: 41px;    
    }    
}
*/

@media (max-width:575px) {
    .content-modal-btn {
        display: block
    }
    
    .contMobile{
    line-height: 22px;
        
    }

    .homefooter .footer-flex {
    -webkit-transform: translate(0px, -7px);
        -ms-transform: translate(0px, -7px);
            transform: translate(0px, -7px);
}
    
    .footer-content{
    width: 100%;
        
    }
    
    .has-active-menu .top-navbar{
        width: 650px;    
    }

.navigation-container{
 
    top: 48%;
    left: 52%;
    right: unset;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;   
    
    }
    
#nav-icon span{
    width: 35px;
    
}    
    
navigation-container {
    top: 40%;
    right: 0;
}
    
    .has-active-menu .top-navbar{
     -webkit-transition: all linear 0.5s;
     -o-transition: all linear 0.5s;
     transition: all linear 0.5s;
     opacity: 1;
     -webkit-transform: translate(0,0);
         -ms-transform: translate(0,0);
             transform: translate(0,0);
     height: 100%;
     width: 100%;   
         
    }    
    
    .top-navbar{
    -webkit-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
    opacity: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(100%,0);
        -ms-transform: translate(100%,0);
            transform: translate(100%,0)
        
    }    
    
    .main-wrapper {
    margin-top: 0px;
}
    
    .top-navbar{
    border-radius: 0;
    }    
    
    .photo-credit .photo-credit-span {
        font-size: 10px !important
    }

    .photo-credit.slider {
        font-size: 12px !important;
         text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.66), 1px 2px 0px rgba(19, 19, 19, 0.62);
        
    }

    #nav-icon.open span:nth-child(3) {
        top: 30px;
    }

    .column-content .content {
        margin-top: 10px;
        margin-bottom: 10px
    }

    .gallery .photo-credit {
        margin-bottom: 10px
    }

    .vertical-line {
        right: -20px
    }

    .toggleMobile {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;    
    }

    div.toggleMobile.show {
            max-height: 100%;
    -webkit-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
        overflow: auto;
        
    }
    
    
     .toggleMobile {
    display: none !important;   
    }

    div.toggleMobile.show {
    display: block !important;
    user-select: none; 
   -webkit-user-select: none; 
   -khtml-user-select: none; 
   -moz-user-select: none; 
   -ms-user-select: none; 
        
    }

    .heading-x-small,.heading.heading-small {
        pointer-events: auto
    }

    .heading-small.toggle,
    .heading-x-small {
        background-color: rgba(128, 128, 128, .5);
        padding: 7px 0;
        width: 100%;
        border-radius: 0;
        padding-left: 15px;
        margin: 0;
        border-bottom: 5px solid #000;
        -webkit-transition: all linear .5s;
        -o-transition: all linear .5s;
        transition: all linear .5s;
         -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;  
    }

    .heading-small.toggle::after,
    .heading-x-small::after {
        position: absolute;
        right: 16px;
        line-height: 16px;
        font-size: 24px;
        font-family: FontAwesome;
        content: "\f107";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle
    }

    .photo-credit-bottom {
        position: absolute;
        bottom: 5px;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 52%;
        width: 100%
    }

    .item-title {
    font-size: 24px;
    line-height: 24px;
    text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.66), 1px 2px 0px rgba(19, 19, 19, 0.62);
    }

    .date{
       text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.66), 1px 2px 0px rgba(19, 19, 19, 0.62);  
    }
    
    .image-mobile {
        height: 250px;
        -o-object-fit: cover;
        object-fit: cover;
        overflow: hidden;
        position: relative
    }

    .image-mobile img {
        position: absolute;
        bottom: -20px
    }

    .heading-x-small.special {
        margin-top: unset;
        margin-bottom: unset
    }

    .owl-carousel .gallery-image {
        padding-bottom: 0
    }

    .toggleMobile .content,
    .toggleMobile .content.italic {
        margin: 8px 0
    }

    .madLogoText::after {
        right: -20px;
        top: -4px
    }

    .footer {
        font-size: 12px
    }

    .navigation .nav-link {
        width: 100px
    }

    #nav-icon {
        width: 40px
    }

    .owl-carousel .owl-dots {
        text-align: center;
        margin: 10px 0;
        margin-top: 0;
        position: relative;
        z-index: 150
    }

    .owl-carousel button.owl-dot {
        background-color: #c5c5c5;
        -webkit-box-shadow: 0 0 5px 1px rgba(255, 255, 255, .7);
        box-shadow: 0 0 5px 1px rgba(255, 255, 255, .7);
        border-radius: 50%;
        padding: 5px;
        border: 0;
        margin: 0 5px;
        -webkit-transition: all linear .2s;
        -o-transition: all linear .2s;
        transition: all linear .2s
    }

    .owl-carousel button.owl-dot.active {
        background-color: rgba(132, 0, 0, .79);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .mobileShow {
        display: block
    }

    .mobileHide {
        display: none
    }

    .fancybox-skin {
        padding: 5px !important
    }

    .content.edition .inner-heading {
        cursor: pointer
    }

    .edition-content {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    header.fixed {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;
        -webkit-box-shadow: 0 2px 7px 0 #ffffff78;
        box-shadow: 0 2px 7px 0 #ffffff78;
        background-color: #000;
        padding: 8px 0;
        padding-left: 20px
    }

    .header.fixed .navbar-navgation #nav-icon {
        top: 22px
    }

    #nav-icon.open span:nth-child(2) {
    top: 16.5px;
    left: 1px;
    }

    header.fixed .navigation .nav-link {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    .mobileHide {
        display: none
    }

    .home-slider .left-sidebar {
        width: 100%;
        height: 50%
    }

    .heading-small.toggle.active::after,
    .heading-x-small.active::after {
        content: "\f106";
        -webkit-transform: translate(0, 1px);
        -ms-transform: translate(0, 1px);
        transform: translate(0, 1px)
    }

    .heading-small.toggle,
    .heading-x-small.show ~ .toggleMobile {
        -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
        transform: scaleX(1);
        
    }

    .main-quote,
    .quote-ref {
        margin-bottom: 5px
    }

    .heading-small.toggle,
    .heading-x-small:hover {
        cursor: pointer
    }

    .toggle.toggleMobile {
        display: block
    }

    .toggleMobile .content.italic:first-of-type,
    .toggleMobile .content:first-of-type {
        margin-top: 0
    }

    #nav-icon {
        top: 26px
    }

    #nav-icon span:nth-child(2) {
        top: 12px
    }

    #nav-icon span:nth-child(3) {
        top: 21px
    }
}

@media (min-width:320px) and (max-width:480px) {
    [class*=col-] {
        padding-left: 5px;
        padding-right: 5px
    }

    .home-slider .left-sidebar {
        padding-bottom: 0
    }

    .madLogoText::after {
        right: -20px;
        top: -4px
    }

    #nav-icon {
         top: 45px;
    }

 
    #nav-icon span:nth-child(1) {
        top: 2px
    }

    #nav-icon span:nth-child(2) {
        top: 10px
    }

    #nav-icon span:nth-child(3) {
        top: 18px
    }

    #nav-icon span {
        height: 4px
    }

    .footer,
    .main-wrapper {
        padding-left: 0;
        padding-right: 0
    }

    .left-middle-sidebar .bottom-part,
    .left-middle-sidebar .top-part {
        font-size: 12px
    }

    .left-middle-sidebar {
        width: 35%
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:480px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
    .slider-image {
        height: 100%
    }
}

@media only screen and  (max-width:667px) and (orientation:landscape){
.has-active-menu .top-navbar {
    width: 850px;
    height: 540px;
    position: absolute;
    
   
}    
   
/*
.top-navbar {
    transition: all linear 0.5s;
    opacity: 0;
    width: 100%;
    height: 100%;
    transform: translate(100%,0);
}    
    
.has-active-menu .top-navbar {
    transition: all linear 0.5s;
    opacity: 1;
    transform: translate(0,0);
    height: 100%;
    width: 100%;
}
*/
   
    
    
.top-navbar {
border-radius: 0;
    
}    
    
.navigation-container {
    top: 61%;
    right: 35%	
}  
    
}

@media only screen and  (max-width:736px) and (orientation:landscape){
    .has-active-menu .top-navbar{
    position: absolute;    
    }    
    
}


@media only screen and (max-width:640px) and (orientation:landscape) {
    .hamburger-navigation .main-link {
    font-size: 14px;
    line-height: 14px;
}
    
    .has-active-menu .top-navbar{
    -webkit-transition:all linear 0.2s;
    -o-transition:all linear 0.2s;
    transition:all linear 0.2s;
        
    }    
    
.has-active-menu .top-navbar {
    width: 800px;
    height: 540px;
   
}    
    
.top-navbar {
border-radius: 0;
    
}    
    
.navigation-container {
    top: 59%;
    right: 35%	
}    
    
    #nav-icon {
        width: 40px
    }

    #nav-icon span {
        height: 4px
    }

    #nav-icon span:nth-child(1) {
        top: 3px
    }

    #nav-icon span:nth-child(2) {
        top: 14px
    }

    #nav-icon span:nth-child(3) {
        top: 25px
    }

    #nav-icon.open span:nth-child(2) {
        top: 15px
    }

    #nav-icon.open span:nth-child(2) {
        top: 15px
    }

    #nav-icon.open span:nth-child(3) {
        top: 30px;
        left: 7px
    }
}



@media (max-height:600px) {
    .home-slider .left-sidebar {
        height: 50%
    }

    .home-slider .left-sidebar {
        padding-bottom: 0
    }
}

@media (max-height:670px) {
    .home-slider .left-sidebar {
        height: 65%
    }
.homefooter .footer-flex {
    -webkit-transform: translate(0px, -17px);
        -ms-transform: translate(0px, -17px);
            transform: translate(0px, -17px);
}
    
}

@media(max-width:911px) {
/*
    .slider-image {
        height: calc(100% - (108px + 25px))
    }
*/
    
.homefooter .footer-flex {
        -webkit-transform: translate(0px, -12px);
            -ms-transform: translate(0px, -12px);
                transform: translate(0px, -12px);
}    
}

@media (max-width:1280px){
.homefooter .footer-flex {
        -webkit-transform: translate(0px, -3px);
            -ms-transform: translate(0px, -3px);
                transform: translate(0px, -3px);
}
}


@media screen 
  and (device-width: 320px) 
  and (device-height: 640px) 
  and (-webkit-device-pixel-ratio: 2) 
  and (orientation: landscape) {
      
    .home-slider .left-sidebar {
    height: 100%;
}  
    
.left-middle-sidebar .slider-mad-logo {
    max-width: 150px !important;
    height: auto !important;
}      
    
}

@media screen 
  and (max-width: 320px) 
  and (max-height: 568px) 
    and (-webkit-device-pixel-ratio: 2){
        .navigation-container{
                top: 46%;
                right: 18%;
        } 
} 


@media screen 
  and (max-width: 360px) 
  and (max-height: 640px) 
       
{
        .navigation-container{
    top: 40%;
    right: 20%;
        }
    
    .home .footer{
    padding: 7px 0;	
}
    
} 


@media screen 
  and (max-width: 360px) 
  and (max-height: 640px) 
       
{
        .navigation-container{
    top: 40%;
    right: 0;
        }
    
    .home .footer{
    padding: 7px 0;	
}
    
} 


/*
@media screen 
  and (max-width: 1280px) 
  and (max-height: 800px) 
       
{
    .home .footer{
        padding: 18px 0;
        
    }
} 
*/



@media only screen and (max-width:734px) and (orientation: landscape){
.left-middle-sidebar .slider-mad-logo {
    max-width: 120px !important;
  
}
}

@media only screen and (max-width:434px) and (orientation: landscape){
.left-middle-sidebar .slider-mad-logo {
    max-width: 120px !important;
  
}    

    .slider-image {
	height:auto;
        
}

.footer {
position: relative !important;
    
}    
    
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

      
    .home-slider .left-sidebar {
    height: 100%;
}       

}


/* imdex page specific code  */


.home {
  height: 100vh;
}


.home .header {
  padding-top: 15px !important;
  padding-bottom: 10px !important;
  height: 65px;
    
}
.home .image-mobileShow {
  display: none !important;
}
.home .image-mobileHide {
  display: block !important;
}
.home .vertical-line {
  display: none !important;
}
.home #nav-icon {
  top: 16px !important;
}
.home .has-active-menu #nav-icon {
  top: 20px;
}
.home .navigation.navigation-bottom, .home .mainlink {
  display: none !important;
}
.home .homeLogo {
  display: block !important;
}
.home .madLogoText::after {
  display: none;
}
.home .footer {
  position: fixed !important;
  bottom: 0px;
  z-index: 200;
  height: 50px; 
background-color: #000;  
}
@media (min-width: 320px) and (max-width: 480px) {
  .home #nav-icon {
    top: 21px !important;
  }
   
    
}
@media only screen and (max-width: 737px) and (orientation: landscape) {
  .home .slider-image {
    height: 100% !important;
  }
  .home .footer {
    position: relative !important;
    padding: 10px 15px !important;
  }
  .home .left-middle-sidebar .slider-mad-logo {
    max-width: 120px !important;
    height: auto !important;
  }
}
.home .main-wrapper {
  margin-top: 0 !important;
}
@media (min-width: 622px) and (max-width: 734px) {
  .home .left-middle-sidebar .slider-mad-logo {
    height: 160px;
    width: auto;
  }
}

@media (max-width: 575px) {
  .home .image-mobileShow {
    display: block !important;
  }

    .home .footer{
    display: flex;
    align-items: center;
    justify-content: center;
        
    }    
    
  .home .image-mobileHide {
    display: none !important;
  }
}

@media only screen and  (min-width:361px) and  (max-width:411px){
    .home .footer{
    bottom: -8px;
        
    }  
}


@media (max-width:411px) and (max-height:823px){
.homefooter .footer-flex {
    -webkit-transform: translate(0px, -20px);
        -ms-transform: translate(0px, -20px);
            transform: translate(0px, -20px);
}    
    

    
}

@media (max-width:1366px)  and  (max-height:670px){
.homefooter .footer-flex {
    -webkit-transform: translate(0px, -4px);
        -ms-transform: translate(0px, -4px);
            transform: translate(0px, -4px);
}    
}

    @media (max-width:320px)  and (max-height:568px){
    .homefooter .footer-flex {
    -webkit-transform: translate(0px, -20px);
        -ms-transform: translate(0px, -20px);
            transform: translate(0px, -20px);
}    
    }


@media (max-width:375px)  and  (max-height:667px){
        .homefooter .footer-flex {
  -webkit-transform: translate(0px, -20px);
        -ms-transform: translate(0px, -20px);
            transform: translate(0px, -20px);  
    }
}
    
@media (max-width:600)  and (max-height:960px){
.homefooter .footer-flex {
    -webkit-transform: translate(0px, -11px);
    -ms-transform: translate(0px, -11px);
    transform: translate(0px, -11px);
}    
}

@media (max-width:1440)  and (max-height:900px){
    .homefooter .footer-flex{
        transform: translate(20px,20px) !important;
        
    }   
}


@supports (-moz-appearance:none) {
    .slider-image {
height: 85.5vh;
        
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .slider-image {
height: 85.5vh;
        
    }
}



.homefooter .footer-flex{
transform:none !important;
    
}