ul {
	color: #000000;
}
ul.menu-list {
	color: #777777;
}

.mid-container {
    -webkit-box-shadow:  6px 0px 25px -4px rgba(50, 50, 50, 0.2),-6px 0px 25px -4px rgba(50, 50, 50, 0.2);
-moz-box-shadow:     6px 0px 25px -4px rgba(50, 50, 50, 0.2),-6px 0px 25px -4px rgba(50, 50, 50, 0.2);
box-shadow:         6px 0px 25px -4px rgba(50, 50, 50, 0.2),-6px 0px 25px -4px rgba(50, 50, 50, 0.2);
background: #fff;
min-height: 450px;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color:transparent;
}

/* subMenu */
ul#subMenu  {
    text-align: center;
     width:100%;
     margin-top: 0px;
}
#subMenu li {
    font-size: 16px;
    color: #113157;
    font-weight: 600 !important;

     display:inline-block;
        *display:inline; /*IE7*/
        *zoom:1; /*IE7*/
       
    margin-top: 20px;
    margin-bottom: -30px;
}
#subMenu li > a:hover, #subMenu> li > a:focus {
    text-decoration: none;
    background-color: #113157;
    color: #fff;
    border-radius: 0px;
}
#subMenu li .active {
    text-decoration: none;
    background-color: #113157;
    color: #fff;
}
/* ==========top-sub-menu3============== */
.top-sub-menu3 {
    
}
.top-sub-menu3 .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-family: "Eurostile";   
    font-size: 16px;
    font-weight: 500;
    color: #113157;
    letter-spacing: 1px;
    margin-top: -30px;
    margin-bottom: 35px;
}

.top-sub-menu3 #subMenu li > a:hover, .top-sub-menu3 #subMenu> li > a:focus {
    text-decoration: underline;
    background-color:transparent;
    color: #16385a;
    

}
.top-sub-menu3 #mid-subMenu li > a:hover, #subMenu> li > a:focus {
    text-decoration: underline;
    background-color:transparent;
    color: #16385a;
    
}
.top-sub-menu3 .active {
    text-decoration: underline;
    background-color:transparent;
    color: #16385a;
    

}
/* ==========top-sub-menu3 END============== */


/* slider */

.slider {
    /* margin:20px 30px; */
    /* margin:20px 150px; */
    margin:20px 30px;
    height: 500px;
    min-height: 500px; 
    border: 1px solid #16385a;
    -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow: 0px 4px 15px 0px rgba(50, 50, 50, 0.3);
-moz-box-shadow:    0px 4px 15px 0px rgba(50, 50, 50, 0.3);
box-shadow:         0px 4px 15px 0px rgba(50, 50, 50, 0.3);
background: url(../img/slider-bg.jpg) repeat-x #e6e6e6;
}


.slid-img-div {
    
        /* padding: 44px 100px; */
        /* padding: 60px 40px; */
        padding: 50px 0px 50px 50px;
        float: left;
        width: 50%;
}
.slid-img-div img {
    
    width: 100%;
    height: auto;
}

.carousel-control.right , .carousel-control.left {
  
    background: transparent !important;
}

.carousel-caption {
    
    /*left: 57%;
    text-align: left;
    width: 39%;
    top: 8%;
    position: absolute;*/
    left: -6%;
    right: 10%;
    text-align: left;
    width: 39%;
    margin-top: 55px;
    position: relative;
    float: right;
   

}

.caption-box-text {
    text-decoration: none;
    background-color: #113157;
    color: #fff;
    display: inline;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    text-align: center;

}

.carousel-caption h1 {
    color: #113157;
    font-size: 39px;
    font-weight: 600;text-shadow: none;
    height: 150px;
    overflow: hidden;
}
.carousel-caption h1 a{
    color: #113157;
    font-size: 39px;
    font-weight: 600;text-shadow:none;
    text-decoration: none;overflow: hidden;
}
.carousel-caption p {
    color: #666;
    font-size: 16px;
    font-weight: 500;
    text-shadow: none; height: 120px;overflow: hidden;
}
.carousel-author {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;text-shadow: none;    margin: 12px 0px;
    font-family: "Eurostile";overflow: hidden;
}
.carousel-date {
    color: #16385b;
    font-size: 14px;
    font-weight: 600;
    text-shadow: none;overflow: hidden;
}

.carousel-caption a {
    color: #16385b;
    font-size: 14px;
    font-weight: 600;
    text-shadow: none;
    text-align: right;overflow: hidden;   
}

.slider-control-r {
    background: url(../img/slider-control-r.png) no-repeat;
    height:24px ;
    width:80px;
}

.carousel-control {
    top: 40%;
    width: 25px;
    height: 80px;
    background: #113157 !important;
    opacity: 1 !important;
    line-height: 80px;
    font-size:20px;
   
}
.carousel-control.right, .carousel-control.left {
    background: #113157 !important; 
}


 .carousel-control.left {
    -moz-border-radius-topright: 10px;
-webkit-border-top-right-radius: 10px;
border-top-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;
}
 .carousel-control.right {
-moz-border-radius-topleft: 10px;
-webkit-border-top-left-radius: 10px;
 border-top-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-left-radius: 10px;
}

/* mid Content Area */


/* mid-subMenu */
.mid-subMenu-container {
    border-top: 1px solid #113157;
    border-bottom: 1px solid #113157;
    background: url(../img/mid-menu-bg.jpg) repeat-x;    margin-bottom: 25px;
}
ul#mid-subMenu  {
    margin-left: 10px;
     width:100%;
    
}
#mid-subMenu li {
    font-size: 14px;
    color: #113157;
    font-weight: 600 !important;

     display:inline-block;
        *display:inline; /*IE7*/
        *zoom:1; /*IE7*/
       
      
}
.mid-subMenu-container  .nav > li > a {
    position: relative;
    display: block;
    padding: 4px 15px;
}
#mid-subMenu li > a:hover, #subMenu> li > a:focus {
    text-decoration: none;
    background-color: #113157;
    color: #fff;
    border-radius: 0px;
}
#mid-subMenu li .active {
    text-decoration: none;
    background-color: #113157;
    color: #fff;
}

/* blog */
.blog-box {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
.blog-box-text {
    text-decoration: none;
    background-color: #113157;
    color: #fff;
    display: inline-flex;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 10px;
}

.blog-box h1 {
    color: #113157;
    font-size: 34px;
    font-weight: 600;text-shadow: none;
    line-height: 40px; padding:0px;
    margin: 0px;
}
.blog-box title {
   
    
  display: inherit !important;
    color: #113157;
    font-size: 34px;
    font-weight: bold;text-shadow: none;
    line-height: 40px; padding:0px;
    margin: 0px;
}
.blog-box p {
    color: #666;
    font-size: 15px;
    font-weight: 500;
    text-shadow: none; 
}
.blog-box-author {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;text-shadow: none;
    font-family: "news-article";
    letter-spacing: 1px;
    line-height: 16px;
    font-family: "Eurostile";
}
.blog-box-date {
    color: #16385b;
    font-size: 14px;
    font-weight: 600;
    text-shadow: none;
}

.blog-box a {
    color: #16385b;
    font-size: 13px;
    font-weight: 600 !important;
    text-shadow: none;
    text-align: right; 
    text-decoration: none; 
    padding-right: 10px; 
}
.blog-box a:hover {
    
    text-decoration: none; 
    
}
.blog-thum {
    margin-top:52px;    
}


.right-col-hedding {
        background: #16385a;
}
.right-col-hedding-news {
   /*  margin-top: -42px; */
}
.right-col-hedding h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 0px;
    margin: 8px;
    padding-left: 20px;
    line-height: 16px;
}
.right-col-contentbox {

   /*  border-left: 1px solid #16385a; */
  /*   min-height:747px; */
}
.left-col-bd {
    border-right: 1px solid #16385a;
    min-height:747px;
}
.contentbox-bg {
        background: #f2f2f2;
}
.right-col-contentbox ul.menu-list li:before {
    /* content: '>'; */
}
ul.menu-list input {
	margin-right: 5px;
}
.right-col-contentbox  ul  {
    margin:0px; 
    padding:20px 30px;
}
.right-col-contentbox  ul li {
    list-style: none;
    font-size: 16px;
    line-height: 30px;
    color: #16385a; 
    font-weight: 600;
}

.right-col-contentbox  ul li a {
  
    color: #16385a; 
}

.news-entry {
    margin: 30px 0px;
}
.nav-select-box {
    text-decoration: none;
    background-color: #113157;
     color: #fff;
  display: inline-block;
    padding: 2px 10px;font-size: 17px;
    margin-top: 5px;
    margin-bottom: 5px;
}



/* Scroll to Top */
html .scroll-to-top {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #15395d;
    border-radius: 7px 7px 0 0;
    bottom: 0px;
    color: #FFF;
    display: block;
    height: 9px;
    opacity: 0;
    padding: 13px 10px 35px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    min-width: 49px;
    z-index: 1040;
}

html .scroll-to-top:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

html .scroll-to-top.visible {
    filter: alpha(opacity=75);
    opacity: 0.75;
}

html .scroll-to-top span {
    display: inline-block;
    padding: 0 5px;
}

html.ie11 .scroll-to-top {
    right: 25px;
}


/* contact page */
label {
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #16385b;
}

.contact-btn {
    background: #16385A;
    margin: 20px 0px;
    border:#333;
    border-radius:0px;
}

.contact-btn:hover {
    background: #4D4D4D;
    
}
.errors  {
    padding: 0px;
    margin: 0px;

}

.errors li {
    color: #da5a47;
    list-style: none;
}

.contactpage-contactdetails {
    margin-top: 30px;
}

.contactpage-contactdetails h4 {
    color: #808080 !important;
    font-weight: 600;
}
.contactpage-contactdetails ul {
    padding: 0px;
    margin: 30px 0px;
}

.contactpage-contactdetails ul li {
    padding: 0px;
    margin: 20px 0px;
    list-style: none;
}


.contactpage-contactdetails p a {
   color: #666;
}
.contactpage-contactdetails p i {
   color:#16385A;
}




/* Responsive */
@media (max-width: 991px) {
    html .scroll-to-top.hidden-mobile {
        display: none !important;
    }
}

hr.tall {

    margin: 0px 0 20px 0;
   /* background: #16385a !important;*/
    border-top: 1px solid #16385a;
}
/* ========BLOG PAGE======== */

.blog-top-text-box {
    padding: 40px 0px;
}
.blog-top-text-box .blog-box-text {
    text-decoration: none;
    background-color: #113157;
    color: #fff;
    display: inline-flex;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
}
.blog-top-text-box h1 {
    color: #113157;
    font-size: 46px;
    font-weight: 600;
    text-shadow: none;
}
.blog-top-text-box p {
    color: #666;
    font-size: 14px;
    font-weight: 600;
    text-shadow: none;
    min-height: 100px;
}
.blog-top-text-box ul  {
   padding: 0px;
   margin: 0px;
}
.blog-top-text-box ul li {
    list-style: none;
    font-size: 15px;
    line-height: 30px;
    color: #16385a;
    font-weight: 600 !important;
}




.latest-menu {
    margin-bottom: 20px;
}

.latest-menu .hedding-box {
    text-decoration: none;
    background-color: #113157;
    color: #fff;
    display: inline-flex;
    padding: 2px 10px;
    font-size: 14px;
    font-weight: 600;
   
    text-align: center;
    margin-top: 0px;
    margin-bottom: 10px;
}

.latest-menu ul  {
   padding: 0px;
   margin: 0px;
}
.latest-menu ul li {
    list-style: none;
    font-size: 15px;
    line-height: 30px;
    color: #16385a;
    font-weight: 600 !important;
}

.copy-right {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    text-align: center;
    color: #999;
}

.copy-right a {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    text-align: center;
    color: #999 !important;
}
#footer .menu-list {
    padding: 0px;
}
.join ::-webkit-input-placeholder { /* Chrome */
  color: #4d4d4d; font-size: 16px; font-style: italic;
}
.join :-ms-input-placeholder { /* IE 10+ */
  color: #4d4d4d; font-size: 16px; font-style: italic;
}
.join ::-moz-placeholder { /* Firefox 19+ */
  color: #4d4d4d; font-size: 16px; font-style: italic;
  opacity: 1;
}
.join :-moz-placeholder { /* Firefox 4 - 18 */
  color: #4d4d4d; font-size: 16px; font-style: italic;
  opacity: 1;
}
.search ::-webkit-input-placeholder { /* Chrome */
  color: #575756; font-size: 16px; font-style: italic;
}
.search :-ms-input-placeholder { /* IE 10+ */
  color: #575756; font-size: 16px; font-style: italic;
}
.search ::-moz-placeholder { /* Firefox 19+ */
  color: #575756; font-size: 16px; font-style: italic;
  opacity: 1;
}
.search :-moz-placeholder { /* Firefox 4 - 18 */
  color: #575756; font-size: 16px; font-style: italic;
  opacity: 1;
}




/* article section */

.titel-row {
    border-top: 3px solid #222222;
    border-bottom: 3px solid #222222;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 60px 0px; 
}
.news-article {
    /* padding-bottom: 30px; */
}
.news-article h1  {
        color: #222;
        text-align: center;
        font-weight: 600; text-transform: uppercase; 
        margin-top: 15px;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 70px;
    /* font-family: 'steelfish_rgbold'; */
    letter-spacing: 0px;
}
.news-article h4 {
    color: #222;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    /* font-size: 18px; */
    letter-spacing: 0.05em;
    margin: 30px 0px;
    line-height: 30px;
}
.news-article h5 {
        color: #222;
        text-align: center;
        font-weight: 400;
        font-family: Georgia, serif;
    /* font-size: 18px; */
    letter-spacing: 0.05em;
    margin-top: 20px;
    text-transform:none;
    
}
.news-article h6 {
        color: #222;
        text-align: center;
        font-weight: 400;
        font-family: Georgia, serif;
    /* font-size: 18px; */
    letter-spacing: 0.05em;
    margin-top: 20px;
    text-transform:none;font-style: italic;
    
}
.news-article p  {
        color: #222;
       font-size: 15px;
       line-height: 24px; margin-bottom:30px;

}
.news-article ul li {
    font-size: 15px;
       line-height: 24px;
}
.news-article a {
	font-size: 15px;
	color: #337ab7;
}


.blockquote p {
    margin: 0;
    text-transform: uppercase;

    /* font-size: 26px !important;
    line-height: 26px !important;
    letter-spacing: 0px; 
    padding: 0px !important; */

    line-height: 1.6;
    color: #222;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px;
    font-family: 'steelfish_rgbold';
    font-size: 40px;
    letter-spacing: 0.1em;
}
.titel-row h1 , .titel-row h1 , .titel-row h2 , .titel-row h3 , .titel-row h4 ,  .titel-row h5 , .titel-row h6 {
        color: #222;
        text-align: center;
        font-weight: 600; text-transform: uppercase; 
        margin: 0px;
}
.titel-row h1 {
  
    color: #222;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 40px;
    font-family: 'steelfish_rgbold';
    letter-spacing: 2px;
}
.titel-row h4 {
        color: #222;
        text-align: center;
        font-weight: 600;
            text-transform: uppercase;
     font-size: 18px !important;
    letter-spacing: 0.05em;
    margin-top: 20px;
    font-family: 'Eurostile';
    
}
.titel-row-sm {
    border-top: 3px solid #222222;
    border-bottom: 3px solid #222222;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 60px 0px; 
}
.titel-row-sm h4 {
        color: #222;
        text-align: center;
        font-weight: 600;
            text-transform: uppercase;
    /* font-size: 18px; */
    letter-spacing: 0.05em;
    margin-top: 20px;    line-height: 30px;
    
}

.video-col {
   
    margin-top: 60px;
    margin-bottom: 60px;
    
}

.titel-row h6 {
        color: #222;
        text-align: center;
        font-weight: 400;
        font-family: Georgia, serif;
    /* font-size: 18px; */
    letter-spacing: 0.05em;
    margin-top: 20px;
    text-transform:none;font-style: italic;
    
}

.padding-left-no {
    padding-left: 0px;
}
.blockquote h1:before {
    content: '“';
}
.blockquote h1:after {
    content: '”';
}
/* article section END*/
.froget-pas {
    margin-top: 8px;
}
.froget-pas a {
    font-size: 14px;
}


.newsletter-btn {
    padding: 3px 15px;
    margin-top: 10px;
    /* display: inline-block; */
    text-align: center;
}
.newsletter-btn i {
    padding-right: 10px;
    /* color: #017afd; */  /* blue color */
    color: #fff;  /* white color */
}
.newsletter-btn a{
    text-decoration: none;
     font-size: 15px; 
   color: #fff; 
}

.newsnavfix {
	position:relative;
	left: 877px;
}

.news-gallery {
 margin-bottom: 30px;
}


/* Responsive */

@media screen and (max-width: 373px) {

    #header .logo {
    
    text-align: center;
}
 #header > .container {
    height:inherit;
    margin-bottom:inherit;
    position: relative;
    display: table;
    max-width: 1170px;
    }
    #header .login {
        clear: right;
        float: left;
      margin-top: 0px; 
        margin-left:0px;
        position: relative;
    }

    #header nav ul.nav-main li a:hover {
   
    color: #9a9a9a !important;
}


    .search-bar h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1.5px;
    font-style: italic;
    text-align: center;
}

.join input[type=text] {
    margin: 0;
    width: 80%;
    padding: 0 10px;
   
    border: 0;
    float: left;
}


.search {
    
    border-radius: 0px;
    width: 100%;
    border: none;
    margin-top: 45px;
    margin-bottom: 20px;
}
.search  input[type=text] {
    margin-top: 0px;
}


.join .button {
    
  
    padding: 0 5px;
   
    font-size: 13px;
}
#header .nav-main-collapse.in {
    width: 113%;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
    display: block !important;
}
#header .nav-main-collapse {
  
    width: 113%;
   
}
.btn-responsive-nav {
    top: 59px;
    right: 12px;
}

#footer ul li {
    list-style: none;
    font-size: 12px;
    line-height: 26px;
}
.join input[type=text] {
    margin: 0;
    width: 80%;
    padding: 0 10px;
    /* background: #f6f7fb; */
    border: 0;
    float: left;
}
.news-article h1 {
    color: #222;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
}
}

@media screen and (max-width: 767px) {
    #header > .container {
    height:inherit;
    margin-bottom:inherit;
    position: relative;
    display: table;
    max-width: 1170px;
    }
    #header .login {
        clear: right;
        float: left;
      margin-top: 0px; 
        margin-left:0px;
        position: relative;
    }
        #header nav ul.nav-main li a:hover {
   
    color: #9a9a9a !important;
}
    .search-bar h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1.5px;
    font-style: italic;
    text-align: center;
}

.join input[type=text] {
    margin: 0;
    width: 83%;
    padding: 0 10px;
   /* background: #f6f7fb;*/
    border: 0;
    float: left;
}


.search {
    
    border-radius: 0px;
    width: 100% !important;
    border: none;
    margin-top: 0px;
    margin-bottom: 20px;
}
.search  input[type=text] {
    margin-top: 0px;
}

body.sticky-menu-active #header .container .login {
    display: none;
}

.mid-container h3 {
    text-align: center;    font-size: 18px;
}
ul#subMenu li {
    font-size: 12px;
    line-height: 16px;
     padding: 0px 0px;
     margin: 0px;
}
#subMenu  li  a {
    position: relative;
    display: block;
    padding: 4px 4px !important;
    font-size: 12px;
    line-height: 16px;margin-bottom: 0px;
}

.top-sub-menu3 {
    margin-top: -15px;
}


.carousel-caption {
    display: none;
}
.slid-img-div {
    
        /* padding: 44px 100px; */
        /* padding: 60px 40px; */
        
        float: inherit;
        width: 100%;
}
.slid-img-div {
    padding:20px;
}
.slid-img-div img {
     width: 100%; 
    height: auto;
}

.slider {
    margin: 20px 30px;
    height: inherit;
    max-height:inherit;
    border: 1px solid #16385a;
    height: inherit;
    min-height:inherit;
    
}

.carousel-control {
   /* margin-top: 78px;*/
    width: 18px;
    height: 50px;
    background: #113157 !important;
    opacity: 1 !important;
    line-height: 50px;
    font-size: 15px;
}

.mid-subMenu-container {
    border-top: 1px solid #113157;
    border-bottom: 1px solid #113157;
    background: #f6f5f3;

}

.mid-subMenu-container .nav > li > a {
    position: relative;
    display: block;
    padding: 4px 5px;
}
.blog-box a {
    color: #16385b;
    font-size: 12px;
    font-weight: 600 !important;
    text-shadow: none;
    text-align: right;
    text-decoration: none;
    padding-right: 5px;
}

.right-col-contentbox {
    border-left: none;
    min-height:inherit;
    padding-bottom: 20px;
}

.blog-top-text-box h1 {
   
    font-size: 28px;
    margin: 0px;
    text-align: center;
    line-height: 34px;
}

.blog-top-text-box .blog-box-text {
   
    margin-top: 25px;
    margin-bottom: 10px;
}
.blog-top-text-box p {
   
    min-height: inherit;
}
.blog-box h1 {
   
    font-size: 26px;
  
    line-height: 40px;
    padding: 0px;
    margin: 0px;
}

.blog-box-text {
    
     margin-top: 25px; 
   
}
.blog-thum {
    margin-top: 0px;
}
.contact-details {
    text-align: center;
}

.left-col-bd {
    border-right: none;
    min-height: inherit;
   
}
/*
.footer-menu li {
    float: left;
    margin:0px 20px;
}
*/
#footer .menu-list , #footer .footer-menu {
    padding: 0px;
    margin: 0px;
}
#footer ul {
    
    padding: 0px;
    margin: 0px;
}
#footer .contact i {
    display: inline-block;
     float: inherit; 
     width: inherit; 
}
#footer ul li {
    list-style: none;
    font-size: 12px;
    line-height: 26px;
}
#footer ul li a {
    list-style: none;
    font-size: 12px;
    line-height: 26px;
}

.titel-row {
    border-top: 3px solid #222222;
    border-bottom: 3px solid #222222;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 0px;
}
.titel-row-sm {
    border-top: 3px solid #222222;
    border-bottom: 3px solid #222222;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px 0px;
}
.news-article h1 {
    color: #222;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
}
.news-article h4 {
    color: #222;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    /* font-size: 18px; */
    letter-spacing: 0.05em;
    margin: 0px 0px 30px;
    line-height: 30px;
}
.news-article h5 {
        color: #222;
        text-align: center;
        font-weight: 400;
        font-family: Georgia, serif;
    /* font-size: 18px; */
    letter-spacing: 0.05em;
    margin-top: 20px;
    text-transform:none;
    
}
.news-article h6 {
        color: #222;
        text-align: center;
        font-weight: 400;
        font-family: Georgia, serif;
    /* font-size: 18px; */
    letter-spacing: 0.05em;
    margin-top: 20px;margin-bottom: 20px;
    text-transform:none;font-style: italic;
    
}
.padding-left-no  {
    padding-left: 15px;
}
.p-text-mob p {
     padding: 15px;
}

.titel-row h1 {
    color: #222;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;

}
.titel-row h4 {
    
    margin-top: 20px;
    line-height: 24px;
    margin-bottom: 20px;font-size: 14px !important;
}
.pullquote p {
    color: #222;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    /* font-size: 18px; */
    letter-spacing: 0.05em;
    line-height: 23px;
    padding: 10px 0px;
}
.subfont {
    color: #222;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.05em;
    margin: 0px 0px;
    line-height: 26px;
}
.pullquote p, .blockquote {
    
    padding: 10px 0px !important;
}
.blockquote footer {
   
    font-size: 11px;
}

.flex.flex-full {
    padding: 0px 0 !important;
    max-width: none;
}
.flex {
   
    padding:0px !important;
   
}
.blockquote p {
    font-size: 30px;
}


.newsletter-btn {
    
    display:inherit; 
    text-align: center;
    float: inherit !important;
}


}
 @media (min-width: 768px) and (max-width: 991px) {

    #header > .container {
    height:inherit;
    margin-bottom:inherit;
    position: relative;
    display: table;
    max-width: 1170px;
    }
    #header .login {
        clear: right;
        float: left;
      margin-top: 0px; 
        margin-left:0px;
        position: relative;
    }
        #header nav ul.nav-main li a:hover {
   
    color: #9a9a9a !important;
}
    .search-bar h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 1px;
    font-style: italic;
    text-align: center;
}
.search .form-control {
    
    padding: 5px;
}
.join input[type=text] {
    margin: 0;
    width: 68%;
    padding: 0 10px;
   
    border: 0;
    float: left;
}


.search {
    
    border-radius: 0px;
    width: 100% !important;
    border: none;
    margin-top: 0px;
    margin-bottom: 20px;
}
.search  input[type=text] {
    margin-top: 0px;
}

body.sticky-menu-active #header .container .login {
    display: none;
}

.mid-container h3 {
    text-align: center;    font-size: 18px;
}
ul#subMenu li {
    font-size: 12px;
     padding: 0px 0px;
}
#subMenu  li  a {
    position: relative;
    display: block;
    padding: 4px 5px !important;
}



.slid-img-div {
    padding:20px;
}

.slider {
    margin: 20px 30px;
    height: inherit;
    max-height:inherit;
    border: 1px solid #16385a;
    
}

.carousel-control {
  /*  margin-top: 78px;*/
    width: 18px;
    height: 50px;
    background: #113157 !important;
    opacity: 1 !important;
    line-height: 50px;
    font-size: 15px;
}

.slider {
   
   /*  height: 280px !important; */
    min-height: 280px !important;
   
}

.carousel-control {
   /* margin-top: 100px;
    */
}
.carousel-caption {
/*    right: 10%;
    left: 57%;
    padding-bottom:0px !important;
    text-align: left;*/
        margin-top: 27px;
}

.carousel-caption h1 {
    color: #113157;
    font-size: 26px;
    font-weight: 600;
    text-shadow: none;
    margin-top: 10px;
     
    padding:0px;

     height:100px;
}
.carousel-caption h1 a {
    color: #113157;
    font-size: 22px;
    font-weight: 600;
    text-shadow: none;
    margin-top: 10px;
     
    padding:0px;

     height: 100px;
}
.carousel-caption p {
    color: #666;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    text-shadow: none;
    min-height:  inherit; padding:0px;
}
.carousel-author {
    
    margin: 5px 0px;
}
.carousel-author {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    font-style: italic;
    text-shadow: none;
    margin: 10px 0px 0px;
}
.mid-subMenu-container {
    border-top: 1px solid #113157;
    border-bottom: 1px solid #113157;
    background: #f6f5f3;

}

.mid-subMenu-container .nav > li > a {
    position: relative;
    display: block;
    padding: 4px 5px;
}
.blog-box a {
    color: #16385b;
    font-size: 12px;
    font-weight: 600 !important;
    text-shadow: none;
    text-align: right;
    text-decoration: none;
    padding-right: 5px;
}

.right-col-contentbox {
    border-left: none;
    min-height:inherit;
}
.blog-box-text {
   
     margin-top: 25px; 
    
}
#footer ul li {
    list-style: none;
    font-size: 12px;
    line-height: 26px;
}

.pad-none {
    padding: 0px;
}

#footer ul li a {
    list-style: none;
    font-size: 12px;
    line-height: 26px;
}

.join ::-webkit-input-placeholder { /* Chrome */
  color: #4d4d4d; font-size: 14px; font-style: italic;
}
.join :-ms-input-placeholder { /* IE 10+ */
  color: #4d4d4d; font-size: 14px; font-style: italic;
}
.join ::-moz-placeholder { /* Firefox 19+ */
  color: #4d4d4d; font-size: 14px; font-style: italic;
  opacity: 1;
}
.join :-moz-placeholder { /* Firefox 4 - 18 */
  color: #4d4d4d; font-size: 14px; font-style: italic;
  opacity: 1;
}
.search ::-webkit-input-placeholder { /* Chrome */
  color: #575756; font-size: 14px; font-style: italic;
}
.search :-ms-input-placeholder { /* IE 10+ */
  color: #575756; font-size: 14px; font-style: italic;
}
.search ::-moz-placeholder { /* Firefox 19+ */
  color: #575756; font-size: 14px; font-style: italic;
  opacity: 1;
}
.search :-moz-placeholder { /* Firefox 4 - 18 */
  color: #575756; font-size: 14px; font-style: italic;
  opacity: 1;
}
#searchForm .btn-default {
    
    padding: 6px;
}

.news-article h1 {
   
    font-size: 30px;
    /* line-height: 70px; */

    /* letter-spacing: 0px; */
}

.titel-row h1 {
    font-size: 30px;
    line-height: 30px;
}

.blockquote p {
    font-size: 30px;
}
}


/*iPad in landscape*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
.search-bar h4 {
   
    font-size: 18px;
    line-height: 26px;
   
}

.join input[type=text] {
    margin: 0;
    width: 60%;
    padding: 0 10px;
   
    border: 0;
    float: left;
}
#header nav ul.nav-main li a {
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    color: #1a1a1a;
    font-weight: 700;
    padding: 10px 6px;
}

ul#subMenu li {
    font-size: 12px;
     padding: 0px 0px;
}


.slider {
   
    /* height: 330px; */
    min-height: 330px;
   
}

.carousel-control {
   /*  margin-top: 100px; */
    
}
.carousel-caption {
    right: 10%;
        left: -7%;
    padding-bottom:40px;
    text-align: left;
}

.carousel-caption h1 {
    color: #113157;
    font-size: 26px;
    font-weight: 600;
    text-shadow: none;
    margin-top: 10px;
   height: 90px !important;
}
.carousel-caption h1 a{

    font-size: 26px;
  
}
.carousel-caption p {
    color: #666;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    text-shadow: none;
    min-height:  inherit; padding:0px; height: 100px !important;
}
.carousel-author {
    
    margin: 5px 0px;
}
.carousel-author {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    font-style: italic;
    text-shadow: none;
    margin: 10px 0px 0px;
}

}




/*iPad in portrait*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
.join input[type=text] {
    margin: 0;
    width: 60%;
    padding: 0 10px;
   /* background: #f6f7fb;*/
    border: 0;
    float: left;
}

#header > .container {
    height:inherit;
    margin-bottom:inherit;
    position: relative;
    display: table;
    max-width: 1170px;
    }
#header .login {
        clear: right;
        float: left;
      margin-top: 0px; 
        margin-left:0px;
        position: relative;
    }

body.sticky-menu-active #header .container .login {
    display: none;
}

    .search-bar h4 {
  
    font-size: 12px;
   
    letter-spacing: 0.5px;

}


ul#subMenu li {
    font-size: 12px;
     padding: 0px 0px;
}


.slider {
   
   /*  height: 280px; */
    min-height: 280px;
   
}

.carousel-control {
   /*  margin-top: 100px; */
    
}
.carousel-caption {
    right: 10%;
    left: -10%;
    padding-bottom:0px !important;
    text-align: left;
}

.carousel-caption h1 {
    color: #113157;
    font-size: 26px;
    font-weight: 600;
    text-shadow: none;
    margin-top: 10px;
      height:85px;
    padding:0px;
}

.carousel-caption h1 a{

    font-size: 26px;
  
}
.carousel-caption p {
    color: #666;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    text-shadow: none;
    min-height:  inherit; padding:0px; height: 100px;

}
.carousel-author {
    
    margin: 5px 0px;
}
.carousel-author {
    color: #333;
    font-size: 13px;
    font-weight: 600;
    font-style: italic;
    text-shadow: none;
    margin: 10px 0px 0px;
}
#mid-subMenu  {
    margin:0px;
     
    padding:0px;
   
}
#mid-subMenu li {
    font-size: 12px;
   
}

#mid-subMenu  li  a {
    position: relative;
    display: block;
    padding: 4px 5px !important;
}

.right-col-contentbox {
    border-left: 1px solid #16385a;
    min-height: inherit;
    padding-bottom: 20px;
}

}


 @media (min-width: 991px) and (max-width: 1199px) {

#header nav ul.nav-main li a {
    font-size: 14px;
   
    padding: 0px 8px;
}
.search-bar h4 {
    
    font-size: 18px;

}
#footer ul li a {
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}
.join input[type=text] {
    
    width: 73%;
    
}
.search {
    
   
    width: 100%;
    
}

.search {
    width: 100%;  
}
.carousel-caption h1 {
    font-size: 26px;
     height: 110px;
     overflow: hidden;
}
.carousel-caption h1 a {
 
    font-size: 28px;
  
}
.carousel-caption p {
        height: 130px; overflow: hidden;
        font-size: 14px;
}
.carousel-caption {
    /*right: 10%;
    left: 57%;
    padding-bottom: 0px;
    text-align: left;*/
}
.slider {
    margin: 20px 30px;
    /* height: 390px; */
    min-height: 390px;
    
    
}

.carousel-caption h1 {
    color: #113157;
    font-size: 33px;
    font-weight: 600;
    text-shadow: none;
    height: 150px;
    overflow: hidden;
}
.carousel-caption h1 a {
    color: #113157;
    font-size: 33px;
    font-weight: 600;
    text-shadow: none;
    text-decoration: none;
    overflow: hidden;
}




.newsnavfix {
	position:relative;
	left: 733px;
}
}



/* header, etc. */

#header .login {
    /* margin-top: -13px; */
}
#header nav ul.nav-main li a {
    /* margin-top: -10px; */
    font-weight: 500;
}

blockquote {
    border-left: none !important;
}

.article-author {
    text-align: center;
    font-style: italic;
    font-size: 18px;
    font-family: "Eurostile";
    margin-bottom: 50px;
}



/* pagination */

.pagination {
	margin-bottom: 50px;
	display: block;
	text-align: center; }

.pagination ul {
	display: inline-block;
	text-align: center;
	margin-top: 0; }

.pagination li {
	display: inline-block;
	text-align: center;
	font-family: "Eurostile", clean, sans-serif;
	padding: 5px; }

.pagination li.current {
	color: #cf6a34;
	border-bottom: 2px solid #cf6a34;
	font-size: 17px; }

.pagination li a {
	color: #222222; }

.pag-prev-link,
.pag-next-link {
  width: 20px;
  height: auto;
  font-size: 0;
  position: relative;
  display: block; }
  .pag-prev-link:after,
  .pag-next-link:after {
    display: block;
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    margin-top: -13px;
    background: url("/layout/img/icon-arrow.svg") no-repeat right center;
    background-size: 20px 20px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.pag-prev-link:after {
  left: -5px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

}

/* Login BOX */
#header .login ul  {
    padding: 0px;
    margin: 0px;
    float: right;
}
#header .login ul li {
    padding: 0px;
    margin: 5px 0px 0px 10px;
    list-style: none;
    text-align:right; 
    display: inline-block;
    font-size: 13px;
}

#header .login ul li a:hover, a:focus {

    color: #03A9F4;
    text-decoration: none;
}
#login-dp{
    min-width: 250px;
    padding: 14px 14px 0 !important;
    overflow:hidden;
    background-color:rgba(255,255,255,.9);
    text-align: left !important;
    position: absolute;
    left: -185px;
}
#login-dp li{
    text-align: left !important;
     margin: 5px 0px 0px 0px;
     font-size: 14px;
}
#header .login ul li  {
    color: #16385b;
}
#header .login ul li a { 
    font-size: 13px;
}
#header .login ul li a:hover { 
    color: #333;
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #000;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0    
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff !important;
    background-color:#496ebc 
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff !important;
    background-color:#59b5fa;
}
.btn-tw a:hover{
    color: #fff !important;
    background-color:#59b5fa;
}

#login-dp  .btn-primary {
    background-color:#16385A;
    border:#3b5998;
}
#login-dp  .btn-primary:hover {
    background-color:#3b5998;
    border:#16385A;
}

@media(max-width:768px){
    #login-dp{
        background-color: #fff;
       
    }
    #login-dp .bottom{
      /*   background-color: inherit;
      border-top:0 none; */
    }
    
    #header .login ul  {
        float: none;
   }

    #header .login ul li {
    padding: 0px;
    margin: 5px 0px 0px 0px;
    list-style: none;
    text-align:left; 
}
#login-dp{
    
    left: 0px;
}

}


.input-lg, .form-group-lg .form-control {
   
    border-radius:0px;
}
.form-control {
  
    border: 1px solid #4d4d4d;
   /* margin-bottom: 25px; */ border-radius:0px;
       height: 32px;
}
#contactForm label , #signup-form  label{
    margin-top: 25px; 
}
.singup-btn {
    /* background: #16385A; */
    background:#017afd;
    margin: 30px 0px 30px;
    border:#333; border-radius:0px;
}

.singup-btn:hover {
    /* background: #4D4D4D; */
    background: #16385A;
    
}

.btn-primary {
     background:#017afd !important;
}
.btn-primary:hover {
    /* background: #4D4D4D; */
    background: #16385A !important;
    
}


.social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* width: 100%; */
  margin:0px 0px 20px;
  font-size: 1.0em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  float: right;
}
.social-share::before,
.social-share::after {
  display: table;
  content: ' ';
}
.social-share::after {
  clear: both;
}
.social-share a {
  margin-right: 5px;
  padding:0.1em 0.6em;
  width: 26px;
  height: 26px;
  color: #fff;
  background: transparent;
  font-size: 0.8em;
  -webkit-transition: all 125ms linear;
  transition: all 125ms linear;
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.social-share a::before,
.social-share a::after {
  display: table;
  content: ' ';
}
.social-share a::after {
  clear: both;
}
.social-share a span {
  z-index: 10;
  position: relative;
}
.social-share a i {
  margin-right: 2px;
  z-index: 10;
  position: relative;
  font-size: 14px;
  line-height: 24px;
}
.social-share a:after {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 0;
  -webkit-transition: all 125ms linear;
  transition: all 125ms linear;
}
.social-share a:hover:after {
  -webkit-transform: translateY(95%);
  transform: translateY(95%);
}
.social-share a.facebookShare:after {
  background: #3b5998;
}
.social-share a.facebookShare:hover {
  color: #3b5998;
}
.social-share a.twitterShare:after {
  background: #55acee;
}
.social-share a.twitterShare:hover {
  color: #55acee;
}
.social-share a.linkedinShare:after {
  background: #0976b1;
}
.social-share a.linkedinShare:hover {
  color: #0976b1;
}
.social-share a.emailShare:after {
  background: #e50914;
}
.social-share a.emailShare:hover {
  color: #e50914;
}

.social-share a.rssShare:after {
  background: #FB6405;
}
.social-share a.rssShare:hover {
  color: #FB6405;
}

.footer-rss i {
    font-size: 1.2em;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    color: #666666;
}
.footer-hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* top  rss */

.social-share2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* width: 100%; */
    margin: 0px 0px 0px;
    font-size: 1.0em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    float: right;
    margin-right: -15px;
}
.social-share2 a {
    /* margin-right: 10px; */
    padding: 0.25em 0.8em;
    color: #fff;
    background: transparent;
    font-size: 0.8em;
    -webkit-transition: all 125ms linear;
    transition: all 125ms linear;
    position: relative;
    display: block;
    overflow: hidden;
    text-decoration: none;

}

.social-share2 a i {
  margin-right: 2px;
  z-index: 10;
  position: relative;
  font-size: 14px;
  line-height: 24px;
}
.social-share2 a:after {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 0;
  -webkit-transition: all 125ms linear;
  transition: all 125ms linear;
}
.social-share2 a:hover:after {
  -webkit-transform: translateY(95%);
  transform: translateY(95%);
}






.social-share2::before,
.social-share2::after {
  display: table;
  content: ' ';
}
.social-share2::after {
  clear: both;
}

.social-share2 a::before,
.social-share2 a::after {
  display: table;
  content: ' ';
}
.social-share2 a::after {
  clear: both;
}
.social-share2 a span {
  z-index: 10;
  position: relative;
}
.social-share2 a i {
  margin-right: 2px;
  z-index: 10;
  position: relative;
  font-size: 14px;
  line-height: 24px;
}
.social-share2 a:after {
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 0;
  -webkit-transition: all 125ms linear;
  transition: all 125ms linear;
}





.social-share2 a.rssShare:after {
  background: #FB6405;
}
.social-share2 a.rssShare:hover {
  color: #FB6405;
}


.social-share3 {
   
    float: left !important;
    margin-top:30px !important;
}
.social-share4 {
   
    float: inherit !important;
    margin-top:30px !important;
}
/* .social-share5 { */
    /* margin-top:5px !important; */
    /* margin-left:30px; */
/* } */
.social-share6 {
    float: right;
    margin-top: 30px;
    margin-right: 24px;
}


.indicates-required {
    text-align: right;
    color: #da5a47;
    font-size: 12px;
}

#contactForm label, #signup-form label   {
    margin-top: 15px;
}
#signup-form label span , #contactForm label span  {
   color: #da5a47;
}
.login-form label {
    margin-top: 10px; 
}
.login-btn {
    background: #16385A;
    margin: 0px 0px 0px;
    padding: 5px 20px;
    border: #333;
    border-radius: 0px;
}
#mc_embed_signup div.mce_inline_error {
    margin: 0 0 0em 0 !important;
    padding: 5px 0px !important;
    background-color:transparent !important;
    font-weight: 400 !important;
    z-index: 1;
    color: #da5a47!important;
}

#mc_embed_signup input.mce_inline_error {
    border-color:inherit !important;
}

.mc-field-group  {
    margin-top: 25px;
}
.mc-field-group label.red  {
    color: red;
}
#mc_embed_signup_scroll h2 {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.loginerror {
	margin-top: 7px;
	color: #da5a47;
}


.has-error .form-control {
    border-color:inherit;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #da5a47;
    font-size: 14px;
}

.help-block {
    display: block;
    margin-top:0px;
    margin-bottom: 0px;
      color: #da5a47;
    font-size: 14px;
}

.coupon-btn {
	color: #aaaaaa;
}

.coupon-btn:hover {
	color: #ffffff;
}


.premium-research-buynow {
	float: right;
	text-align: center;
	position: relative;
	top: -25px;
}

.entry-buynow-btn {
	padding: 16px 30px;
	font-size: 36px;
	font-style: normal;
}

/* .ad-space {
} */

.ad-image{
	margin-left: 20px;
	margin-bottom: 20px;
}

input#augmentedreality { display: none; }
