@font-face {
    font-family: 'Nexa Free Bold';
    src: url('/Agents/fonts/Nexa_Free_Bold.otf'),
         url('/Agents/fonts/Nexa_Free_Bold-webfont.woff2') format('woff2'),
         url('/Agents/fonts/Nexa_Free_Bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa Free Light';
    src: url('/Agents/fonts/Nexa_Free_Light.otf'),
         url('/Agents/fonts/Nexa_Free_Light-webfont.woff2') format('woff2'),
         url('/Agents/fonts/Nexa_Free_Light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body{
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5{
    font-family: 'Nexa Free Bold', sans-serif;
}

.standart-content .default-content #pageTitle h1{
    text-transform: uppercase;
    font-size: 36px;
    margin-top: 40px;
}

.header-soc-top .header-user{display:none;}

.slideshow .slider-main-txt{
    top: 33%;
    position: relative;
    color: #fff !important;
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
    z-index: 2;
}

.slideshow .slider-main-txt.top, .page_cover .slider-main-txt.top{
    font-family: 'Nexa Free Bold', sans-serif;
    font-weight: 700;
    font-size: 45px;
    margin: 20px 0px 0px 0px;
    line-height: 50px;
}

.slideshow .slider-main-txt.bottom, .page_cover .slider-main-txt.bottom{
    font-family: 'Nexa Free Light', sans-serif;
    font-weight: 500;
    font-size: 35px;
    line-height: 45px;
}

.homepage-subscribe {
    display:none;
}

.slideshow img{
    max-height: 400px;
}

.page_cover .slider-main-txt{
    top: -40%;
    position: relative;
    color: #fff !important;
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 2px 2px #444;
    z-index: 2;
}

.page_cover img{
    position: relative;
    margin-top: 169px;
    min-height: 100px;
    max-height: 400px;
    object-fit: cover;
}

.page_cover, .page_cover h2{
    background: transparent none;
}

.page_cover h2{
    font-style: normal;
    padding: 0px;
    width: 100%;
}

.page_cover .inLineContentContainer{
    height: 560px;
}

.afta-nita-section{
    display: none;
}

.homepage-second-tag{
    padding: 10px 0px 0px 0px;
    margin-bottom: 0px;
}

.homepage-second-tag .container{
    border-bottom: 1px solid #b2aca5;
    padding-bottom: 60px;
}

.site-footer{
    background: #1b1b1b;
    color: #fff;
}

.site-footer .footer-col-item h3{
    color: #fff !important;
    border-bottom: 2px solid #5d5d5d;
}

.site-footer .footer-col-item li a{
    color: #fff !important;
}

.site-footer .footer-col-item p{
    color: #999;
}

.site-footer .footer-col-item.v1 p a {
    color: #fff !important;
}

.footer-social-net a{
    color: #8e8c8a !important;
}

.members-cont.stack_double a{
    min-height: 74px;
    margin: 0 6px 6px 0;
    max-width: 121px;
}

.members-cont a img{
    width: 100%;
    padding: 0px;
}

.copyright-section{
    background: #000 !important;
    color: #fff;
    height: 88px;
}

.bottom_footer_content p{
    text-align: left;
    color: #999;
}

#footer-section .top_footer_content {
    display: none;
}

/* 3 Homepage Main Content */
.b2b-main{
    margin-top: 20px;
}

.b2b-main h3{
    color: #000000 !important;
    text-align: center;
    border-top: 1px solid #b2aca5;
    border-bottom: 1px solid #b2aca5;
    padding: 10px;
    text-transform: uppercase;
    margin: 30px 0px;
}

.b2b-main h3 span{
    color: #E20612;
}

.b2b-main .middle-icon-grey img{
    width: 100%;
    max-width: 200px;
}

.b2b-main .middle-content, .b2b-main .middle-content p{
    color: #121212;
}

/* 3 Homepage Widgets */
.section2{
    padding-top: 60px;
}

.item-fnd-col{
    background-color: #f8f8f8;
    padding-top: 15px;
}

.item-fnd-txt .item-title{
    font-family: 'Nexa Free Bold', sans-serif;
    text-transform: uppercase;
    color: #000000 !important;
    font-size: 24px;
    margin-top: 0px;
}

.item-fnd-col img{
    max-width: 200px;
    display: block;
    margin: 0px auto;
}

.item-fnd-txt p{
    color: #121212;
    line-height: 26px;
}

.item-fnd-txt .read-online .red-btn{
    background-color: #e20612 !important;
    color: #ffffff !important;
}

.item-fnd-txt .read-online .red-btn:hover, .item-fnd-txt .read-online .red-btn:focus{
    background-color: #e6e6e6 !important;
    color: #666666 !important;
}


/* PARTICLE NETWORK STYLES */
.slideshow canvas{
    position: absolute;
    top: 0;
    width: 100%;
    height: 300px;
    max-height: 300px;
}

.particle-network-animation {
  position: relative;
  /*top: -75px;*/
  left: 0;
  right: 0;
  height: 300px;
  background-color: #e20612;
}
.particle-network-animation::before {
  z-index: -2;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #e20612;
  opacity: 0.2;
}

.glow {
  z-index: -1;
  position: fixed;
  top: 50%;
  left: 50%;
  background-image: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.025), rgba(0, 0, 0, 0));
}

.glow-1 {
  width: 150vw;
  height: 150vh;
  margin-top: -75vh;
  margin-left: -75vw;
  animation: glow-1-move 25s linear infinite both;
}

@keyframes glow-1-move {
  from {
    transform: translate(-100%, 100%);
  }
  to {
    transform: translate(100%, -100%);
  }
}
.glow-2 {
  width: 100vw;
  height: 100vh;
  margin-top: -50vh;
  margin-left: -50vw;
  animation: glow-2-move 25s linear 8.33333s infinite both;
}

@keyframes glow-2-move {
  from {
    transform: translate(-100%, 0%);
  }
  to {
    transform: translate(100%, 100%);
  }
}
.glow-3 {
  width: 120vw;
  height: 120vh;
  margin-top: -60vh;
  margin-left: -60vw;
  animation: glow-3-move 25s linear 16.66667s infinite both;
}

@keyframes glow-3-move {
  from {
    transform: translate(100%, 100%);
  }
  to {
    transform: translate(0%, -100%);
  }
}


/* TIMELINE HISTORY */
#cd-timeline::before{
    background: #7f7f7f;
}

.cd-timeline-img{
    box-shadow: none;
}

.cd-timeline-img img{
    margin-top: 0px;
}

.cd-timeline-content{
    box-shadow: 0 3px 0 #d8d8d8;
    border-radius: 0px;
    padding: 1.65em 0px 10px;
}

.cd-timeline-content .morecontent span {
    display: none;
}
.cd-timeline-content .morelink {
    display: inline;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}


/* HIDE NEWSLETTER POP UP ON B2B SITE */
.email-subscribe.floating-box{
    display: none;
}


/* 2022 REDESIGN */
/* ----------------------------------------- */
/* HIDE CONTRAST AND SEARCH ICON ON HEADER */
.header-soc-top .header-soc-net .contrast-btn, 
.header-soc-top .header-cont-details .header-search-icon{
    display: none;
}

.header-soc-top .header-soc-net .net-btn-cont{
    width: 200px;
}

.header-soc-top .header-soc-net .net-btn-cont span{
    font-size: 16px;
    float: left;
    margin: 3px 10px 3px 0px;
}

.header-soc-top .header-soc-net .net-btn-cont a:first-child{
    margin-left: 0px;
}

.header-soc-top .header-cont-details .header-phone .pitem{
    padding-left: 108px;
}

/* Homepage slider */
.gallery-image {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.gallery-image img {
    height: 160px;
    width: auto; 
    object-fit: cover;
    /*transform: scale(1.0);
    transition: transform 0.4s ease;
    opacity: 0;*/
    opacity: 1;
}

.gallery-image .img-box {
    box-sizing: content-box;
    margin: 0px;
    width: 20%;
    height: auto;
    overflow: hidden;
    display: inline-block;
    color: #000000;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
}

.gallery-image .img-box:nth-child(n+16){
    display: none;
}

.gallery-image .caption {
    position: absolute;
    bottom: 5px;
    left: 20px;
    opacity: 0.0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.gallery-image .caption p{
    color: #ffffff;
}

.gallery-image .transparent-box {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease;
}

.gallery-image .img-box:hover img { 
    transform: scale(1.1);
}

.gallery-image .img-box:hover .transparent-box {
    background-color: rgba(0, 0, 0, 0.5) !important;
}

.gallery-image .img-box:hover .caption {
    transform: translateY(-20px);
    opacity: 1.0;
}

.gallery-image .img-box:hover {
    cursor: pointer;
}

.gallery-image .caption > p:nth-child(2) {
    font-size: 0.8em;
}

.gallery-image .opacity-low{
    opacity: 0.5;
}

.gallery-image .tagline-panel{
    width: calc((100% - 40px)/5*3);
    /*height: calc((100% - 40px)/5*3/1.1*0.778);*/
    height: calc((100% - 40px)/5*3/1.4*0.778);
    background: url('/HeadOffice/img/corp-pattern.jpg') no-repeat center center #e20612;
    background-size: cover;
    text-align: center;
    padding: 1em 0em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-image .tagline-panel h2,
.gallery-image .tagline-panel h3{
    color: #ffffff !important;
    margin: 10px 0px !important;
}

.gallery-image .tagline-panel p{
    color: #ffffff;
}

/* Neils Homepage Slider styles 
.tagline-panel {
    z-index: 2000;
}

.img-box {
    cursor: auto !important;
    z-index: 500 !important;
}

.transparent-box {
    z-index: 1500 !important;
}

.tile_duplicate {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    box-sizing: content-box;
    margin: 0px;
    overflow: hidden;
    display: inline-block;
}

.tile_duplicate_show {
    opacity: 1;
    transition: opacity 0.4s ease;
}*/

/* Brand Statement */
.homepage-agent-tag .inLineContentContainer{
    padding: 20px 0px;
}

h2.brand-statement{
    margin: 0px auto !important;
    color: #000000 !important;
}

.item-fnd-col img{
    max-width: 100px;
}


/* Homepage Video Panel */
.homepage-video-panel{
    padding: 2em 10em;
    background: url('https://www.travellerschoice.com.au/cproot/6904/1/Homepage-Hero-Himeji-Castle-Hyogo-Japan_w2000.jpg') no-repeat center center transparent;
    background-size: cover;
    text-align: center;
}

.homepage-video-panel h2{
    color: #ffffff !important;
}

/* Homepage Testimonials */
.homepage-testimonials{
    padding: 2em 4em;
}

.homepage-testimonials button{
    position: absolute;
    top: 150px;
    width: 50px;
    height: 50px;
    border: none;
    background: #eaeaea;
    color: #666;
    font-size: 2em;
}

.homepage-testimonials button.slick-prev{
    left: 0px;
    z-index: 10;
}

.homepage-testimonials button.slick-next{
    right: 0px;
    z-index: 10;
}

.homepage-testimonials .testimonials-item{
    margin: 0em 1em;
}

.homepage-testimonials .testimonials-item a .testimonial-item-img{
    margin-bottom: 10px;
    text-align: center;
}

.homepage-testimonials .testimonials-item a .testimonial-item-img img{
    width: 100%;
    height: auto;
    max-width: 250px;
}

.homepage-testimonials .testimonials-item a .testimonial-item-text{
    color: #121212;
    max-width: 230px;
    margin: 0px auto 15px;
    text-align: left;
}

.homepage-testimonials .testimonials-item a .testimonial-item-name,
.homepage-testimonials .testimonials-item a .testimonial-item-company,
.homepage-testimonials .testimonials-item a .testimonial-item-state{
    font-weight: bold;
    max-width: 230px;
    margin: 0px auto 3px;
    text-align: left;
    line-height: 16px;
}


/* History timeline */
.cd-timeline-block .cd-timeline-content img{
    max-width: 100%;
}

/* About page */
.b2b-main .middle-icon-grey{
    text-align: center;
}


/* NTIA homepage banner */
.btwob-banner-section-content{
    position: relative;
    background-color: #e20612;
    margin-bottom: 40px;
    padding: 15px;
}

.btwob-banner-section-content p{
    font-size: 30px !important;
    color: #ffffff;
}

.btwob-banner-section-content p img{
    margin-left: 15px;
}


/* Choose Day */
.chooseDaystaff{
    padding: 2em 1em;
}

.chooseDaystaff .chooseDaystaff-item{
    margin: 1em 0em;
}

.chooseDaystaff .chooseDaystaff-item .chooseDaystaff-item-img{
    margin-bottom: 10px;
    text-align: center;
}

.chooseDaystaff .chooseDaystaff-item .chooseDaystaff-item-img img{
    width: 100%;
    height: auto;
    max-width: 250px;
}

.chooseDaystaff .chooseDaystaff-item .chooseDaystaff-item-name,
.chooseDaystaff .chooseDaystaff-item .chooseDaystaff-item-role,
.chooseDaystaff .chooseDaystaff-item .chooseDaystaff-item-info{
    font-size: 14px;
    font-weight: bold;
    margin: 0px auto 3px;
    text-align: center;
    line-height: 1.5;
}

.chooseDaystaff .chooseDaystaff-item .chooseDaystaff-item-name,
.chooseDaystaff .chooseDaystaff-item .chooseDaystaff-item-role{
    color: #1b1b1b;
}

.chooseDaystaff .chooseDaystaff-item .chooseDaystaff-item-info{
    color: #e20612;
}

.chooseDaystaff .chooseDaystaff-item .chooseDaystaff-item-info a{
    word-break: break-word;
}

.b2b-main.choose-day h3{
    color: #e20612 !important;
}

.b2b-main.choose-day .middle-icon-grey img{
    max-width: 80%;
    border-radius: 50%;
}

/* Choose Day Custom Nav */
.navbar ul.rollovermenu3d li.choose-day a.main_menu{
    background-color: transparent !important;
}
.navbar ul.rollovermenu3d li.choose-day a.main_menu span{
    background-color: #fbe52d !important;
    color: #000;
}
.navbar ul.rollovermenu3d li.choose-day:hover,
.navbar ul.rollovermenu3d li.choose-day:hover a.main_menu span,
.navbar ul.rollovermenu3d li.choose-day a.main_menu:hover span,
.navbar ul.rollovermenu3d li.choose-day a.main_menu span:hover,
.navbar ul.rollovermenu3d li.choose-day.active > a.main_menu:hover span,
.navbar ul.rollovermenu3d li.choose-day.active > a.main_menu span:hover,
ul.rollovermenu3d li.choose-day a.main_menu::after {
    background-color: #ffffff !important;
    color: #e20612 !important;
}
.navbar ul.rollovermenu3d li.choose-day.active > a.main_menu span{
    background-color: #fbe52d !important;
    color: #231f20 !important;
}

.twoColumnLayout > .row{
    margin-bottom: 1em;
    padding-bottom: 3em;
    border-bottom: 2px solid #cdcdcd;    
}

.twoColumnLayout > .row:last-child{
    border-bottom: 0px none;
    padding-bottom: 0em;
    margin-bottom: 5em;
}

.twoColumnLayout .row .twoColumnLayoutItem:first-child{
    padding-right: 2em;
}

.twoColumnLayout .row .twoColumnLayoutItem:nth-child(2){
    padding-left: 2em;
}

.twoColumnLayout .twoColumnLayoutItem .twoColumnLayoutItemInfo .twoColumnLayoutImg img{
    width: 100%;
}

.twoColumnLayout .twoColumnLayoutItem .twoColumnLayoutItemInfo .twoColumnLayoutText{
    text-align: justify;
}

.twoColumnLayout .twoColumnLayoutItem .twoColumnLayoutItemInfo .twoColumnLayoutText p{
    margin: 0em 0em 1em 0em;
}

.twoColumnLayout .twoColumnLayoutItem .twoColumnLayoutItemInfo .twoColumnLayoutText p.leftAligned{
    text-align: left;
    word-break: break-all;
}

.twoColumnLayout .twoColumnLayoutItem .twoColumnLayoutItemInfo .twoColumnLayoutText p.leftAligned:first-child{
    margin-bottom: 0em;
}

#enquire_now_form .read-online .frmDisclaimerTxt{
    text-align: center !important;
}


/* RESPONSIVE FIXES */

/*HO/responsive.css*/
#aspnetForm{
    overflow-y: hidden;
}

.main-slider .carousel-inner > .item {
    height: auto;
}

@media (min-width: 992px){
    .page_cover{
        height: 600px;
    }
    .page_cover img{
        margin-top: 217px;
    }
}


@media (min-width: 1200px){
    .page_cover img{
        margin-top: 169px;
    }
    
    .page_cover .slider-main-txt{
        top: -50%;
    }
}

@media (min-width: 1400px){
    .page_cover .slider-main-txt{
        top: -60%;
    }
    
    .header-soc-top .header-soc-net .net-btn-cont{
        width: 280px;
    }
}

@media (min-width: 1600px){
    .page_cover .slider-main-txt{
        top: -70%;
    }
}

@media (min-width: 1800px){
    .page_cover .slider-main-txt{
        top: -80%;
    }
}

@media (min-width: 1921px){
    .slideshow{
        max-width: 1920px;
        margin: 160px auto 0px;
    }
}

@media (max-width: 1199px){
    #masthead .logo{
        margin-bottom: 30px;
    }
    
    .net-btn-cont{
        width: 100%;
        display: inline;
    }
    
    .header-soc-top .header-cont-details .header-phone .pitem {
        padding: 0px;
    }
    
    section.slideshow {
        margin-top: 218px;
    }
    
    .standart-content{
        padding-top: 30px;
    }
    
    .gallery-image .img-box:nth-child(n+9){
        display: none;
    }
    
    .gallery-image .img-box{
        width: 25%;
    }
    
    .gallery-image .tagline-panel{
        width: 100%;
        height: auto;
        position: relative;
        margin-top: 1em;
    }
    
    .homepage-video-panel, .homepage-testimonials{
        padding: 1em 3em;
    }
    
    .homepage-testimonials button.slick-prev {
        left: 5px;
    }
    
    .homepage-testimonials button.slick-next {
        right: 5px;
    }
}


@media (min-width: 1170px){
    .cd-timeline-block:nth-child(even) .cd-timeline-content{
        text-align: right;
    }
}


@media (max-width: 1169px){
    .cd-timeline-content{
        padding-top: 1em;
    }
}

@media (min-width: 992px) AND (max-width: 1199px){
    ul.rollovermenu3d a.main_menu>span i{
        right: 0px;
    }
}


/*@media (min-width: 991px){
    .chooseDaystaff.first .chooseDaystaff-item.left{
        margin-left: 16%;
    }
    
    .chooseDaystaff.first .chooseDaystaff-item.right{
        margin-right: 16%;
    }
}*/


@media (max-width: 991px){
    #masthead .row{    
        margin: 0px;
    }
    
    .header-soc-top{
        position: relative;
    }
    
    section.slideshow {
        margin-top: 0px;
    }
    
    .slideshow .slider-main-txt, .page_cover .slider-main-txt{
        position: absolute;
    }
    
    .slideshow .slider-main-txt.top{
        font-size: 50px;
        top: 35%;
    }
    
    .slideshow .slider-main-txt.bottom{
        font-size: 40px;
        top: 55%;
    }
    
    .page_cover .slider-main-txt.top{
        font-size: 50px;
        top: 20%;
    }
    
    .page_cover .slider-main-txt.bottom{
        font-size: 40px;
        top: 45%;
    }
    
    .particle-network-animation{
        height: 300px;
    }
    
    .page_cover img{
        margin-top: 0px;
    }
    
    .standart-content{
        padding-top: 20px;
    }
    
    .chooseDaystaff {
        padding: 0em 1em;
    }
    
    .twoColumnLayout > .row{
        margin-bottom: 1em;
        padding-bottom: 3em;
        border-bottom: 2px solid #cdcdcd;    
    }
    
    .twoColumnLayout > .row:last-child{
        border-bottom: 0px none;
        padding-bottom: 0em;
        margin-bottom: 5em;
    }
    
    .twoColumnLayout .row .twoColumnLayoutItem:first-child{
        margin-bottom: 1em;
        padding-bottom: 3em;
        padding-left: 0em;
        padding-right: 0em;
        border-bottom: 2px solid #cdcdcd; 
    }
    
    .twoColumnLayout .row .twoColumnLayoutItem:nth-child(2){
        padding-left: 0em;
        padding-right: 0em;
    }
}


@media (min-width: 768px) AND (max-width: 991px){
    .page_cover{
        height: 20em !important;
    }
}



@media (max-width: 767px){    
    #masthead .logo{
        margin-bottom: 63px;
        padding: 12px 50px 00px 50px !important;
    }
    
    .header-cont-details{
        margin: 0px;
        height: 50px;
        right: 0px;
    }
    
    .header-soc-top .header-soc-net .net-btn-cont span{
        float: none;
        display: inline-block;
        margin: 0px 5px;
    }
    
    .header-soc-top .header-soc-net .net-btn-cont a{
        float: none !important;
        display: inline-block;
        margin: 0px 5px;
    }
    
    .header-cont-details .header-search-icon{
        margin-left: 40px;
    }
    
    .header-soc-top .header-cont-details .header-phone .pitem .hploc{
        width: auto;
    }
        
    .slideshow .slider-main-txt.top{
        font-size: 35px;
    }
    
    .slideshow .slider-main-txt.bottom{
        font-size: 25px;
    }
    
    .page_cover .slider-main-txt.top{
        font-size: 35px;
        top: 25%;
    }
    
    .page_cover .slider-main-txt.bottom{
        font-size: 25px;
        top: 50%;
    }
    
    .b2b-main .row .col-md-4{
        margin-top: 60px;
    }
    
    .b2b-main .row .col-md-4:first-child{
        margin-top: 10px;
    }
    
    .default-content table tr td img{
        max-width: 150px;
    }
    
    .cd-timeline-content{
        padding-top: 0.3em;
    }
    
    .standart-content{
        margin-top: 0px;
    }
    
    .standart-content #pageTitle{
        margin-top: -20px;
    }
    
    .page_cover{
        height: 20em !important;
    }
    
    .gallery-image .img-box:nth-child(n+5){
        display: none;
    }
    
    .gallery-image .img-box{
        width: 50%;
    }
    
    .gallery-image .tagline-panel{
        width: 100%;
        height: auto;
        position: relative;
        margin-top: 1em;
    }
    
    .navbar-default {
        margin: -95px 0 0;
    }
    
    .header-soc-top {
        padding-bottom: 0px! important;
    }
    
    .homepage-testimonials button.slick-prev {
        left: 0px;
    }
    
    .homepage-testimonials button.slick-next {
        right: 0px;
    }
    
    .homepage-testimonials .testimonials-item a .testimonial-item-text{
        text-align: center;
    }
    
    .homepage-testimonials .testimonials-item a .testimonial-item-name,
    .homepage-testimonials .testimonials-item a .testimonial-item-company,
    .homepage-testimonials .testimonials-item a .testimonial-item-state{
        text-align: center;
    }
    
    .twoColumnLayout{
        padding: 0em 1em;
    }
    
    .twoColumnLayout > .row{
        padding-bottom: 2em; 
    }
    
    .twoColumnLayout .row .twoColumnLayoutItem:first-child{
        padding-bottom: 2em;
        margin-bottom: 3em;
    }
    
    .twoColumnLayout .row .twoColumnLayoutItem .twoColumnLayoutImg{
        text-align: center;
        margin-bottom: 2em;
    }
    
    .twoColumnLayout .row .twoColumnLayoutItem .twoColumnLayoutImg img{
        max-width: 250px;
    }
}

@media (max-width: 480px){    
    #masthead .logo img {
        max-width: 190px;
    }
    
    .header-cont-details .header-search-icon{
        margin-left: 20px;
    }    
    
    .slideshow .slider-main-txt.top{
        top: 33%;
    }
    
    .slideshow .slider-main-txt.bottom{
        top: 60%;
    }
    
    .page_cover .slider-main-txt.top{
        font-size: 20px;
        top: 25%;
    }
    
    .page_cover .slider-main-txt.bottom{
        font-size: 15px;
        top: 45%;
    }
    
    .header-soc-top .header-cont-details{
        margin: 0px;
    }
}

@media (max-width: 436px){  
    .slideshow .slider-main-txt.top {
        top: 30%;
    }
}

@media (max-width: 397px){ 
     .header-soc-net .contrast-btn{
         margin-right: 10px;
     }
     
     .header-soc-net #fr-normal{
         padding: 5px 10px 0;
     }
     
     .header-soc-net #fr-large{
         padding: 3px 10px 0;
     }
     
     .header-soc-net #fr-largest{
         padding: 1px 10px 0;
     }
     
     .page_cover{
        height: 15em !important;
     }
}


/* ATIA &CLIA logo changes */
.members-cont a {
    background-color: #000000;
    display:block;
    float:none;
    margin:0 0 20px 0;
    text-align:center; 
    min-width:130px;
}

.members-cont a:nth-child(2n+1) {margin:0 0 20px 0;}

.members-cont a img {
    width: 160px; 
    padding: 10px 0px;
    border: none;
}

.members-cont a:first-child img{
    min-width: 160px;
    padding: 10px 0px;
}


.member-of-logos{
    text-align: center;
}

.member-of-logos a{
    text-align: center;
    display: inline-block;
}

.member-of-logos a img{
    max-width: 100%;
}


@media (max-width: 991px){
    #footer-section .members-cont a{
        width: 100%;
    }
    
    /*#footer-section .members-cont a:nth-child(odd) {
        margin: 0 6px 6px 0;
    }*/
    
    #footer-section .members-cont a img{
        width: 100%;
        max-width: 180px;
    }  
}


@media (max-width: 768px){
    #footer-section .members-cont a{
        width: 100%;
    }
}


@media (max-width: 614px){
    #footer-section .members-cont a{
        width: 100%;
    }
}