/* General Style */
body {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: 0; 
    overflow-x: hidden;
    overflow-y: auto;
    color: #555;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
}
body.contrast,
.contrast .header-top,
.contrast .header-nav .navbar,
.contrast .select-style .form-control,
.contrast .content-area,
.contrast .ln-item .ln-inner,
.contrast .bottom-area,
.contrast .footer-area {
    color: #000;
    background: #fff;
}
body.hi-contrast,
.hi-contrast .header-top,
.hi-contrast .header-nav .navbar,
.hi-contrast .select-style .form-control,
.hi-contrast .content-area,
.hi-contrast .ln-item .ln-inner,
.hi-contrast .bottom-area,
.hi-contrast .footer-area {
    color: #FFD102;
    background: #333;
}
body.luminace-contrast,
.luminace-contrast .header-top,
.luminace-contrast .header-nav .navbar,
.luminace-contrast .select-style .form-control,
.luminace-contrast .content-area,
.luminace-contrast .ln-item .ln-inner,
.luminace-contrast .bottom-area,
.luminace-contrast .footer-area {
    color: #A68644;
    background: #000;
}
body.hi-luminace-contrast,
.hi-luminace-contrast .header-top,
.hi-luminace-contrast .header-nav .navbar,
.hi-luminace-contrast .select-style .form-control,
.hi-luminace-contrast .content-area,
.hi-luminace-contrast .latest-news-area,
.hi-luminace-contrast .bottom-area,
.hi-luminace-contrast .footer-area {
    color: #000;
    background: #B5A485;
}
a.info {
	position:relative;
	z-index:24;
}
a.info span {
	position: absolute;
	left: -9000px;
	width: 0;
	overflow: hidden;
}
a.info:hover span, a.info:focus span, a.info:active span {
	display:block;
	position:absolute;
	top:-2em;
	left:1em;
	width:12em;
	border:1px solid #0cf;
	background-color:#cff;
	color:#000;
	text-align: center;
}
div span#content { 
  margin-top: -300px;        /* Size of fixed header */
  padding-bottom: 300px; 
  display: block; 
}
.copyright {
    font-family: 'MinionProRegular', sans-serif;
}
.breadcrumb {
    font-family: 'MinionProRegular', sans-serif;
}
a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none!important;
}
.unstyled,
.list-unstyled li,
.dropdown-menu li{
    list-style: none;
}
.bbcode-panel a.btn {
    display: inline-block;
    float: left;
    margin-right: 2px;
    margin-top: 2px;
}
.bbcode-panel.mceToolbar {
    padding: 0 0 15px 0;
    overflow: hidden;
    border: none;
    background: transparent;
    box-shadow: none;
}
.img-rounded {
    -webkit-border-radius: 2px;
    border-radius: 2px;    
}
.user-avatar {
    -webkit-border-radius: 100%;
    border-radius: 100%; 
    max-width: inherit;  
}
.text-muted {
    color:#5F4A8D;
}
br {
    font-size: 0;
    height: 0;
    display: table;
    clear: both;
}
#portal input[type=checkbox] {
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-left: -15px;
    z-index: 100;
    position: relative;
    border: 1px solid #000;
    visibility: visible;
    opacity: 1;
} 
.form-group label.checkbox {
    text-align: left;
}

#image-options {
    overflow: hidden;
}
#image-options .divider {
    margin-bottom: 10px;   
}
.badge {
    background-color: #FE0101;
}
.day-header {
    color: #000;
    font-size:26px;
    font-weight:bolder;
    margin-bottom: 15px;
    display: block;
}
ul {
    padding-left: 0;
    list-style-position: inside;
}
#forum, 
#forum-stats, 
#forum-rules {
    min-height: 0;
}
#uiAlert {
    z-index: 99999;
}
/* e107 Profile*/
.menus .panel-profile,
.menus .panel {
    background: none;
    border: none;
}
.menus .panel-profile {
    margin: 0 -15px;
}
.menus .panel-profile .row {
    border-color: rgba(60,60,60,0.12)!important;
}
/* Nav List Style */
.nav-list {
    border-bottom: 1px solid rgba(60,60,60,0.12);
}
.nav-list li {
    border-top: 1px solid rgba(60,60,60,0.12);
    list-style: none;
}
.nav-list li a {
    padding: 8px 15px;
    display: block;
}

/*Custom Pages*/
.menus.cpage-full-list .text {
    padding-top: 0;
}
.page-chapters-list > li{
    list-style: none;
}
.page-chapters-list h3 {
    color: #AFC387;
}
.cpage .cpage-body {
    margin-bottom: 15px;
}
/* WMessage Carousel */
.menus.wm {
    padding-top: 0;
    padding-bottom: 0;
}
#wmessage-carousel {
    padding-bottom: 30px;
    overflow: hidden;
}
#wmessage-carousel .carousel-inner .item .menus {
    padding-bottom: 20px;
}
#wmessage-carousel .menus-text {
    color: #555!important;
}
#wmessage-carousel .carousel-inner .item .carousel-caption {
    display: none;
}
#wmessage-carousel .carousel-indicators {
    top: 100%;
    margin-top: -25px;
    padding-bottom: 10px;
}
#wmessage-carousel .carousel-control {
    background: none;
    display: none;
}
#wmessage-carousel .carousel-control .glyphicon {
    margin-top: -30px;
}
#wmessage-carousel .carousel-indicators li {
    margin: 0 3px;
    width: 12px;
    height: 12px;
}
#wmessage-carousel .carousel-indicators li:not(.active){
    border-color: #999;
}
.menus.wm br {
    margin-bottom: 3px!important;
    display: table!important;
}
/* WMessage Unclosed */
.wmessage {
    padding: 15px 0;
    margin-bottom: 0px;
    display: block;
    color: inherit;
    background: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
}
/*Login Menu*/
.dropdown-menu .menus.login {
    margin-bottom: 0;
}
.dropdown-menu .menus.login .menus-caption {
    display: none;
}
.dropdown-menu .menus.login .logged-out {
    margin: 0 15px;
}
.loggin {
    padding-top: 5px;
}
.loggin .btn.dropdown-toggle{
    background: transparent;
    color: #00AEEF;
}
.loggin .dropdown-menu,
.logggin .dropdown-menu {
    min-width: 200px;
}
.logged-out .imgcode {
    display: table!important;
    margin: 0 auto;
}
.logged-out .sign-up a {
    color: #fff;
}
/*Login Page*/
#login-template {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}
#login-template .logo {
    margin: 0 auto;
}
.menus.login_page .menus-text {
    padding: 0 15px;
}
.menus.login_page h2 {
    font-size: 18px;
}
#login-template label.checkbox {
    display: table;
    margin: 0 auto;
}
.signup-xup .fa{
    font-size: 16px;
}
.signup-xup {
    margin: 2px 0;
}
/* Normal Slider */
.normal-slider .slick-arrow {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 20px;
    background: rgba(255,255,255,0.5);
    padding: 10px 20px;
    z-index: 50;
    color: #282A74;
    border: 1px solid #ccc;
}
.normal-slider .slick-arrow:hover {
    background: rgba(255,255,255,1);
    color: #000;
}
.normal-slider .slick-arrow.fa-angle-right {
    left: 65px;
} 
.normal-slider .slick-dots {
    position: absolute;
    right: 25px;
    bottom: 5px;
}
.normal-slider .slick-dots li {
    display: inline-block;
    list-style: none;
    margin: 0 3px;
    cursor: pointer;
    color: #282A74;
    font-size: 16px;
}
.normal-slider .slick-dots li.slick-active .fa {
    background:#282A74;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}
.normal-slider .ns-text {
    position: absolute;
    text-align: center;
    bottom: 90px;
    left: 25%;
    font-size: 50px;
    color: #F6EB15;
    font-family: 'Alegreya', serif;
    width: 50%;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
}
.normal-slider .ns-btn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -80px;
    font-size: 20px;
    font-family: 'Alegreya', serif;
    color: #F6EB15;
}
/* CONTENT */
.page {
    max-width: 1200px;
    position: relative;
    z-index: 1;
}
.header-area {
    position: relative;
    display: block;
    z-index: 2; 
}
.header-top {
    position: relative;
    z-index: 100;
    display: block;
    border: none;   
}
.header-nav {
    position: relative;
    z-index: 100;
}
.header-nav .brand img{
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
}
.header-top a {
    font-size: 16px;
    display: inline-block;
    margin: 10px 20px;
}
.header-top .selectpicker {
    max-width: 200px;
    margin: 5px 0;
    float: right;
}
.header {
    position: relative;
}
.welcome-area {
    padding-top: 30px;
    background: #282A74;
    color: #fff;
    text-align: center;
}
.welcome-area .menus-caption {
    color: #fff !important;
    font-size: 36px !important;
    font-family: 'Alegreya', serif;
}
.welcome-area .line {
    border-bottom: 3px solid #fff;
    margin: 10px 30%;
}
.main-nav .mobile-btn {
    position: relative;
    width: 100%;
    margin-top: 30px;
}
.navbar .onoffcanvas-toggler {
    margin: 0;
}
.navbar .onoffcanvas-toggler:before {
    background: #555!important;
    color: #555;
    border-color: #555;
}
.navbar .onoffcanvas-toggler:after {
    color: #555;
    border-color: #555;
}
.content-area {
    padding-top: 30px;
}
.rainedout-menu .centered img{
    margin-left: auto;
    margin-right: auto;
}
.rainedout-menu .box-tag {
    padding-top: 40px;
}
.white-area {
    padding-top: 30px;
}
.staff-menu {
    padding-top: 60px;
    text-align: center;
}
.staff-menu .menu-caption {
    color:#282A74;
    font-family: 'Alegreya', serif;
}
.donate-menu {
    padding-top: 60px;
    text-align: center;
}
.donate-menu .menu-caption {
    color:#282A74;
    font-family: 'Alegreya', serif;
}
.donate-menu img {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.mission-menu {
    padding: 0;
    margin-bottom: 0!important;
}
.mission-area {
    background: #F6EB15;
}
.mission-menu .menus-caption {
    padding-top: 15px;
}
.mission-menu .menus-text {
    padding-bottom: 15px;
    font-size: 26px;
}
.mission-menu .line {
    border-color: #282A74!important;
}
.supporters-menu {
    padding-top: 30px;
    margin-bottom:0!important ;
}
.supporters-menu .centered {
    text-align: center;
    margin-bottom: 30px;
}
.bottom-area {
    padding-top: 30px;
    color:#282A74;
    background: #E4E5E7;
}
.bottom-area .login-menu .menus-caption {
    display: none;
}
.bottom-area .login-menu .caption {
    color:#282A74;
    font-family: 'Alegreya', serif;
    text-align: center;
    margin-bottom: 0;
}
.vertical-links {
    text-transform: uppercase;
    font-family: 'Alegreya', serif;
}
.footer-area {
    padding-bottom: 30px;
    background: #E4E5E7;
}
.footer {
    font-size: 14px;
    text-align: center;
    font-family: 'MinionProRegular', sans-serif;
}
/* Gallery Grid */
.gallery-area {
    padding-top: 30px;
}
.gallery-grid .box {
    padding-bottom: 30px;
    text-align: center;
}
.gallery-grid .box img {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100); 
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
transition: all 0.8s ease-in-out;
}
.gallery-grid .box:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40); 
    cursor: pointer;
}
.gallery-grid .grid-caption {
    position: absolute;
    text-align: center;
    top: 35%;
    width: 100%;
    font-weight: bold;
    color: #F6EB15;
    padding-right: 30px; 
    cursor: pointer;   
}
.gallery-buttons .btn-primary{
	width:100%;
	margin:10px;
}
/*Blue Links */
.bluelinks-area {
    padding-top: 30px;
}
.bluelinks a.links {
    display: block;
    background: #282A74;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 20px;
    color: #F6EB15;
    font-family: 'Alegreya', serif;
    font-size: 26px;
}
.bluelinks .yellow-area {
    display: block;
    background: #F6EB15;
    padding: 5px 20px;
}
.bluelinks .yellow-area h3 {
    font-family: 'Alegreya', serif;
    text-align: center;
    color:#3337d4;
}
.bluelinks .yellow-area .custom-nav li a {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
}
/*Staff Links 2 Menu */
.stafflinks-menu .menu-caption {
    color:#282A74;
    font-family: 'Alegreya', serif;
}
/*Sidebar */
.sidebar {
    background: #eee;
    width: 100%;
    max-width: 300px;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.sidebar #vertical-nav {
    display: block;
    overflow: hidden;
    position: relative;
}
.sidebar ul {
    border-top: 1px solid rgba(0,0,0,0.1);
}
.sidebar #vertical-nav li {
    list-style: none;
    display: block; 
    border-bottom: 1px solid rgba(0,0,0,0.1);   
}
.sidebar #vertical-nav ul li:last-child {
    border-bottom: none;
}
.sidebar #vertical-nav li a:hover {
    background: #e1e1e1;
    color: #000;
}
.sidebar #vertical-nav li > a{
    display: block;
    padding: 7px 10px;
    color: #555;
}
.sidebar .has-arrow:after {
    float: right;
}
.sidebar #vertical-nav ul li > a{
    display: block;
    padding: 7px 10px 7px 30px;
    color: #555;
}
.sidebar #vertical-nav ul ul li > a{
    display: block;
    padding: 7px 10px 7px 60px;
}
.sidebar .sidebar-body {
    padding: 50px 0 20px 0;
}
.sidebar .onoffcanvas-toggler {
    margin-top: 10px;
    margin-right: 10px;
}
/* Main Navigation */
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-nav > li > a {
    text-transform: uppercase;
    color: #282A74;
    font-family: 'Alegreya', serif;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a.highlighted:hover,
.navbar-nav > li > a.highlighted {
    background: rgba(0,0,0,0.1);
    color: #000;
} 
.navbar-nav > li li > a {
    font-size: 14px;
}
.navbar-nav > li li > a:hover,
.navbar-nav > li li > a.highlighted:hover,
.navbar-nav > li li > a.highlighted {
    background: rgba(0,0,0,0.1);
    color: #000;
}
.navbar-nav > li > a > .fa,
.navbar-nav > li > a > .glyphicon {
    margin-right: 5px;
}
.header-area .navbar {
    -webkit-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4);
    box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4);
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-area .horizontal-links {
    margin: 0;
}
.header-area .horizontal-links > li {
    list-style: none;
    display: inline-block;
}
.header-area .horizontal-links > li > a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    color: #000; 
    display: block;
    padding: 10px 15px; 
}
.header-area .horizontal-links > li > a:hover {
    background: rgba(0,0,0,0.1);
}
.header-area .social {
    text-align: right;
}
.header-area .social .social-links {
    padding-top: 15px;
    padding-right: 20px;
    margin-bottom: 10px;
}
.header-area .social .social-links a {
    margin-right: 7px;
    font-size: 22px;
}
/* Vertical Nav */
.vertical-nav .nav {
    margin-top: 30px;
    text-align: center;
}
.vertical-nav .nav > li {
    display: block;
    list-style: none;
}
.vertical-nav .nav > li > a{
    display: block;
    font-size: 20px;
    color: #555;
}
.vertical-nav .nav > li > a:hover {
    background: rgba(0,0,0,0.1);
    color: #009e91;
}
/*Sign-up page*/
.sign-up-menu {
    margin-top: 20px;
}
.sign-up-menu .inner {
    background: #751113;
    padding: 15px;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.sign-up-menu legend {
    font-family: 'MinionProRegular', sans-serif;
    color: #fff;
    border: none;
}
.sign-up-menu .error {
    color: #FCCA02;
}
.sign-up-menu .form-control {
    color: #333;
}
.sign-up-menu #progress { 
    position: relative; 
    height: 5px; 
    background-color: #fff; 
    margin-bottom: 20px; 
}
.sign-up-menu #progress-complete { 
    border: 0; position: absolute; 
    height: 5px; 
    min-width: 10px; 
    background-color: #01CBFD; 
    transition: width .2s ease-in-out; 
}
/* Menus */
.menus {
    display: block;
    margin-bottom: 30px;
}
.menus .menus-caption {
    margin-top: 0;
    margin-bottom: 15px;
    display: block;
    position: relative;
    color: #282A74;
    font-family: 'Alegreya', serif;
    text-transform: uppercase;
    text-align: center;
}
.menus .line {
    margin: 10px 20%;
    border-bottom: 3px solid #F6EB15;
}
.menus .line2 {
    margin: 10px 50% 10px 5px;
    border-bottom: 3px solid #F6EB15;
}
.menus .menus-caption .btn-group .btn {
    -webkit-box-shadow: 0px 0 3px 1px rgba(0,0,0,0.3);
    box-shadow: 0px 0 3px 1px rgba(0,0,0,0.3);
}
.menus .menus-text {
    display: block;
}
/* PM Menu */
.menus.pm .btn-mini {
    margin-top: 15px;
}
/* Chapter Menu */
.menus.chapter-menu .col-md-6 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
/* User Language Menu */
.menus.user_lan .btn {
    margin-top: 10px;
}
/* User Theme Menu */
.usertheme .tbox {
    margin-left: auto;
    margin-right: auto;
    width: 100%!important;
    margin-bottom: 10px;
}
/* Chatbox Menu */
.chatbox #cmessage.tbox {
    max-width: 100%!important;
    margin-bottom: 10px;
}
.chatbox p {
    background: rgba(200,200,200,0.3);
    padding: 5px 10px;
    margin-top: 5px;
}
/* Blog Calendar */
.menus.blog_calendar h5,
.menus.blog_calendar .blogcalendar {
    text-align: center;
}
.menus.blog_calendar h5,
.item h5 {
    
}
.menus.blog_calendar #blogCalendar {
    overflow: hidden;
    display: table;
    width: 100%;
}
/* Contact Menu */
.menus.contact-menu .input-group.text-center {
    display: table;
    margin: 0 auto;
}
/* News */
.article {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.article .line {
    border: 2px solid #F6EB15;
    width: 70%;
    margin: 10px 0 10px 15%;
}
.article .article-header {
    position: relative;
}
.article .news-title {
    position: relative;
    margin-top: 0px;
    z-index: 5;
    font-family: 'Alegreya', serif;
}
.article-item .news-title {
    margin-top: 10px;
}
.article .news-author {
    font-size: 14px;
}
.article .news-date,
.article .news-category {
    display: inline-block;
    font-size: 12px;
}
.article .right-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
    margin-right: 10px;
    z-index: 10;
}
.article .right-btn .badge {
    position: absolute;
    top: -5px;
    right: 25px;
}
.article h1.news-title {
    color:#282A74;
    padding-right: 45px;
    text-transform: uppercase;
}
.article .article-info {
    margin-bottom: 0px;
}
.article .article-body {
    padding-top: 15px;
}
.article .news-img {
    padding-left: 0;
    padding-bottom: 5px;
}
.article .news-img a {
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
}
.article .article-tags {
    padding: 15px 15px 5px 15px;
    font-size: 12px;
    text-align: right;
}
.article .options {
    padding-top: 20px;
}
.options a.btn{
    width: 45px!important;
    border: none!important;
    text-align: center;
    margin: 1px!important;
    border-radius: 0!important;
}
.options .btn-group {
    margin-left: 0!important;
    border-radius: 0!important;
}
.newscatlist-title {
    
    font-size: 34px;
}
/* Extended News */
.article-item {
    padding-top: 0;
    padding-bottom: 0;
}
.article-item .right-btn {
    position: absolute;
    top: 0;
    right: 0;
}
.article-item .options {
    padding-bottom: 10px;
}
.article-item .news-item-img {
    padding-left: 0;
}
.article-item .news-images-left {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.article-item .news-images-right {
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.article-item .row02 .news-images-left,
.article-item .row02 .news-images-right {
    padding-bottom: 0;
}
/*Extended News Images Slider*/
.news-item-img {
    margin-bottom: 15px;
}
.news-item-img .slick-arrow {
    position: absolute;
    z-index: 40;
    top: 100%;
    margin-top: 10px;
    left: 0;
    padding: 0 10px;
}
.news-item-img .slick-arrow.slick-next {
    left: 35px;
}
/* Other News Menu*/
.menus.other_news h4.othernews-caption,
.menus.other_news .othernews-text {
    text-align: left!important;
}
.menus.other_news2 .media-heading {
    margin-bottom: 15px;
}
/* Comments */
.comment-text .c-text {
    background: rgba(200,200,200,0.3);
    padding: 5px 15px;
    display: block;
    margin-bottom: 0;
}
.c-box {
    display: inline-table;
}
.c-box.text-muted {
    padding-left: 15px;
}
/* Forum */
.general-forum-header ul.breadcrumb {
    margin-bottom: 10px;
}
.forum-title {
    color: #016E57;
}
.forum-post {
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgba(100,100,100,0.05);
}
.forum-post.first-post {
    background: rgba(100,100,100,0.1);
    border-top: 1px solid rgba(0,0,0,0.1);
}
#forum-viewtopic .label-info.moderator-label {
    background: #FF8F00;
}
#forum-viewtopic .label-info.admin-label {
    background: #5E35B1;
}
#forum-viewtopic .label-info.main-admin-label {
    background: #C2185B;
}
.forum-text {
    width: 100%;
    background: rgba(40,40,40,0.05);
    padding: 10px;
    overflow: hidden;
}
.forum-info .btn-group {
    min-width: 100px;
}
.breadcrumb {
    background: rgba(100,100,100,0.1);
}
.forum-icons {
    background: #eee;
    border: 1px solid #ddd;
}
.forum-post .signature {
    width: 100%;
    border-top: 1px dashed #ccc;
    padding: 5px;
}
/*Members List*/
.content-area.user-list {
    padding-top: 15px;
}
.content-area.user-list .table.e-list {
    margin-top: 15px;
    border-top: 1px solid rgba(40,40,40,0.2);    
}
.content-area.user-list .table.e-list thead {
    background: rgba(255,255,255,0.1);
}
.content-area.user-list .table.e-list .forumheader3{
    border-top: 1px solid rgba(40,40,40,0.12); 
    vertical-align: middle;   
}

/* RESPONSIVE CSS */ 
@media (max-width: 1400px){

}
@media (max-width: 1200px){
.normal-slider .ns-text {
    bottom: 75px;
    left: 25%;
    font-size: 40px;
    width: 60%;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
.normal-slider .ns-btn {
    bottom: 25px;
    left: 50%;
    margin-left: -10px;
    font-size: 16px;
}
}
@media (max-width: 992px){
.bluelinks .yellow-area {
    padding: 47px 15px;
}
.normal-slider .ns-text {
    bottom: 70px;
    left: 10%;
    font-size: 30px;
    width: 80%;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.normal-slider .ns-btn {
    bottom: 20px;
    left: 50%;
    margin-left: -65px;
    font-size: 16px;
}
.normal-slider .slick-dots {
    right: 15px;
    bottom: 0px;
}
.normal-slider .slick-dots li {
    font-size: 14px;
}
.header-top {
    display: none;
} 
}
    
@media (max-width: 767px) { 
.article .news-img {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
}
.main-nav .mobile-btn {
    position: relative;
    width: 100%;
    margin-top: 15px;
}
.social .login-link {
    padding-top: 15px;
}
.bluelinks .yellow-area {
    padding: 15px 20px;
}
.normal-slider .ns-text {
    bottom: 50px;
    left: 10%;
    font-size: 25px;
    width: 80%;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.normal-slider .ns-btn {
    bottom: 15px;
    left: 50%;
    margin-left: -60px;
    font-size: 14px;
}
.normal-slider .slick-dots {
    right: 15px;
    bottom: -5px!important;
}
.normal-slider .slick-dots li {
    font-size: 12px;
}
}


@media (max-width: 468px) {
.comment-box-form .comment-box-left {
    float: none;
    display: table;
    width: 100%;
}
.bluelinks a {
    font-size: 12px;
    font-weight: normal;
}
.normal-slider .ns-text {
    display: none;
}
.normal-slider .ns-btn {
    display: none;
}
}


