﻿.marqueeScrolling {
    color: #454545;
}

.whatsNew {
    background: #EAEAEA;
    height: 50px;
    position: relative;
    width: 100%;
    float: left;
    margin: 30px 0;
}

.ContentPlaceHolder1_SBM_Marquee1_lblWhatsNew {
    height: 40px;
}

.marqueeScrolling h2 {
    background: #FC7845;
    float: left;
    font-size: 1.286em;
    line-height: 20px;
    margin-bottom: 0;
    margin-right: 30px;
    padding: 15px 10px 12px 14px;
    position: relative;
    color: #fff;
    font-family: "open_sansbold";
}

    .marqueeScrolling h2::after {
        border-bottom: 25px solid rgba(0, 0, 0, 0);
        border-left: 15px solid #FC7845;
        border-top: 25px solid rgba(0, 0, 0, 0);
        content: "";
        height: 0;
        position: absolute;
        right: -15px;
        top: 0;
        width: 0;
    }

.cf::after {
    clear: both;
}

.cf::before, .cf::after {
    content: " ";
    display: table;
}

whatsNew .marquee {
    margin: 0;
    padding: 14px 0;
}

.marquee {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.whatsNew .marquee {
    margin: 0;
    padding: 10px 0;
}

.whatsNew a.btnMPause {
    background: #FC7845 url(../images/playPause.png) no-repeat scroll 18px center;
    position: relative;
    color: #fff;
}
.whatsNew a.btnMPlay {
    background: #FC7845 url(../images/playPause.png) no-repeat scroll -25px center;
    position: relative;
    color: #fff;
}


.marqueeScrolling .alignRight {
    background: #26579a;
    height: 50px;
    position: absolute;
    right: 0;
    width: 50px;
}
.whatsNew a {
    cursor: pointer;
    /*margin-left: 12px;
    text-indent: -9999px;
    transition: none 0s ease 0s;
    width: 54px;*/
}
.alignRight {
    float: right;
}
.marquee {
    overflow: hidden;
    margin: 0;
    padding: 0;
}


.marqueeScrolling li {
    float: left;
    margin-right: 25px;
}
.marqueeScrolling li {
    list-style: none;
    margin-left: 15px;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: left 6px;
    background-size: 6px auto;
}






/*Slider Image footer*/
#exampleSlider-v {
            position: relative;
            border: 1px solid #ccc;
        }

        @media (max-width: 767px) {
            #exampleSlider-v {
                border-color: transparent;
            }
        }

        #exampleSlider-v .MS-content {
            margin: 15px 5%;
            overflow: hidden;
            white-space: nowrap;
            /* border: 1px solid red;*/
        }

        @media (max-width: 767px) {
            #exampleSlider-v .MS-content {
                margin: 0;
            }
        }

        #exampleSlider-v .MS-content .item {
            display: inline-block;
            height: 100%;
            overflow: hidden;
            position: relative;
            vertical-align: top;
            padding: 5px;
            border: 2px solid #929292;
            width: 20%;
        }

        @media (max-width: 1200px) {
            #exampleSlider-v .MS-content .item {
                width: 25%;
            }
        }

        @media (max-width: 992px) {
            #exampleSlider-v .MS-content .item {
                width: 33.3333%;
            }
        }

        @media (max-width: 767px) {
            #exampleSlider-v .MS-content .item {
                width: 50%;
            }
        }

        #exampleSlider-v .MS-content .item p {
            font-size: 30px;
            text-align: center;
            line-height: 1;
            vertical-align: middle;
            margin: 0;
            padding: 10px 0;
        }

        #exampleSlider-v .MS-controls button {
            position: absolute;
            border: none;
            background: transparent;
            font-size: 20px;
            outline: 0;
            top: 125px;
            color: #FC7845;

        }

        @media (max-width: 767px) {
            #exampleSlider-v .MS-controls button {
                display: none;
            }
        }

        #exampleSlider-v .MS-controls button:hover {
            cursor: pointer;
        }

        #exampleSlider-v .MS-controls .MS-left {
            left: 10px;
        }

        @media (max-width: 992px) {
            #exampleSlider-v .MS-controls .MS-left {
                left: -2px;
            }
        }

        #exampleSlider-v .MS-controls .MS-right {
            right: 10px;
        }

        @media (max-width: 992px) {
            #exampleSlider-v .MS-controls .MS-right {
                right: -2px;
            }
        }

        #exampleSlider-t {
            position: relative;
            border: 1px solid #ccc;
        }

        @media (max-width: 767px) {
            #exampleSlider-t {
                border-color: transparent;
            }
        }

        #exampleSlider-t .MS-content {
            margin: 15px 5%;
            overflow: hidden;
            white-space: nowrap;
            /* border: 1px solid red;*/
        }

        @media (max-width: 767px) {
            #exampleSlider-t .MS-content {
                margin: 0;
            }
        }

        #exampleSlider-t .MS-content .item {
            display: inline-block;
            height: 100%;
            overflow: hidden;
            position: relative;
            vertical-align: top;
            padding: 5px;
            border: 2px solid #929292;
            width: 20%;
        }

        @media (max-width: 1200px) {
            #exampleSlider-t .MS-content .item {
                width: 25%;
            }
        }

        @media (max-width: 992px) {
            #exampleSlider-t .MS-content .item {
                width: 33.3333%;
            }
        }

        @media (max-width: 767px) {
            #exampleSlider-t .MS-content .item {
                width: 50%;
            }
        }

        #exampleSlider-t .MS-content .item p {
            font-size: 30px;
            text-align: center;
            line-height: 1;
            vertical-align: middle;
            margin: 0;
            padding: 10px 0;
        }

        #exampleSlider-t .MS-controls button {
            position: absolute;
            border: none;
            background: transparent;
            font-size: 20px;
            outline: 0;
            top: 80px;
            color: #FC7845;

        }

        @media (max-width: 767px) {
            #exampleSlider-t .MS-controls button {
                display: none;
            }
        }

        #exampleSlider-t .MS-controls button:hover {
            cursor: pointer;
        }

        #exampleSlider .MS-controls .MS-left {
            left: 10px;
        }

        @media (max-width: 992px) {
            #exampleSlider-t .MS-controls .MS-left {
                left: -2px;
            }
        }

        #exampleSlider-t .MS-controls .MS-right {
            right: 10px;
        }

        @media (max-width: 992px) {
            #exampleSlider-t .MS-controls .MS-right {
                right: -2px;
            }
        }



        
        #exampleSlider-news {
            position: relative;
            border: 1px solid #ccc;
        }

        @media (max-width: 767px) {
            #exampleSlider-news {
                border-color: transparent;
            }
        }

        #exampleSlider-news .MS-content {
            margin: 15px 3%;
            overflow: hidden;
            white-space: nowrap;
            /* border: 1px solid red;*/
        }

        @media (max-width: 767px) {
            #exampleSlider-news .MS-content {
                margin: 0;
            }
        }

        #exampleSlider-news .MS-content .item {
            display: inline-block;
            height: 100%;
            overflow: hidden;
            position: relative;
            vertical-align: top;
            padding: 5px;
            border: 2px solid #929292;
            width: 20%;
        }

        @media (max-width: 1200px) {
            #exampleSlider-news .MS-content .item {
                width: 25%;
            }
        }

        @media (max-width: 992px) {
            #exampleSlider-news .MS-content .item {
                width: 33.3333%;
            }
        }

        @media (max-width: 767px) {
            #exampleSlider-news .MS-content .item {
                width: 50%;
            }
        }

        #exampleSlider-news .MS-content .item p {
            font-size: 14px;
            text-align: center;
            line-height: 1;
            vertical-align: middle;
            margin: 0;
            padding: 10px 0;
        }

        #exampleSlider-news .MS-controls button {
            position: absolute;
            border: none;
            background: transparent;
            font-size: 20px;
            outline: 0;
            top: 120px;
            color: #FC7845;

        }

        @media (max-width: 767px) {
            #exampleSlider-news .MS-controls button {
                display: none;
            }
        }

        #exampleSlider-news .MS-controls button:hover {
            cursor: pointer;
        }

        #exampleSlider-news .MS-controls .MS-left {
            left: 10px;
        }

        @media (max-width: 992px) {
            #exampleSlider-news .MS-controls .MS-left {
                left: -2px;
            }
        }

        #exampleSlider-news .MS-controls .MS-right {
            right: 10px;
        }

        @media (max-width: 992px) {
            #exampleSlider-news .MS-controls .MS-right {
                right: -2px;
            }
        }

          p.nb{ font-size:14px !important; z-index:9999 !important;
	
	text-align: center !important;
	 line-height:1.5 !important;
	 color:#000 !important;}



           #exampleSlider-1 {
            position: relative;
            border: 1px solid #ccc;
        }

        @media (max-width: 767px) {
            #exampleSlider-1 {
                border-color: transparent;
            }
        }

        #exampleSlider-1 .MS-content {
            margin: 15px 5%;
            overflow: hidden;
            white-space: nowrap;
            /* border: 1px solid red;*/
        }

        @media (max-width: 767px) {
            #exampleSlider-1 .MS-content {
                margin: 0;
            }
        }

        #exampleSlider-1 .MS-content .item {
            display: inline-block;
            height: 100%;
            overflow: hidden;
            position: relative;
            vertical-align: top;
            padding: 5px;
            border: 2px solid #929292;
            width: 20%;
        }

        @media (max-width: 1200px) {
            #exampleSlider-1 .MS-content .item {
                width: 25%;
            }
        }

        @media (max-width: 992px) {
            #exampleSlider-1 .MS-content .item {
                width: 33.3333%;
            }
        }

        @media (max-width: 767px) {
            #exampleSlider-1 .MS-content .item {
                width: 50%;
            }
        }

        #exampleSlider-1 .MS-content .item p {
            font-size: 30px;
            text-align: center;
            line-height: 1;
            vertical-align: middle;
            margin: 0;
            padding: 10px 0;
        }

        #exampleSlider-1 .MS-controls button {
            position: absolute;
            border: none;
            background: transparent;
            font-size: 20px;
            outline: 0;
            top: 110px;
            color: #FC7845;

        }

        @media (max-width: 767px) {
            #exampleSlider-1 .MS-controls button {
                display: none;
            }
        }

        #exampleSlider-1 .MS-controls button:hover {
            cursor: pointer;
        }

        #exampleSlider-1 .MS-controls .MS-left {
            left: 10px;
        }

        @media (max-width: 992px) {
            #exampleSlider-1 .MS-controls .MS-left {
                left: -2px;
            }
        }

        #exampleSlider-1 .MS-controls .MS-right {
            right: 10px;
        }

        @media (max-width: 992px) {
            #exampleSlider-1 .MS-controls .MS-right {
                right: -2px;
            }
        }

          #exampleSlider-2 {
            position: relative;
            border: 1px solid #ccc;
        }

        @media (max-width: 767px) {
            #exampleSlider-2 {
                border-color: transparent;
            }
        }

        #exampleSlider-2 .MS-content {
            margin: 15px 5%;
            overflow: hidden;
            white-space: nowrap;
            /* border: 1px solid red;*/
        }

        @media (max-width: 767px) {
            #exampleSlider-2 .MS-content {
                margin: 0;
            }
        }

        #exampleSlider-2 .MS-content .item {
            display: inline-block;
            height: 100%;
            overflow: hidden;
            position: relative;
            vertical-align: top;
            padding: 5px;
            border: 2px solid #929292;
            width: 20%;
        }

        @media (max-width: 1200px) {
            #exampleSlider-2 .MS-content .item {
                width: 25%;
            }
        }

        @media (max-width: 992px) {
            #exampleSlider-2 .MS-content .item {
                width: 33.3333%;
            }
        }

        @media (max-width: 767px) {
            #exampleSlider-2 .MS-content .item {
                width: 50%;
            }
        }

        #exampleSlider-2 .MS-content .item p {
            font-size: 30px;
            text-align: center;
            line-height: 1;
            vertical-align: middle;
            margin: 0;
            padding: 10px 0;
        }

        #exampleSlider-2 .MS-controls button {
            position: absolute;
            border: none;
            background: transparent;
            font-size: 20px;
            outline: 0;
            top: 85px;
            color: #FC7845;

        }

        @media (max-width: 767px) {
            #exampleSlider-2 .MS-controls button {
                display: none;
            }
        }

        #exampleSlider-2 .MS-controls button:hover {
            cursor: pointer;
        }

        #exampleSlider-2 .MS-controls .MS-left {
            left: 10px;
        }

        @media (max-width: 992px) {
            #exampleSlider-2 .MS-controls .MS-left {
                left: -2px;
            }
        }

        #exampleSlider-2 .MS-controls .MS-right {
            right: 10px;
        }

        @media (max-width: 992px) {
            #exampleSlider-2 .MS-controls .MS-right {
                right: -2px;
            }
        }



        
        #exampleSlider-m {
            position: relative;
            border: 1px solid #ccc;
        }

        @media (max-width: 767px) {
            #exampleSlider-m {
                border-color: transparent;
            }
        }

        #exampleSlider-m .MS-content {
            margin: 15px 5%;
            overflow: hidden;
            white-space: nowrap;
            /* border: 1px solid red;*/
        }

        @media (max-width: 767px) {
            #exampleSlider-m .MS-content {
                margin: 0;
            }
        }

        #exampleSlider-m .MS-content .item {
            display: inline-block;
            height: 100%;
            overflow: hidden;
            position: relative;
            vertical-align: top;
            padding: 5px;
            border: 2px solid #929292;
            width: 100%;
        }

        @media (max-width: 1200px) {
            #exampleSlider-m .MS-content .item {
                width: 25%;
            }
        }

        @media (max-width: 992px) {
            #exampleSlider-m .MS-content .item {
                width: 33.3333%;
            }
        }

        @media (max-width: 767px) {
            #exampleSlider-m .MS-content .item {
                width: 50%;
            }
        }

        #exampleSlider-m .MS-content .item p {
            font-size: 30px;
            text-align: center;
            line-height: 1;
            vertical-align: middle;
            margin: 0;
            padding: 10px 0;
        }

        #exampleSlider-m .MS-controls button {
            position: absolute;
            border: none;
            background: transparent;
            font-size: 20px;
            outline: 0;
            top: 50%;
            color: #FC7845;

        }

        @media (max-width: 767px) {
            #exampleSlider-m .MS-controls button {
                display: none;
            }
        }

        #exampleSlider-m .MS-controls button:hover {
            cursor: pointer;
        }

        #exampleSlider-m .MS-controls .MS-left {
            left: 0px;
        }

        @media (max-width: 992px) {
            #exampleSlider-m .MS-controls .MS-left {
                left: -2px;
            }
        }

        #exampleSlider-m .MS-controls .MS-right {
            right: 0px;
        }

        @media (max-width: 992px) {
            #exampleSlider-m .MS-controls .MS-right {
                right: -2px;
            }
        }