@media screen and (min-width: 320px) and (max-width: 680px){
.news-heading-xs {
    font-size: 20px !important;
    margin-top: 14px !important;
}	
.TickerNews {
    width: 98%;
    height: 50px;
    line-height: 50px;
    float: right;
    font-size: 14px;
}	
	
}

@media screen and (max-width: 767px) {
.navbar .nav-collapse {
    display: none
  }
.xs-border-right-none{
	  border-right:none !important;
	  }
.xs-border-left-none{
	  border-left:none !important;
	  }	  
.xs-padding-l-r-none{
	   padding:0px !important
	   }
.mt-xs-margin-20{
	margin:20px !important;
	}	   	  
.mt-xs-center{
	text-align:center !important;
	}	
.footer-per{
	padding-right:0px !important;
	}	
.mt-xs-margin-none{
	margin:0px !important;
	}	
.mt-xs-heading-font{
	font-size:24px !important;
	line-height:32px;
	}	
.mt-xs-center-block{
	margin:0 auto !important;
	display:block;
	}	
.mt-xs-padding-left-none{
	padding-left:0px !important;
	}
.mt-xs-padding-right-none{
	padding-right:0px !important;
	}
.header-bg {
    background-color: #fff !important;
}	
.navbar {
    min-height: 0px !important;
	height:0px !important;
	background: #fff !important;
	}	
.footer-top-bottom {
    padding-top: 16px;
    padding-bottom: 16px;
}	
.horizontal-line-3 {
    height: 1px;
    width: 100%;
    border-bottom: solid 3px #bfbfbf;
    margin-top: 3px;
}	
	
}


@media screen and (min-width: 768px) {
  .container {
    width: 95%;
    margin: 0 auto;
  }
  .navbar {
    height: auto;
    position: relative;
    background: #fafafa;
    margin-bottom: 10px;
    width: 100%;
    padding: 0 10px;
  }
   .btn-navbar {
    display: none;
  }
  .the-nav {
    display: block;
  }

  .the-nav .nav {
    display: block;
  }

  .the-nav .nav-pill:after {
    content: "";
    display: table;
    clear: both;
  }

  .the-nav > .nav {
    margin: 0;
  }

  .the-nav > .nav > li {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
  }

  .the-nav > .nav > li .caret {
    margin-top: 8px;
    margin-left: 2px;
    border-top-color: #A7A7A7;
    border-bottom-color: #A7A7A7;
  }

  .the-nav > .nav > li a {
    display: block;
    padding: 10px 10px 10px;
    color: #fff !important;
    font-weight: 500;
    text-decoration: none;
  }

  .the-nav > .nav > li:nth-of-type(1) > a {
    padding-left: 0;
  }

  .the-nav > .nav > li:last-of-type > a {
    padding-right: 0;
  }

  /* Active State */
  .the-nav > .nav > li:hover > a {
    color: #303030;
  }

  .the-nav > .nav > li:hover .subnav {
    display: block;
  }

  .the-nav > .nav > li:hover .caret {
    border-top-color: #303030;
    border-bottom-color: #303030;
  }

  /* Subnav */
  .nav > li > .subnav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
    margin:0;
    padding: 0;
    min-width: 160px;
    background: #6563a4;
   /* box-shadow: 0 1px 1px 0px #DDDDDD;*/
  }

  .nav > li > .subnav > li {
    margin-bottom: 0;
  }

  .nav > li > .subnav > li a {
    color: #A7A7A7;
    transition: all .2s;
  }

  .nav > li > .subnav > li:hover a {
    background: #00b9ff;
    color: white;
  }
  .visible-sm {
    display: none;
  }

  .hidden-sm {
    display: block;
  }
}

