 body {
     font-family: 'Open Sans', sans-serif;
     background: #252525;
}
 * {
     box-sizing: border-box;
}

.container {
    max-width: 1140px;
}

/* -- == SLIDER SECTION == -- */
 .sliderMainSection {
     padding: 50px 0;
     margin-bottom: 50px;
     position: relative;
     height: 500px;
     background-image: url(../images/audienceBg.png);
     background-repeat: no-repeat;
     background-size: 100% 330px;
     background-position: 100% 50px;
     margin-top: 85px;
}
 .sliderSection {
     box-shadow: 0px 1px 16.38px 1.62px rgba(0, 0, 0, 0.51);
     height: 500px;
     position: relative;
     border-radius: 10px;
     position: relative;
     top: -100px;
     z-index: 1;
     padding: 15px 83px;
     background: #58cec4;
     background: linear-gradient(to right, #58cec4 0%, #3eada3 100%);
     background: -moz-linear-gradient(to right, #58cec4 0%, #3eada3 100%);
     background: -webkit-linear-gradient(to right, #58cec4 0%, #3eada3 100%);
     background: -ms-linear-gradient(to right, #58cec4 0%, #3eada3 100%);
}
 .sliderSection h2 {
     margin: 0px;
     font-size: 28px;
     letter-spacing: 1px;
     color: #fff;
     font-weight: bold;
     text-align: center;
     line-height: 34px;
     text-shadow: 0px 2px 2px rgba(0,0,0,0.3);
}
 .sliderSection h4 {
     margin-bottom: 0px !important;
     font-family: 'Cormorant Unicase', serif;
     font-size: 35px;
     font-weight: 700;
     color: #2a2a2a;
     text-align: center;
     text-transform: uppercase;
     margin-bottom: 16px;
}
 .audienceBox {
     display: inline-block;
     width: 100%;
}
 .slideCard {
     width: 100%;
     height: 300px;
     float: left;
     padding: 0 8px;
     position: relative;
     margin-bottom: 30px;
}
 .slideCard:nth-child(odd) {
     top: 10px;
}


/* == CARD FLIP CSS == */
 .slideFront {
     display: inline-block;
     height: 100%;
     left: 5px;
     right: 5px;
     background: #fff;
     box-shadow: 0px 4px 16px rgba(0,0,0,0.32);
}
 .slideBack {
     display: inline-block;
     height: 100%;
     left: 5px;
     right: 5px;
     background: #000;
     box-shadow: 0px 4px 16px rgba(0,0,0,0.32);
}
 .slideCard > .slideFront {
     position:absolute;
     -webkit-transform: perspective( 600px ) rotateY( 0deg );
     transform: perspective( 600px ) rotateY( 0deg );
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     transition: -webkit-transform .5s linear 0s;
     transition: transform .5s linear 0s;
}
 .slideCard > .slideBack {
     position:absolute;
     -webkit-transform: perspective( 600px ) rotateY( 180deg );
     transform: perspective( 600px ) rotateY( 180deg );
     -webkit-backface-visibility: hidden;
     backface-visibility: hidden;
     transition: -webkit-transform .5s linear 0s;
     transition: transform .5s linear 0s;
}
 .slideCard:hover > .slideFront {
     -webkit-transform: perspective( 600px ) rotateY( -180deg );
     transform: perspective( 600px ) rotateY( -180deg );
}
 .slideCard:hover > .slideBack {
     -webkit-transform: perspective( 600px ) rotateY( 0deg );
     transform: perspective( 600px ) rotateY( 0deg );
}
/* == CARD FLIP CSS - END == */


 .slideFront {
     padding: 25px 15px;
}
 .slideImg {
     text-align: center;
}
 .slideImg img {
     width: 120px;
}
 .slideFront h3 {
     font-size: 17px;
     font-weight: 800;
     color: #58cec4;
     text-transform: uppercase;
     font-family: arial;
     line-height: 1.4em;
     margin: 20px 0 15px;
}
 .slideFront p {
     font-size: 14px;
     color: #2b2b2b;
     line-height: 1.5em 
}
 .slideBack {
     padding: 25px 15px;
     background-image: url(../images/logo&slogan_Nocto2.jpg);
     background-size: cover;
     background-repeat: no-repeat;
}
 .slideBack h5 {
     font-size: 18px;
     color: #fff;
     line-height: 1.2em;
     margin: 0 0 12px;
     font-weight: 600;
     letter-spacing: 1px;
}
 .slideBack p {
     font-size: 15px;
     color: #fff;
     line-height: 1.7em;
     font-weight: 300;
}
 .audienceFoot {
     display: inline-block;
     width: 100%;
     text-align: center;
     padding: 10px 0;
     margin: 15px 0 0;
}
 .audienceFoot a {
     display: inline-block;
     padding: 11px 32px;
     background: #c8731b;
     border-radius: 5px;
     color: #fff;
     font-size: 16px;
     font-weight: bold;
}
 .audienceFoot a:hover, .audienceFoot a:active, .audienceFoot a:focus {
     text-decoration: none;
     opacity: .92;
}
 .ofrText {
     font-size: 16px;
     color: #000;
     font-weight: normal;
     padding:5px 0 0;
     text-align: center;
}
 .ofrText span {
     font-size: 22px;
     font-weight: 700;
     font-family: arial;
}
 .ofrText a {
     font-family: arial;
     font-size: 16px;
     color: #000;
     font-weight:normal;
     text-decoration: underline;
}
 .sliderSection .item {
     padding: 20px 0;
}
 .sliderSection .lSPager {
     display: none;
}
 .sliderSection ul {
     list-style: none;
     padding-bottom: 10px !important;
}
 .sliderSection ul li {
     padding-bottom: 10px !important;
     margin-bottom: 10px;
     position: relative;
}
 .sliderSection ul li:nth-child(odd) {
     top: 20px;
}
 .sliderSection ul li {
     padding: 10px 0px 40px;
}
 .sliderSection .sliderList {
     padding-bottom: 30px !important;
}
 .sliderSection .lSAction {
}
 .sliderSection .lSAction .lSPrev, .sliderSection .lSAction .lSNext {
     height: 45px;
     width: 45px;
     background: #58cec4;
     opacity: 1;
     border-radius: 50%;
     color: #fff;
     text-align: center;
     font-size: 34px;
     line-height: 38px;
     box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.25);
}
 .sliderSection .lSAction .lSPrev:hover, .sliderSection .lSAction .lSNext:hover {
     text-decoration: none;
     color: #fff;
}
 .sliderSection .lSAction .lSPrev {
}
 .sliderSection .lSAction .lSNext {
}
 .sliderSection .lSAction .lSNext:before {
     content: "\f054";
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     font-size: 22px;
     left: 2px;
     position: relative;
}
 .sliderSection .lSAction .lSPrev:before {
     content: "\f053";
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     font-size: 22px;
     left: -2px;
     position: relative;
}
 

