/*@font-face {
    font-family: "Conv_bbc-nassim-bold";
    src: url('../fonts/bbc-nassim-bold.woff') format('woff')
    font-weight: normal;
    font-style: normal;

}
*/

@font-face {
  font-family: 'BBCNassim-Bold';
  src: url('../fonts/BBCNassim-Bold.woff') format('woff'),
       url('../fonts/BBCNassim-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bbc-nassim-bold';
  src: url('../fonts/bbc-nassim-bold.eot');
  src: url('../fonts/bbc-nassim-bold.woff2') format('woff2'),
       url('../fonts/bbc-nassim-bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: "georgia";
    src: url('../fonts/georgia.woff') format('woff')
    font-weight: normal;
    font-style: normal;

}
@font-face {
  font-family: 'Droid Arabic Kufi Regular';
  font-style: normal;
  font-weight: 400;
  src: url(http://fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot);
  src: url(http://fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
       url(http://fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff2) format('woff2'),
       url(http://fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.woff) format('woff'),
       url(http://fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Kufi Bold';
  font-style: normal;
  font-weight: 700;
  src: url(http://fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.eot);
  src: url(http://fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),
       url(http://fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.woff2) format('woff2'),
       url(http://fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.woff) format('woff'),
       url(http://fonts.gstatic.com/ea/droidarabickufi/v6/DroidKufi-Bold.ttf) format('truetype');
}



body{
	font-weight: bold;
}

h4{
	line-height: 22px;
}

a{
   font-weight: normal;
   font-style: normal;
}
p{
    font-family: "Conv_bbc-nassim-bold";
}
.droid-font{
	font-family: 'Droid Arabic Kufi', sans-serif; 
}
h1, h2, h3, h4, h5, h6{
   font-family: 'Raleway', sans-serif; 
   font-style: normal;
}
h2{
	font-size: 27px !important;
}
.detail-title{
	font-size: 36px !important;
	line-height: 1.5;
} 
.detail-date {
	color:#696969;
}
.hide-md {
  display: none;
}
.nav.navbar-nav.top-nav-right {
  float: right;
}
nav {
  background: #333333 !important;
}
.nav.navbar-nav.top-nav-left a {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 12px;
    margin-right: 1px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background: #e65a36 none repeat scroll 0 0;
  color: #ffffff;
}
.nav.navbar-nav.top-nav-left.nav-height a:hover{
	background: #FFFFFF;
	color: #333333 !important;
	margin-right:2px;
}
.dropdown-content a:hover{
	background: #e65a36 !important;
}
.nav-height {
  height: 50px;
}
.navbar{
	border: none;
}
.top-nav-right .active {
  border-bottom: 4px solid #e65a36;
}
.dropdown-toggle {
  color: #fff !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  background-color: #666666;
  color: #555;
}








/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  background-color: #333333;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  display: none;
  min-width: 160px;
  position: absolute;
  z-index: 1;
  padding: 0;
}

/* Links inside the dropdown */
.dropdown-content li {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content li:hover {background-color: #e65a36}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}







.search-box {
  background: #666666 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  height: 25px !important;
}
.form-control::-webkit-input-placeholder { color: white; }
.form-control:-moz-placeholder { color: white; }
.form-control::-moz-placeholder { color: white; }
.form-control:-ms-input-placeholder { color: white; }
.dropdown-toggle {
  margin-top: 15px;
  padding: 2px 7px !important;
  background: #666666 !important;
  color: #FFFFFF;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  font-size: 12px;
}
.search-icon-in-header {
  color: #fff;
  margin-left: -31px;
  margin-right: 5px;
  margin-top: 6px;
  padding: 4px;
  position: relative;
}
.select-lng {
  background: #666666 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  float: left;
  height: 25px;
  margin-top: 14px;
  width: 56px;
}
.select-lng option {
  border: medium none;
}






.nav.navbar-nav.top-nav-left.nav-height a:hover{
	color: #FFFFFF
}
.navbar-left-border {
  border-left: 1px solid #4e4e4e;
  color: red;
  height: 11px;
  margin-left: 15px;
  margin-top: 7px;
  position: fixed;
}
.nav-social {
  float: right;
  margin-bottom: 0;
  margin-right: -10px;
  padding-right: 0;
  margin-top: -7px;
}

.navbar-form {
  padding-left: 0px;
}
.nav-social li{
	float: left;
	margin-top: 100px;
	list-style: none;
}
.nav-social li i {
  height: 40px;
  margin-right: 10px;
  padding-top: 8px;
  text-align: center;
  width: 40px;
}
.top-social-fb {
  background: #3b5998 none repeat scroll 0 0;
  color: #fff;
  font-size: 26px;
}
.top-social-tw {
  background: #0084b4 none repeat scroll 0 0;
  color: #fff;
  font-size: 26px;
}
.top-social-goole-plus {
  background: #d34836 none repeat scroll 0 0;
  color: #fff;
  font-size: 26px;
}
.fa.fa-youtube {
  background: #bb0000 none repeat scroll 0 0;
  color: #fff;
  font-size: 26px;
}
.top-nav-g-fm img {
  margin-top: -20px;
  width: 55px;
}
.top-nav-g-fm {
  margin-top: 116px !important;
  color: #2c2c2c;
}
.news-image > img {
  height: 207px !important;
}
.news-image {
  height: 207px !important;
}
.top-nav-newspaper img {
  margin-right: 10px;
  margin-top: -14px;
  width: 41px;
}
.top-nav-newspaper {
  margin-top: 121px !important;
  color: #2c2c2c;
}

.top-nav-clock {
  margin-top: 115px !important;
  color: #2c2c2c;
  font-size: 11px;
  font-family: raleway;
}
.top-nav-clock-icon {
	font-size: 15px;
	color: #2c2c2c;
	padding-left: 30px;
}
.nav-social li a {
  color: #2c2c2c;
  font-size: 11px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
}
.navbar-brand.navbar-btm-logo {
  float: right;
  margin-top: 40px;
  padding-left: 0;
}
.navbar-btm-logo > img {
  margin-top: 10px;
  width: 85%;
}
.news-image img{
	width: 100%;
}
.overlay {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0) 31%, rgba(28, 28, 28, 0.39) 54%, rgb(28, 28, 28) 100%) repeat scroll 0 0;
  height: 173px;
  margin-top: -173px;
  position: relative;
}
.gredint-text {
  bottom: 10px;
  margin-top: 68px;
  padding: 0 18px;
  
  /*Reset Safari User Agent Styles*/
 -webkit-margin-before: 25px;
    -webkit-padding-before: 10px;
    -webkit-padding-end: 18px;
    -webkit-padding-after: 5px;
    -webkit-padding-start: 15px;
      
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, 
  rgba(0, 0, 0, 0) 0%, 
  rgba(28, 28, 28, 0) 0%, 
  rgba(28, 28, 28, 0) 10%, 
  rgba(28, 28, 28, 0.39) 0%, 
  rgb(28, 28, 28) 100%) repeat scroll 0 0;  
}

.gredint-text-shade {
  bottom: 0;
  margin-top: 68px;
  padding: 0 18px 10px 40px;
  position: absolute;
  width: 90%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, 
  rgba(0, 0, 0, 0) 0%, 
  rgba(28, 28, 28, 0) 0%, 
  rgba(28, 28, 28, 0) 10%, 
  rgba(28, 28, 28, 0.39) 0%, 
  rgb(28, 28, 28) 100%) repeat scroll 0 0;  
}	
	
.gredint-text-caricature {
  bottom: 0;
  margin-top: 68px;
  padding: 0 18px 10px;
  position: absolute;
  width: 100%;
  color:#ffffff;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, 
  rgba(0, 0, 0, 0) 0%, 
  rgba(28, 28, 28, 0) 0%, 
  rgba(28, 28, 28, 0) 40%, 
  rgba(28, 28, 28, 0.39) 0%, 
  rgb(28, 28, 28) 100%) repeat scroll 0 0;  
}

.news-title{
	font-family: 'Raleway', sans-serif;
}
.gredint-text h4 {
  color: #fff;
  font-weight: bold;
}
.gredint-text-shade h4 {
  color: #fff;
  font-weight: bold;
}
.readmore-btn {
  color: #009bd5;
  font-weight: 600;
  font-family: 'Raleway', sans-serif; 
  font-size: 11px;
}
.readmore-btn:hover{
  color: #009bd5;
}
.share-btn {
  color: #e65a37;
  font-family: 'Raleway', sans-serif; 
  font-size: 11px;
  font-weight: 600;
}
.share-btn:hover{
  color: #e65a37;
}
.share-left-border {
  color: #9a9a9a;
}
.header-top-news-two-one {
  margin-bottom: 13px;
}
.h4-mid-size {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 5px;
}
.header-top-news-one-txt {
  background: #373737 none repeat scroll 0 0;
  border: 1px solid;
  min-height: 220px;
  padding: 18px 20px;
}
.header-top-news-one-txt .news-desc {
  font-family: 'Raleway', sans-serif; 
  font-size: 11px;
}
.h4-small-font {
  color: #2C2C2C;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
}
.news-desc {
  color: #fff;
}

.item.active {
  border: medium none;
}
.header-dlider-caption {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(28, 28, 28, 0) 0%, rgba(28, 28, 28, 0) 31%, rgba(28, 28, 28, 0.39) 54%, rgb(28, 28, 28) 100%) repeat scroll 0 0;
  left: 0;
  margin-bottom: -20px;
  padding-left: 30px;
  right: 0;
  text-align: start;
  width: 100%;
}
.h4-larg-font {
  font-size: 22px;
  font-weight: bold;
  line-height: 37px;
  margin-bottom: 5px;
  color: #FFFFFF;
}
.hide-full{
	display: none;
}
.head-slied-left-btn {
  background: #009bd5 none repeat scroll 0 0;
  height: 67px;
  opacity: 1;
  padding: 22px 0;
  top: 40%;
  width: 20px;
}
.head-slied-right-btn {
  background: #009bd5 none repeat scroll 0 0;
  height: 67px;
  opacity: 1;
  padding: 22px 0;
  top: 40%;
  width: 20px;
}
.header-slider-btn-w {
  padding: 0 15px;
}
.header-slider-btn-arrow-left {
  font-size: 18px;
  padding: 24px 0px;
  margin-right: -2px;
}
.header-slider-btn-arrow-right {
  font-size: 18px;
  margin-right: -5px;
  padding: 28px 0;
}
.header-slider-inner > .item > img {
  height: 427px;
  width: 100%;
}
.news-header-bottom-image > a > img {
  width: 100%;
  /*max-height: 135px;*/
  height: 150px;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.copy-right-text {
  color: #909090;
  float: left;
  padding: 7px 0px;
}
.copy-right-text > p {
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: bold;
}
.copy-right-text a {
  color: #909090;
}
.copyright-logo > img {
  width: 135px;
  float: right;
}
#footer {
  background: #333333 none repeat scroll 0 0;
  color: #ffffff;
  padding: 70px 0 80px;
}
.search-icon-in-footer {
  float: right;
  margin-right: 10px;
  margin-top: -20px;
}
.footer-search-form input {
  margin-left: 0;
}
.search-box {
  color: #d7d7d7;
}

.footer-search-icon {
  float: left;
}
.footer-sec-one-intro {
  background: #393939 none repeat scroll 0 0;
  padding: 25px 15px;
  margin-top: 15px;
}
.footer-sec-one-intro > h4 {
  color: #d7d7d7;
  font-weight: bold;
}
.footer-sec-one-intro > p {
  color: #999999;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  font-family: 'Raleway', sans-serif; 
  font-weight: bold;
}
.footere-sec-two {
  margin-left: 50px;
  padding: 60px 0;
  width: 79%;
}
.list-style-type-square h5 {
  color: #d7d7d7;
  font-weight: bold;
  line-height: 22px;
  margin-left: 0px;
  margin-top: -20px;
}
.top-margin {
	margin-top: -10px; !important;
}
.footere-sec-two > p {
  font-weight: normal;
}
.footer-sec-three {
  background: #fff none repeat scroll 0 0;
  min-height: 289px;
  padding: 15px;
  width: 120%;
}
.footer-sec-three-header > h4 {
  color: black;
  font-weight: bold;
}
.footer-sec-three-intro> a > img {
  width: 100%;
  height: 155px;
}
.footer-sec-three-header > h4 {
  background: #f3f3f3 none repeat scroll 0 0;
  color: #1c1c1c;
  font-weight: bold;
  margin-bottom: 0;
  padding: 10px ;
  text-align: center;
}
.footer-sec-three-intro > h4 {
  color: #1c1c1c;
  font-size: 13px;
  font-weight: bold;
  margin-top: 0;
  padding: 10px 10px 10px 0px;
}
.footer-social-icon-ul > li {
  background: #00b3ff none repeat scroll 0 0;
  float: left;
  list-style: outside none none;
  text-align: center;
  width: 16.66%;
}
.footer-social {
  color: #fff;
  font-size: 24px;
  height: 50px;
  padding: 15px 0;
  width: 50px;
}
.footer-social-icon-ul {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 100%;
  margin-top: -16px;
}
.footer-social-icon-ul > li {
  float: left;
  list-style: outside none none;
}
.footer-social-title h4 {
  color: #999999;
}
#footer-social {
  background: #373737 none repeat scroll 0 0;
  height: 35px;
}
.footer-social-title {
  margin-top: -60px;
}
#header-btm-news {
  padding: 3px 0px 26px 0px;
}
.news-header-bottom-image h4 {
  color: #2c2c2c;
  padding-left: 15px;
  padding-top: 10px;
  margin-bottom: 5px;
}
.border-line {
  border-bottom: 7px solid #f3f3f3;
}
.color-border {
  border-bottom: 3px solid #009bd5;

}
.color-border {
  border-bottom: 7px solid #009bd5;
  position: absolute;
  width: 100%;
}
.color-border-center {
  left: 3px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  padding-right: 0;
}
.section-title-larg-font {
  font-weight: bold;
  color: #1b1b1b;
  font-family: 'Raleway', sans-serif; 
}
.single-line-border {
  border-bottom: 1px solid #cccccc;
}
.news-title-black {
  color: #111010;
}
.white-color{
	color: #FFFFFF;
}
.latest-news-slied-right-btn {
  background: #009bd5 none repeat scroll 0 0;
  height: 57px;
  opacity: 1;
  padding: 14px 0;
  top: 15%;
  width: 13px;
}
.latest-news-slied-left-btn {
  background: #009bd5 none repeat scroll 0 0;
  height: 57px;
  opacity: 1;
  padding: 14px 0;
  top: 15%;
  width: 13px;
}
.latest-news-slied-left-icon {
  font-size: 11px;
  padding: 4px 13px;
}
.latest-news-slied-right-icon {
  font-size: 11px;
  padding: 5px 0px 1px 8px;
}
.img-responsive.center-block {
  width: 100%;
}
.space-line {
  height: 25px;
}
.header-btm-news-desc {
  border-right: 1px solid #d5d5d5;
  margin-bottom: 25px;
  margin-top: -10px;
  padding: 0 0 0 10px;
}
.latest-news-slide-more a {
  color: #009bd5;
  float: right;
  font-family: "Raleway",sans-serif;
  font-weight: 600;
  margin-top: 25px;
}
.latest-n-title {
  background: #f3f3f3 none repeat scroll 0 0;
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  padding: 15px 0px;
  color: #919191;
}
.text-center {
  font-weight: bold;
}
.latest-news-slide-margin {
  margin-top: 40px;
  margin-bottom: 40px;
}
.img-top-title {
  background: #e2e3e5 none repeat scroll 0 0;
  color: #1a1a1a;
  font-size: 19px;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.col-3-news-list li {
  border-bottom: 1px solid #e6e6e6;
  list-style: outside none none;
  padding: 6px 0;
}
.col-3-news-list {
  margin-top: 15px;
}
.sm-color-border {
  border-bottom: 2px solid #009bd5;
  margin-top: 6px;
  position: absolute;
  width: 10px;
}
.col-3-news-list h5 {
  color: #2c2c2c;
  font-size: 13px;
}
.border-none{
	border: none !important;
}
.top-news-inner {
  height: 247px;
  margin-top: 20px;
}
.tp-news-col-3-list-more h5 {
  color: #009bd5;
}

.left-text {
  background: #333333 none repeat scroll 0 0;
  color: #ffffff;
  height: 296px;
  overflow: hidden;
  padding: 15px 30px 0;
}
.libiya-sec-left3-col-img > a > img {
  max-height: 180px;
  width: 100%;
}
.libiya-sec-margin-left {
  padding-left: 50px;
}
.news-with-left-text .left-txt > p {
  font-weight: normal;
  margin-top: 20px;
}
.padding-left-none {
  padding-left: 0;
}
.right-image > a > img {
  height: 296px;
  width: 100%;
}
.footer-left-margin {
	margin-left: -30px;
}
.col-9-btm-news > a > img {
  width: 100%;
  height: 150px;
}
.padding-right-none{
	padding-right: 0px;
}
.top-news-inner .item .overlay {
  padding: 0 18px;
}
.top-news-inner img {
  width: 100%;
}
.single-border-margin-top {
  margin-top: 50px;
}
.single-border-margin {
	margin-top: 0px;
	margin-bottom:50px;
}
.title-slide {
  background: #333333 none repeat scroll 0 0;
  border: 1px solid #333333;
  bottom: 0;
  color: #fff;
  font-weight: bold;
  left: 0;
  margin: 0 auto;
  padding: 20px;
  right: 0;
  text-align: justify;
  top: 0;
  width: 100%;
  height: 108px;
}
.title-slide > h4 {
  padding: 0 30px 0 100px;
}
.vertical-center {
  display: flex;
  align-items: center;
}
.title-slide > span {
  background: #e65a36 none repeat scroll 0 0;
  height: 70px;
  margin-top: -1px;
  position: absolute;
  text-align: center;
  width: 70px;
}
.pagenation-ul li {
  background: #939393 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  float: left;
  height: 30px;
  list-style: outside none none;
  margin-left: 10px;
  padding-top: 5px;
  text-align: center;
  width: 30px;
}
.important-news-inticator .active {
  background: #e65a36 !important;
}
.pagenation-ul {
  margin: 0 auto;
  padding-top: 15px;
  width: 254px;
}
.news-title-slide {
  display: block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  margin-top: 20px;
}
#client-sec {
  margin-top: 200px;
}
.client-sec-title h5 {
  color: #666666;
}
.client-image img {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  width: 90%;
}
.client-image {
  padding: 15px;
}
.client-img-width {
  padding: 10px;
}
.client-image h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: bold !important;
  line-height: 20px;
  font-size: 13px;
  margin-top: 0px;
  color: #2C2C2C;
}
.client-position a{
  color: #009bd5;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 800;
}
.client-sec-slied-left-btn {
  background: #009bd5 none repeat scroll 0 0;
  height: 57px;
  opacity: 1;
  padding: 14px 0;
  top: 25%;
  width: 13px;
}
.client-sec-slied-right-btn {
  background: #009bd5 none repeat scroll 0 0;
  height: 57px;
  opacity: 1;
  padding: 14px 0;
  top: 25%;
  width: 13px;
}
.sports-sec-title-bg {
  background: #2c2c2c none repeat scroll 0 0;
  border: 1px solid #2c2c2c;
  color: #fff;
  margin-top: 6px;
}
.more-link-in-bg {
  margin-left: -15px;
}

.sports-bg {
  background: #333333 none repeat scroll 0 0;
  border-top: 1px solid #545454;
  color: #ffffff;
  padding: 25px 0 15px 0;
}
.sports-news-col-3 > a > img {
  width: 100%;
}
.sports-btm-one img, .sports-btm-two img {
  height: 70px;
  width: 100%;
}
.sports-btm-one h5, .sports-btm-two h5 {
  float: left;
  width: 100%;
}

.spn-btm-1, .spn-btm-two-1 {
	height: 100px;
	margin-bottom: 25px;
	margin-top: 20px;
	overflow: hidden;
}
.sports-news-col-3 {
  margin-bottom: 25px;
}
.sports-slider-inner .item > img {
  height: 285px;
  width: 100%;
}
.border-color-gray{
	border-bottom: 1px solid #474747;
}
.spotrs-news-right-desc {
  background: #2c2c2c none repeat scroll 0 0;
  min-height: 240px;
  padding: 42px 25px;
}
.spotrs-news-right-desc h4 {
  line-height: 35px;
  margin-bottom: 5px;
}
.sports-slider-btn {
  top: 21%;
}
.sports-slider-image-number {
  background: #fff none repeat scroll 0 0;
  color: #000;
  float: left;
  margin-top: -56px;
  padding: 13px;
  position: relative;
  text-align: center;
  opacity: .4;
  direction: ltr;
}
.war-news-left {
  border-bottom: 1px solid #f3f3f3;
  list-style: outside none none;
  margin-left: 10px;
  margin-top: 20px;
  padding-bottom: 12px;
}
.war-sec-margin-left {
  padding-left: 31px;
}
.war-btm-bord-marg {
  margin-bottom: 0px;
}
.war-right-btm > p {
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  line-height: 20px;
  margin-bottom: 5px;
}
.sm-color-border.war-sec {
  margin-top: 32px;
  left: 33px;
}
.gredint-text h4 {
  margin-top: 10px;
}
.gredint-text-shade h4 {
  margin-top: 10px;
}
.war-news-left h4 {
  color: #2c2c2c;
  font-size: 13px;
  margin-bottom: 5px;
}
.war-li-margin-top{
  margin-top: -17px;
}
.war-right > a > img {
  width: 100%;
  max-height: 240px;
}
.war-news-with-image > a > img {
  width: 100%;
  max-height: 150px;
}
.war-news-with-image h4 {
  margin-top: 5px;
}
.war-news-with-image {
  margin-bottom: 15px;
}
.war-right-btm {
  background: #333333 none repeat scroll 0 0;
  color: #ffffff;
  margin-top: -10px;
  min-height: 200px;
  padding: 25px;
}
.entertainment-image {
  height: 290px;
  width: 100%;
}
#entartainment-sec {
  margin-bottom: 35px;
  margin-top: 30px;
}
.news-paper-img > img {
  height: 142px;
  width: 100%;
}
.entertainment-one h4 {
  color: #2c2c2c;
  font-size: 20px;
}
.entertainment-two h4{
  color: #2c2c2c;
  font-size: 20px;
}
.entertainment-one > p {
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  line-height: 20px;
  margin-bottom: 5px;
}
.entertainment-two p {
  font-size: 11px;
  line-height: 20px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 5px; 
}
.entertainment-one p {
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  line-height: 20px;
  margin-bottom: 5px;
}
.col-centered{
  float: none;
  margin: 0 auto;
}
.news-paper-title {
  background: #333333 none repeat scroll 0 0;
  color: #fff;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 58px 35px;
}

.life-style-sec-title-bg {
  background: #c6e8f4 none repeat scroll 0 0;
  margin-top: 6px;
}
.life-style-news-bg {
  background: #e5f4fb none repeat scroll 0 0;
  padding: 25px 0;
  margin-bottom: 20px;
}
.life-style-left-news-bg h4 {
  color: #2c2c2c; 
}
.life-style-lfet-desc h4 {
  color: #2c2c2c;
  font-size: 15px;
}
.latest-news-slide-more.margin-top-none > a {
  margin-left: 10px;
  margin-top: 0;
}
.life-style-lfet-desc {
  float: left;
  width: 100%;
}
.life-style-left-news-bg > p {
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  line-height: 20px;
  margin-bottom: 5px;
}
.life-style-news-sec {
  border-bottom: 1px solid #d9e1e4;
  height: 118px;
  margin-bottom: 30px;
}
.life-style-news-sec > img {
  width: 31%;
}

.life-style-news-sec-img > a > img{
	width: 90%;
}
.life-style-news-sec-text {
	padding-left: 10px;
}

.life-style-right-image > a > img {
  height: 267px;
  width: 100%;
}
.life-style-left-news-bg {
  background: #ffffff none repeat scroll 0 0;
  min-height: 267px;
  padding: 32px 30px;
}
.life-style-news-margin-top {
  margin-top: 32px;
}
.life-style-hover-news {
  margin-top: 32px;
  width: 100%;
}
.lifestyle-hover-news-img > a > img {
  min-height: 236px;
  width: 100%;
}
.life-style-news {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  min-height: 120px;
  padding-bottom: 30px;
}
.lifestyle-hover-news-text {
  padding: 0 20px 0 50px;
}
.kides-news > a > img {
  width: 100%;
  max-height: 155px;
}

.life-style-news-sec > a > img {
    width: 50%;
}




#social-box {
  background: #f9f9f9 none repeat scroll 0 0;
  border-top: 1px solid #CCCCCC;
  margin-top: 30px;
  padding: 30px 0;
}
.fb-like-box {
  border: 1px solid #dfe0e4;
  direction: ltr;
  height: 315px;
  padding: 10px 20px;
  background: #fff;
}
.like-follow-header > h5 {
  font-weight: bold;
  margin-left: 54px;
  width: 200px;
}
.logo-box {
  background: #dfe0e4 none repeat scroll 0 0;
  height: 45px;
  position: absolute;
  width: 45px;
}
.fb-like-btn {
  background: #2c2c2c none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  margin-left: 55px;
  margin-top: -24px;
  padding: 1px 7px;
}
.like-follow-header {
  border-bottom: 1px solid #dfe0e4;
  direction: ltr;
  padding-bottom: 11px;
}
.fan-pic > ul {
  padding: 0;
}
.fan-pic li {
  float: left;
  list-style: outside none none;
  margin-right: 12px;
  margin-top: 10px;
}
.fan-image > li:last-child {
  margin-right: 0px;
}
.fan-image img {
  width: 100%;
}
.twitter-box {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #dfe0e4;
  height: 315px;
  padding: 10px 20px;
}
.latest-twites-ul > li {
  list-style: outside none none;
}
.latest-twites-ul {
  padding: 0px;
}
.latest-twites-ul img {
  float: left;
  margin-bottom: 9px;
  width: 22%;
}
.latest-twites-ul h5 {
  float: right;
  height: 45px;
  margin-right: -22px;
  margin-top: 0;
  width: 80%;
}
.g-connecting {
  background: #009bd5 none repeat scroll 0 0;
  height: 315px;
  margin-top: -315px;
  padding: 15px 20px;
  position: unset;
}
.g-connecting-bg {
  background: #333333 none repeat scroll 0 0;
  height: 295px;
  margin-left: -15px;
  margin-top: 20px;
}
.g-header {
  background: black none repeat scroll 0 0;
  border: 1px solid #ffffff;
  color: #fff;
  font-weight: bold;
  margin-top: 20px;
  padding: 10px 5px;
  text-align: center;
}
.a-logo {
  margin-top: 30px;
  width: 100%;
}
.g-fm-logo {
  display: block;
  margin: 20px auto 0;
  width: 30%;
}
.contact-box {
  background: #333333 none repeat scroll 0 0;
  color: #fff;
  height: 315px;
  padding: 50px 20px;
  text-align: center;
}
.fa.fa-envelope {
  font-size: 25px;
}
.small-border {
  border-bottom: 1px solid;
  margin: 0 auto;
  width: 60px;
}
.contact-box > h5 {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.col3-border-line {
  border-bottom: 1px solid #009bd5;
}
.col3-color-border {
  border-bottom: 4px solid #009bd5;
  left: 0;
  margin: -4px auto 0;
  position: absolute;
  right: 0;
  width: 150px;
}
.side-social-fb {
  background: #3b5998 none repeat scroll 0 0;
  color: #fff;
  font-size: 19px;
  height: 35px;
  padding-top: 10px;
  text-align: center;
  width: 35px;
}
.side-social-tw {
  background: #0084b4 none repeat scroll 0 0;
  color: #fff;
  height: 35px;
  padding-top: 10px;
  text-align: center;
  width: 35px;
  font-size: 19px;
}
.side-social-goole-plus {
  background: #d34836 none repeat scroll 0 0;
  color: #fff;
  height: 35px;
  padding-top: 9px;
  text-align: center;
  width: 35px;
  font-size: 19px;
}
.side-social-youtube {
  font-size: 20px;
  height: 35px;
  padding-top: 7px;
  text-align: center;
  width: 35px;
}
.side-nav-social li {
  float: left;
  margin-left: 12px;
}
.side-nav-ul a:hover{
	background: #e65a36;
	color: #FFFFFF !important;
}
/*--------------------------------------------*/
.breaking-text {
  background: #333333 none repeat scroll 0 0;
  color: #fff;
  margin-bottom: 15px;
  min-height: 54px;
  padding: 6px 22px;
}
.breaking-news-title span {
  background: #e65a36 none repeat scroll 0 0;
  float: left;
  height: 54px;
  margin-left: -24px;
  margin-top: 0px;
  width: 30px;
}
.breaking-text .fa.fa-circle {
  font-size: 11px;
  margin-left: 0;
  margin-right: 7px;
}
.breaking-news-close {
  font-size: 15px;
  margin-top: 5px;
}
.breaking-text-col {
  padding-right: 0;
  padding-left: 0;
}
.breaking-news-title > h4 {
  background: #e65a36 none repeat scroll 0 0;
  color: #ffffff;
  margin-top: 0;
  min-height: 54px;
  padding: 14px 0px 14px 20px;
}
.breaking-news-col {
  padding-left: 0;
  padding-right: 0;
}
.breaking-news-col .fa.fa-plus {
  background: #e65a36 none repeat scroll 0 0;
  color: #fff;
  float: right;
  padding: 20.5px 13.5px;
  position: sticky;
}
.marquee-content-items a {
  color: #fff;
}
.breaking-text .fa.fa-circle {
  font-size: 11px;
  margin-left: -9px;
  margin-top: 16px;
  position: absolute;
}
.breaking-text > h4 {
  margin-left: 10px;
}
.breaking-news-close {
  float: right;
  padding-right: 10px;
}
#bread-coumb {
  background: #f3f3f3 !important;
}
.breadcrumb {
  margin-bottom: 0;
  background: #f3f3f3 !important;
}
.breadcrumb-item {
  color: #919191;
}
.breadcrumb a{
  color: #919191;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
}
.drop-down > a:hover{
	background: #FFFFFF !important;
	color: #000000 !important;
}
.search-icon-in-category {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #5e5e5e;
  float: right;
  margin-top: -24px;
  padding-left: 8px;
  position: relative;
}
.article-search-box > input {
  border: 1px solid #eeeeee;
  padding: 6px 4px 6px 5px;
}
.input-group-addon {
  background: #e65a36 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
}
.form-control {
  border-radius: 0;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
  font-weight: 800;
  margin-left: 7px;
}
.footer-sec-header > h4 {
  color: #d7d7d7;
}
.footer-search-form .search-box {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #474747;
}
.blue-color-text {
  color: #009bd5;
}
.contact-box-line1 {
  font-size: 20px;
  line-height: 30px;
}
.contact-box-line2 {
  font-size: 15px;
}
.footer-nav.footer-nav-left li {
  list-style: outside none none;
}
.footer-nav.footer-nav-left > ul {
  float: left;
  padding: 0 13px;
  width: 100%;
}

.footer-nav.footer-nav-left li a {
  color: #767474;
  font-family: 'Raleway', sans-serif; 
  font-size: 11px;
  font-weight: bold;
  margin-right: 19px;
}
.footer-nav.footer-nav-right li a {
  color: #767474;
  margin-right: 14px;
  font-size: 11px;
  font-family: 'Raleway', sans-serif; 
  font-weight: bold;
}

.footer-nav-flot-right {
  width: 50%;
}
.footer-nav.footer-nav-right {
  margin-left: 37px;
}
.footer-nav.footer-nav-right > ul {
  padding: 0px;
  width: 100%;
}
.footer-nav.footer-nav-right li {
  list-style: outside none none;
  margin-right: -20px;
}
.list-style-type-square {
  list-style: none;
}
.footere-sec-two-ul li {
  font-size: 18px;
  list-style: outside none none;
}
.footere-sec-two-ul li::before {
  color: #474747;
  content: "■";
  margin-left: 10px;
  margin-right: -35px;
  
  margin-top:100px;
}
.footere-sec-two .list-style-none a {
  color: #767474;
  display: block;
  font-family: 'Raleway', sans-serif; 
  font-size: 11px;
  font-weight: bold;
  margin-right: 15px;
  line-height: 22px;
}
.footere-sec-two .list-style-none {
  list-style: outside none none;
}
.list-style-type-square::before {
  color: #474747;
  content: "■";
  margin-left: -13px;
}
.footer-sec-two-li-style li {
  list-style: outside none none;
}
.footer-sec-two-li-style li::before {
  color: #474747;
  content: "■";
  margin-left: -10px;
  margin-right: 7px;
}
.footere-sec-two p {
  color: #999999;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  margin-left: 28px;
}
.footer-sec-two-li-style > li {
  margin-bottom: 7px;
}
.footer-sec-two-li-style li a {
  color: #d7d7d7;
  font-weight: bold;
  font-family: 'Raleway', sans-serif; 
  line-height: 22px;
  margin-right: 15px;
  margin-top: -20px;
}
.select-category select {
  -moz-appearance: none;
  background: transparent url("../images/select-arrow.jpg") no-repeat scroll right center;
  border: 1px solid #eeeeee;
  color: #919191;
  height: 35px;
  width: 100%;
}
option {
  padding: 7px 10px;
  border: 1px solid #eeeeee;
}
.article-search-box > input {
  width: 100%;
}
#article-one {
  margin-top: 20px;
}
.article-news-list-with-img {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  height: 80px;
  padding-bottom: 85px;
}
.news-location-tagline {
  border-left: 1px solid;
  padding-left: 10px;
  color: #696969;
  margin-right: 9px;
  font-weight: normal;
  font-style: normal;
}

.gallery {
  cursor: pointer;
}
.gallery-one-image img{
  width: 100%;
}
.article-news-list-with-img > a > img {
  width: 35%;
  max-height: 65px;
}
.en-article-news-list-img {
  height: 70px;
  width: 100%;
}
.article-news-list-with-img-desc {
  float: left;
  width: 100%;
}
.article-entertainment-with-img img {
  width: 100%;
}
.article-news-list-with-img-desc > h5 {
  color: #2c2c2c;
  font-family: "Droid Arabic Kufi Bold";
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 5px;
  margin-top: -5px;
}
.article-more-link {
  color: #009bd5;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: 600;
}
.article-more-link:hover {
  color: #009bd5;
}
.ads > a > img {
  border: 2px solid;
  width: 100%;
}
#article-news-slide {
  background: #F3F3F3 none repeat scroll 0 0;
}
#article-two {
  margin-top: 25px;
}
.art-pg-slid {
  margin-left: 14px;
  width: 23%;
}
.art-pg-slid-btn {
  margin-top: -41px;
}
.tag-box ul li {
  border: 1px solid #e2e3e5;
  color: #2c2c2c;
  float: left;
  list-style: outside none none;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-top: 5px;
  padding: 4px 10px;
  width: -moz-max-content;
}
.tag-box > ul {
  margin-left: -30px;
}
.tag-box a {
  color: #2c2c2c;
  font-size: 13px;
  font-weight: bold;
}
.tag-box {
  margin-top: 20px;
}
.tagline-title {
  background: #e2e3e5 none repeat scroll 0 0;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.col-9-btm-news.article-news-more {
  background: #E65A36 none repeat scroll 0 0;
  margin-top: 20px;
  padding: 5px 0;
  text-align: center;
}
.col-9-btm-news.article-news-more > a {
  color: #ffffff;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
}
.article-entertainment-one {
  background: #f3f3f3 none repeat scroll 0 0;
  padding: 20px 30px;
}
.article-entertainment-with-img > img {
  width: 22%;
}
.article-entertainment-with-img {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.article-entertainment-with-img-desc {
  width: 100%;
  float: left;
}
.article-details-media > img {
  width: 100%;
}
.article-details-media{
	direction: ltr;
}
.article-title {
 /* border-bottom: 7px solid #009bd5; */
	border-bottom: 7px solid lightgrey;
}
.article-details-col3-title {
  margin-bottom: 11px;
  margin-top: 35px;
}
.news-writer {
  color: #696969;
  margin-right: 9px;
  font-weight: normal;
  font-style: normal;
}
.fa.fa-pencil {
  color: black;
  margin-right: 7px;
}
.news-location-tagline {
  margin-right: 8px;
}
.article-share-btn {
  float: right;
}
.article-tweet-btn.article-share-btn {
  background: #1b95e0 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  padding: 0 5px;
}
.article-facebook-btn {
  background: #4367b3 none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  font-size: 13px;
  margin-right: 10px;
  padding: 0 5px;
}
.article-details-share-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

.soc-btn-with-name .jssocials-share-facebook .jssocials-share-link  {
  background: #3b5998;
  border: 1px solid #344e86;
  font-size: 13px;
  color: #FFFFFF;
}
.article-details-share-btn .jssocials-share-facebook .jssocials-share-link:hover {
    background: #2d4373;
}
 
.soc-btn-with-name .jssocials-share-twitter .jssocials-share-link {
  background: #00aced;
  font-size: 13px;
  color: #FFFFFF;
  border: 1px solid #0099d4;
  margin-left:.2em;
}
.article-details-share-btn .jssocials-share-twitter .jssocials-share-link:hover {
    background: #0087ba;
    
}

.article-pg-col3-brd-margin {
  margin-bottom: 25px;
}
.article-col2-social-icon {
  float: left;
  list-style: outside none none;
  margin-right: 18px;
}
.social-icon-margin-none {
  margin-right: 0;
}
.article-col2-social > ul {
  padding: 0;
}
.article-col2-social-icon > a {
  color: #000;
}
.article-col2-social {
  margin-top: 25px;
}
.ads2 > a > img {
  margin-top: 12px;
  width: 100%;
}
.ads2 > img {
  margin-top: 12px;
  width: 100%;
}
.article-details-media-footer {
  background: #373737 none repeat scroll 0 0;
  color: #fff;
  padding: 15px 0;
  margin-top: -20px;
}
.article-details-media-footer > span {
  margin-top: -16px;
  padding: 16px 25px;
  width: 78px;
}
.media-footer-border {
  border-right: 1px solid #919191;
}
.social-icon-margin-none > a {
  color: #989898;
  margin-left: -1px;
}
.article-details-col2-title {
  color: #009bd5;
  margin-top: 71px;
  text-align: center;
}
.news-footer-image-number {
  border-right: 1px solid #464545;
  margin-top: -15px;
  padding: 12px 40px;
}
.news-footer-video-number {
  margin-top: -15px;
  padding: 12px 30px;
}
.article-desc > a > img {
  float: right;
  width: 40%;
  padding-left: 5px;
}
.ads-text {
  border: 2px solid #dddddd;
  float: right;
  padding: 20px 40px 0;
  text-align: center;
  width: 40%;
}
.quotation-mark-icon {
  font-size: 75px;
  color: #dddddd;
}
.ads-text h6 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 3px;
  margin-top: -32px;
  line-height: 20px;
}
.article-desc-more-btn {
  color: #009bd5;
}
.article-desc-more-btn:hover {
  color: #009bd5;
}
.article-news-col-3-more {
  list-style: outside none none;
}
.article-news-col3-sec-two-nav > a {
  color: #b9b9b9;
  font-weight: bold;
  margin-left: 15px;
  border: none;
}
.article-news-col3-sec-two-nav .active {
  color: #1b1b1b;
}
.article-news-col3-sec-two-nav {
  margin-bottom: 15px;
  margin-top: -20px;
}
.ads-3 > a > img {
  width: 100%;
 /* border: 15px solid #F9F9F9; */
}
.ads-3 > img {
  width: 100%;
  border: 15px solid #F9F9F9;
}
.ads-3 {
  margin-top: 25px;
  margin-bottom:10px;
}
.writer-post-title > h6 {
  background: #eeeeee none repeat scroll 0 0;
  font-size: 15px;
  padding: 10px 0;
  text-align: center;
}

.article-news-col3-sec-three {
	margin-top:130px;
}

.writer-image > img {
  border: 2px solid #eeeeee;
  margin-top: -10px;
  width: 100%;
}
.writer-desc > h6 {
  color: #2c2c2c;
  font-size: 15px;
  font-weight: 600;
  padding: 0 50px;
  text-align: center;
}
.writer-desc {
  text-align: center;
}
.writer-desc > a {
  color: #009bd5;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
}
.writer-page-ads img {
  width: 100%;
  margin-top:10px;
}
.more-writers > h6 {
  text-align: center;
}
.more-writers a {
  background: #e65a36 none repeat scroll 0 0;
  color: #FFFFFF;
  padding: 7px 45px;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
}
.writer-more-plus {
  margin-left: 5px;
}
.writer-slied-left-btn {
  background: #009bd5 none repeat scroll 0 0;
  height: 67px;
  opacity: 1;
  padding: 22px 0;
  top: 45%;
  width: 20px;
}
.writer-slied-right-btn {
  background: #009bd5 none repeat scroll 0 0;
  height: 67px;
  opacity: 1;
  padding: 22px 0;
  top: 45%;
  width: 20px;
}
.writer2 > img {
  width: 100%;
}
.writer2 > h6 {
  color: #2c2c2c;
  font-family: "Raleway",sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  padding: 0 40px 0 0;
}
.writer2 > a {
  color: #009bd5;
  font-family: 'Raleway', sans-serif;
  font-size: 12px;
}
.writer2-margin-top {
  margin-top: 20px;
}
.contact-text {
  border: 4px solid #f6f6f6;
  color: #2c2c2c;
  margin-top: 15px;
  padding: 20px 30px;
  text-align: center;
}
.contact-text > p {
  font-family: "Raleway",sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}
.slider-text-margin {
  margin-top: 50px;
}
.phone-number {
  background: #f3f3f3 none repeat scroll 0 0;
  margin-top: 25px;
  padding: 10px 0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}
.fax-number{
  background: #f3f3f3 none repeat scroll 0 0;
  padding: 10px 0;
  text-align: center;
  margin-top: 25px;
  font-size: 14px;
  font-weight: 700;
}
.email {
  background: #f3f3f3 none repeat scroll 0 0;
  padding: 10px 0;
  text-align: center;
  margin-top: 25px;
  font-size: 14px;
  font-weight: 700;
}
.email > a {
  font-family: "Raleway",sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #2c2c2c;
}
.contact-envelope-icon {
  font-size: 12px !important;
}
.right-content > h5 {
  color: #2c2c2c;
  line-height: 20px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
}
.right-content > h6 {
  color: #009bd5;
  font-size: 15px;
  font-weight: 600;
}
.right-content > p {
  font-size: 13px;
  font-weight: 500;
  font-family: "Raleway",sans-serif;
}
.about-sec-one {
  background: #f3f3f3 none repeat scroll 0 0;
  border: 1px solid #f3f3f3;
  min-height: 343px;
  padding: 0 40px 20px 20px;
  width: 100%;
}
.about-sec-one > h5 {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 40px;
}
.about-sec-two {
  background: #f3f3f3 none repeat scroll 0 0;
  border: 1px solid #f3f3f3;
  min-height: 343px;
  padding: 25px 40px 20px 20px;
  width: 100%;
}
.about-sec-one ul li {
  display: flex;
  font-family: "Raleway",sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  list-style: outside none none;
  margin-right: -20px;
  margin-top: 6px;
}
.about-sec-one ul li::before {
  background: #009bd5 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  height: 19px;
  margin-right: 15px;
  text-align: center;
  width: 19px;
}
.about-sec-one > ul {
  padding-left: 0;
}
.about-sec-two ul li {
  display: flex;
  font-family: "Raleway",sans-serif;
  font-size: 12px;
  line-height: 20px;
  list-style: outside none none;
  margin-right: -20px;
  margin-top: 6px;
  font-weight: 500;
}
.about-sec-two ul li::before {
  background: #009bd5 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  height: 19px;
  margin-right: 15px;
  text-align: center;
  width: 19px;
}
.about-sec-one-img > img {
  width: 100%;
}
.about-two-col4 > h4 {
  background: #009bd5 none repeat scroll 0 0;
  padding: 8px 0;
  text-align: center;
}
.about-two-col4 > p {
  font-family: "Raleway",sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-top: 20px;
  padding: 0 40px;
  text-align: center;
}
.search-title-btm.text-center span {
  color: #009bd5;
}
.search-title-btm.text-center > p {
  color: #2c2c2c;
  font-family: 'Raleway', sans-serif; 
  font-size: 11px;
}
.video-sec-fluid-img > img {
  width: 100%;
}
.video-sec-fluid-text {
  background: #333333 none repeat scroll 0 0;
  color: #ffffff;
  height:427px;
  padding: 50px 40px;
}
.video-sec-fluid-text > h4 {
  font-size: 20px;
  line-height: 27px;
}
.video-sec-fluid-text > p {
  font-family: "Raleway",sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin-top: 15px;
  font-weight: 500;
}
.video-sec-fluid-text > a {
  color: #009bd5;
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
}
.newsletter-sec-title span {
  color: #009bd5;
  font-family: 'Raleway', sans-serif; 
}
.news-letter {
  background: #eeeeee none repeat scroll 0 0;
  margin-top: 15px;
  min-height: 320px;
  padding: 50px 70px;
}
.newsletter-select-category select {
  -moz-appearance: none;
  background: #fff url("../images/select-arrow.jpg") no-repeat scroll right center;
  border-color: #009bd5;
  border-style: none solid none none;
  border-width: medium 3px medium medium;
  height: 35px;
  width: 100%;
  border-left: 3px solid #009bd5;
  border-right: none;
}
.news-letter-form > input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: #009bd5;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-bottom-style: none;
  border-image: none;
  border-right: medium none none;
  border-top-style: none;
  border-width: medium;
  padding: 6px 10px;
  width: 100%;
}
.newsletter-select-category label{
  margin-bottom: 15px;
  margin-top: 15px;
}
.news-letter-form > label {
  margin-bottom: 15px;
  margin-top: 15px;
}
.news-letter-left > a {
  border-left: 3px solid #009bd5;
  color: #009bd5;
  font-family: "Raleway",sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin-top: -43px;
  padding: 6px 10px;
}
.news-letter-right button {
  background: #e65a36 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  margin-top: -7px;
  padding: 7px 0;
  text-align: center;
  width: 100%;
}
.news-letter-mrg {
  margin-top: 21px;
}
.news-letter-thanks {
  background: #eeeeee none repeat scroll 0 0;
  border-top: 7px solid #009bd5;
  margin-top: 25px;
  min-height: 380px;
  padding: 135px 40px;
}
.advertise-border-line {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  margin-top: 30px;
}
.advertise-checkbox > span {
  margin-left: 20px;
  font-family: 'Raleway', sans-serif; 
  font-size: 13px;
}
.advertise-checkbox > input {
  margin-left: 10px;
}
.advertise-left > a {
  border-left: 3px solid #009bd5;
  color: #009bd5;
  margin-top: -43px;
  padding: 6px 10px;
}
.gallery > img {
  width: 100%;
  margin-bottom: 20px;
}
#ninja-slider.fullscreen .fs-icon {
  position: fixed;
  right: 50%;
  top: 6px;
}
.ns-show > img {
  border-top: 6px solid #009bd5;
  width: 70%;
  background: #fff;
  padding: 20px;
}
.ns-show > iframe {
  background: #fff none repeat scroll 0 0;
  border-top: 6px solid #009bd5;
  padding: 20px;
  width: 70%;
}
.article-details {
  margin-top: 27px;
}
.article-details-slide-caption {
  direction: ltr;
  margin-top: 15px;
}
.slider-btm-social-twitter {
  border-radius: 5px;
  padding: 2px 5px;
  background: #0084b4;
  color: #FFFFFF;
}
.slider-btm-social-fb {
  border-radius: 5px;
  padding: 2px 5px;
  background: #4167b2;
  color: #FFFFFF;
}
.slider-btm-social-icon {
  color: #2c2c2c;
  font-size: 13px;
  margin-left: 10px;
}
.slider-btm-social-icon-color {
  color: #989898;
}
.carousel-indicators.important-news-inticator {
  margin-bottom: -70px;
  position: absolute;
}
.carousel-indicators.important-news-inticator > li {
  background: #939393 none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  height: 35px;
  width: 35px;
}
.carousel-indicators-numbers 
    li {
      text-indent: 0;
      margin: 0 2px;
      width: 30px;
      height: 30px;
      border: none;
      border-radius: 100%;
      line-height: 30px;
      color: #fff;
      background-color: #999;
      transition: all 0.25s ease;
      &.active, &:hover {
        margin: 0 2px;
        width: 30px;
        height: 30px;
        background-color: #337ab7;        
      }
    }
    
.carousel {
	background-color: #333333;
}    
.war-news-left.border-none > a {
  color: #009bd5;
  font-weight: 600;
  font-family: 'Raleway', sans-serif; 
}
.life-style-lfet-desc > h4 {
  font-size: 15px;
  margin-bottom: 5px;
}
.sports-news-col-3 > h4 {
  font-size: 15px;
}
.slide-overlay-news-title {
  margin-bottom: 0;
  margin-top: 23px;
}
.news-image > img {
  max-height: 208px !important;
}
.header-top-news-one-txt .news-desc {
  font-family: 'Raleway', sans-serif; 
  font-size: 11px;
  line-height: 20px;
}
.footer-sec-one-intro > a{
	color: #009bd5;
	font-family: 'Raleway', sans-serif; 
	font-weight: 600;
}
.footer-sec-one-intro > a:hover{
	color: #009bd5;
}
.col-three-news-title {
  margin-top: 58px !important;
}
.home-col-three-slide {
  margin-left: -18px;
}
#news-title-slide {
  padding-bottom: 20px;
  padding-top: 10px;
}
.section-title-margin {
  color: #1b1b1b;
  margin-bottom: 15px;
}
.technology-end-border-margin {
  margin-bottom: 10px;
  margin-top: 10px;
}
.col-two-slide-btn-icon-next{
  font-size: 10px !important;
  padding: 5px 5px 0px 15px !important;
}
.col-two-slide-btn-icon-prev{
  font-size: 10px !important;
  padding: 5px 14px !important;
}
.latest-news-slide-more a .fa.fa-plus {
  font-size: 11px;
}
.sports-section-title-color {
  color: #ffffff;
  margin-bottom: 10px;
}
.title-slide > span {
  font-family: georgia;
  font-size: 40px;
}
.carousel-indicators-numbers {
  font-family: georgia;
  font-size: 22px;
  font-weight: normal;
}
.entertainment-one > p, .entertainment-one > h4, .entertainment-two h4, .entertainment-two p {
  padding-right: 30px;
}
label {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
}
select {
  font-family: 'Raleway', sans-serif; 
  font-size: 13px;
}
.news-letter-thanks span {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
}
.advertise-left > a {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: bold;
}
.article-title-mangin {
  margin-bottom: 30px;
  margin-top: 30px;
}
.article-entertainment-sec {
  margin-bottom: 80px !important;
}
.libiya-sec-border-marg {
  margin-top: -6px;
}
.h4-larg-size {
  font-size: 20px;
  line-height: 31px;
}
.news-with-left-text .left-txt p {
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 5px;
}
.right-content span h6 {
  margin-top: 30px;
}
#article-news-slide .swiper-img{
	background: #f3f3f3;
}
.artic-swiper-slide {
  width: 171px !important;
}
.head-tp-nws-img-hig img {
  max-height: 207px !important;
}

.wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;  
  
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;

}
.spotrs-news-right-desc p {
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  line-height: 20px;
}
.g-header li {
  font-family: 'Raleway', sans-serif;
  font-size: 11px;
  margin-bottom: -10px;
}
.kides-news {
  margin-bottom: 20px;
}
.gredint-text a h4 {
  color: #fff;
}
.gredint-text-shade a h4 {
  color: #fff;
}
.footer-nav-left .list-style-type-square {
  margin-bottom: -20px;
}
.footer-nav-right .list-style-type-square {
  margin-bottom: -20px;
}
.article-details-col2-title > h5 {
  font-size: 16px;
  font-weight: 600;
}
.article-details-col3-title > h5 {
  font-size: 16px;
  font-weight: 600;
}
.article-desc > p {
  font-size: 15px;
  font-weight: 500;
}
.article-entertainment-with-img-desc h5 {
  color: #2C2C2C;
  font-size: 15px;
}
#search-results .col-9-btm-news img {
  height: 160px;
}
.top-nav-brd {
  color: #acacac;
  padding: 0 10px;
}
.mega-menu .news-header-bottom-image > a > img {
  height: 125px;
}
.caricature-overlay {
  margin-top: -173px;
}
.writer-image img {
  border: 3px solid #eeeeee;
  margin-top: -10px;
  width: 100%;
  height:250px;
}
.writer-post-title a {
  color: #2c2c2c;
  font-family: Droid Arabic Kufi Bold;
  font-size: 13px;
}
.article-news-list-with-img-desc h5 {
  color: #2c2c2c;
  margin-top: 0;
}
.news-with-left-text h4 {
  color: #fff;
}
.mega-news-title:hover{
	margin-top: -10px;
}
.mega-news-title{
	margin-top: -10px;
}

.newsticker {
  color: #402726;
  cursor: default;
  font-family: verdana;
  font-size: 13px;
  font-weight: bold;
  height: 54px;
  line-height: 15.6px;
  overflow: hidden;
  position: relative;
  background: #e65a36;
}

.newsticker:hover {
  background: transparant;
}

.newsticker .newsticker-list {
  position: absolute;
}

.newsticker .newsticker-list .newsticker-item {
    height: 47px;
    margin-top: 1px; 
    overflow: hidden;
    white-space: normal;
    line-height: 19px;
}
.newsticker-item > a {
  color: #fff;
  font-family: Droid Arabic Kufi Bold;
  font-size: 18px;
}

.video-img {
	height:427px;
}

@media screen and (max-width: 1200px) {
	.hide-lg{
		display: none;
	}	
	
	.navbar-btm-logo > img {
	  margin-top: 20px;
	  width: 85%;
	}	
	
	.video-img {
		height:427px;
	}	
	
	.h4, h4 {
	    font-size: 14px;
	}	
}

@media only screen and (max-width: 1024px) {
	.left-text {
	  background: #333333 none repeat scroll 0 0;
	  color: #ffffff;
	  padding: 33px 13px;
	}
	.navbar-form {
	  display: none;
	}
	.sports-slider-inner .item > img {
	  width: 100%;
	}
	.navbar-brand.navbar-btm-logo {
	  float: right;
	  margin-top: 60px;
	  width: 100%;
	}
	#entartainment-sec {
	  margin-top: 15px;
	}
	.life-style-left-news-bg {
	  background: #ffffff none repeat scroll 0 0;
	  padding: 5px 20px;
	}
	.fan-pic li {
	  float: left;
	  list-style: outside none none;
	  margin-right: -5px;
	  margin-top: 10px;
	}
	.fan-image img {
	  width: 80%;
	}
	.header-top-news-one-txt {
	  background: #373737 none repeat scroll 0 0;
	  border: 1px solid;
	  min-height: 218px;
	  padding: 18px 15px;
	}
	.breaking-text {
	  background: #333333 none repeat scroll 0 0;
	  color: #fff;
	  margin-bottom: 15px;
	  min-height: 54px;
	  padding: 5px 9px 0 0;
	}
	
	.breaking-text .fa.fa-circle {
	  font-size: 10px;
	  margin-left: 8px;
	  margin-top: 16px;
	  position: absolute;
	}
		
	.breaking-text > h4 {
	  font-size: 14px;
	  margin-left: 20px;
	}
			
	.life-style-news-sec-img > a > img {
	  float: left;
	  width: 90%;
	}
	.col-md-6.col-sm-6.col-xs-12.sports-btm-one.hide-xs {
	  float: right;
	}
	.news-paper-title i {
	  float: left;
	  padding-left: 10px;
	}
	.latest-news-slide-more a {
	  color: #009bd5;
	  float: right;
	  font-family: "Raleway",sans-serif;
	  font-weight: 600;
	  margin-top: -35px;
	}
	.navbar-btm-logo > img {
	  margin-top: 0px;
	  width: 85%;
	}
	.newsticker {
	  color: #402726;
	  cursor: default;
	  font-family: verdana;
	  font-size: 13px;
	  font-weight: bold;
	  height: 54px;
	  line-height: 15.6px;
	  overflow: hidden;
	  position: relative;
	}	

	.life-style-news-sec-img > a > img {
	  float: right;
	  width: 90%;
	}
	.col-md-6.col-sm-6.col-xs-12.sports-btm-one.hide-xs {
	  float: right;
	}
	.news-paper-title i {
	  float: left;
	  padding-left: 10px;
	}
	.readmore-btn {
	  font-size: 10px;
	}	

	.video-sec-fluid-text {
		background: #333333 none repeat scroll 0 0;
		color: #ffffff;
		height: 353px;
		padding: 50px 40px;
	}
	.tabheading {
		font-size:12px;
	}	

	.spn-btm-1, .spn-btm-two-1 {
		height: 115px;
		margin-bottom: 15px;
		margin-top: 20px;
		overflow: hidden;
	}
	.video-img {
		height:353px;
	}	
	
	.life-style-lfet-desc {
	  float: left;
	  width: 100%;
	  margin-top: -17px ;
	}				
	.breaking-news-col .fa.fa-plus {
	  background: #e65a36 none repeat scroll 0 0;
	  color: #fff;
	  float: right;
	  padding: 20px 13.5px;
	  position: sticky;
	}	
}

@media only screen and (max-width: 1020px) {
	.hide-sm{
		display: none;
	}
	.hide-full{
		display: inherit;
	}
	.hide-sm{
		display: none;
	}
	.hide-tab-full {
	  display: none;
	}
	.news-header-bottom-image > a > img {
		width: 100%;
		height: 96px;
	}
	.life-style-left-news-bg {
	  background: #ffffff none repeat scroll 0 0;
	  padding: 5px 20px;
	  min-height: 262px;
	}
	.sports-slider-inner .item > img {
	  width: 100%;
	}
	#sports-slider {
	  margin-top: 20px;
	}
	.sports-slider-nav.hide-full.hide-sm {
	  display: none;
	}
	.life-style-lfet-desc {
	  float: left;
	  width: 100%;
	}
	.life-style-left-news-bg {
	  background: #ffffff none repeat scroll 0 0;
	  padding: 33px 20px !important;
	}
	.life-style-news-sec > img {
	  width: 22%;
	}
	.life-style-news-sec-img > a > img {
	  width: 90%;
	}
	.header-slider-inner {
	  margin-top: 20px;
	}
	.article-entertainment-with-img > img {
	  margin-bottom: 22px;
	  width: 30%;
	}
	.article-entertainment-with-img-desc {
	  float: left;
	  width: 100%;
	  margin-top: -14px;
	}
	.sm-color-border.war-sec {
	  margin-top: 32px;
	  right: 37px;
	}
	.news-paper-title {
	  background: #333333 none repeat scroll 0 0;
	  color: #fff;
	  margin-bottom: 25px;
	  margin-top: 0;
	  min-height: 142px;
	  padding: 41px 0;
	  text-align: center;
	}

	.libiya-sec-margin-left {
	  margin-top: -20px;
	  padding-left: 15px;
	}
	.libiya-sec-btm-mar-tab.b {
	  margin-top: 30px;
	}
	.swiper-pagination-csonp2 {
	  margin-bottom: -15px;
	}
	.swiper-pagination-csonp1 {
	  margin-bottom: -14px;
	}
	.war-sec-margin-left {
	  padding-left: 15px;
	}
	.footer-sec-three {
	  background: #fff none repeat scroll 0 0;
	  margin-bottom: 110px;
	  min-height: 289px;
	  padding: 15px;
	  width: 100%;
	}
	.footere-sec-two {
	  margin-right: 0px;
	  padding: 60px 0px;
	  width: 100%;
	}
	.war-space {
	  margin-bottom: 25px;
	  margin-top: 60px;
	}
	#footer {
	  background: #333333 none repeat scroll 0 0;
	  color: #ffffff;
	  padding: 70px 0 50px;
	}
	.col-3-news-list {
	  margin-top: -13px;
	}
	
	.col-9-btm-news > a > img {
		width: 100%;
		max-height: 160px;
	}
		
	.article-col3-news-marg {
	  margin-top: 15px;
	}
	.col-md-6.col-sm-6.col-xs-12.sports-btm-one.hide-xs {
	  float: right;
	}
	.war-sec-mrg-btm-tab {
	  margin-bottom: 25px;
	}
	.life-style-mrg-btm-tab {
	  margin-bottom: 25px !important;
	}
	.head-slide-mrg-btm-tab {
	  margin-bottom: 20px;
	  margin-top: -20px;
	}
	.fa.fa-times.hide-sm.hide-full {
	  display: none;
	}
	.sports-slider-inner {
	  margin-bottom: 20px;
	}
	.news-paper-title i {
	  float: left;
	  padding-left: 10px;
	}
	.sports-slider-btn {
	  top: 35%;
	}
	.g-fm-logo {
	  display: block;
	  margin: 10px auto 0;
	  width: 20%;
	}
	.nav.navbar-nav.top-nav-left a {
	  color: #fff;
	  font-family: "Raleway",sans-serif;
	  font-size: 9px;
	  font-weight: 800;
	  margin-right: 1px;
	}
	.top-nav-left li a {
	  padding: 15px 14px;
	}
	.breaking-text .fa.fa-circle {
	  font-size: 10px;
	  margin-left: 3px;
	  margin-top: 16px;
	  position: absolute;
	}
	.breaking-text > h4 {
	  font-size: 14px;
	  margin-left: 14px;
	}
	.article-news-list-with-img {
	  margin-top: 15px;
	}
	div#bs-example-navbar-collapse-1 {
	  border: none;
	  margin-top: 0;
	}
	.footere-sec-two {
	  margin-left: 0px;
	  padding: 60px 0;
	  width: 79%;
	}
	.mega-menu-bg {
	  height: auto;
	}
	.padding-left-open-tab {
	  padding-left: 15px;
	}
	.navbar-header{
		display: none;
	}
	.artic-swiper-slide {
	  width: 158px !important;
	}
	.navbar-brand.navbar-btm-logo {
	  float: right;
	  margin-top: 77px;
	  width: 100%;
	}

	.navbar-btm-logo > img {
	  margin-top: -10px;
	  width: 85%;
	}	
	.detail-title{
		font-size: 25px !important;
		line-height: 1.5;
	} 	
		
	a.mega-menu-read-m {
	  color: #1d9dcf !important;
	  line-height: 13px !important;
	}
	a.mega-menu-read-m a:hover{
	  color: #1d9dcf !important;
	  line-height: 13px !important;
	}
	
	.padding-right-none {
	  padding-right: 0px;
	}
	
	.padding-right-15 {
	  padding-right: 0px;
	}
		
	.libiya-sec-margin-left {
	  margin-top: -20px;
	  padding-left: 15px;
	}
	.libiya-sec-btm-mar-tab.b {
	  margin-top: 30px;
	}
	.swiper-pagination-csonp2 {
	  margin-bottom: -15px;
	}
	.swiper-pagination-csonp1 {
	  margin-bottom: -14px;
	}
	.war-sec-margin-left {
	  padding-left: 15px;
	}
	.footer-sec-three {
	  background: #fff none repeat scroll 0 0;
	  min-height: 289px;
	  padding: 15px;
	  width: 100%;
	  margin-bottom: 20px;
	}
	.footere-sec-two {
	  margin-right: 0px;
	  padding: 60px 0px;
	  width: 100%;
	}
	.war-space {
	  margin-bottom: 25px;
	  margin-top: 60px;
	}
	#footer {
	  background: #333333 none repeat scroll 0 0;
	  color: #ffffff;
	  padding: 70px 0 50px;
	}
	.col-3-news-list {
	  margin-top: -13px;
	}
	.article-col3-news-marg {
	  margin-top: 15px;
	}
	.col-md-6.col-sm-6.col-xs-12.sports-btm-one.hide-xs {
	  float: right;
	}
	.war-sec-mrg-btm-tab {
	  margin-bottom: 25px;
	}
	.life-style-mrg-btm-tab {
	  margin-bottom: 25px !important;
	}
	.head-slide-mrg-btm-tab {
	  margin-bottom: 20px;
	  margin-top: -20px;
	}
	.fa.fa-times.hide-sm.hide-full {
	  display: none;
	}
	.sports-slider-inner {
	  margin-bottom: 20px;
	}
	.news-paper-title i {
	  float: left;
	  padding-left: 10px;
	}
	.sports-slider-btn {
	  top: 35%;
	}
	.g-fm-logo {
	  display: block;
	  margin: 10px auto 0;
	  width: 20%;
	}
	.tag-line-btm-brd {
	  margin-top: 35px;
	}
	.top-nav-right li a {
	  padding: 15px 14px;
	}
	.breaking-text > h4 {
	  font-size: 11px !important;
	  margin-right: 10px;
	}
	.tag-box > ul {
	  margin-right: 0;
	  width: 100%;
	}		
	.tag-box ul li {
	  border: 1px solid #E2E3E5;
	  float: right;
	  list-style: outside none none;
	  margin-bottom: 5px;
	  margin-left: 0px;
	  margin-top: 5px;
	  padding: 4px 23px;
	  width: -moz-max-content;
	  color: #2c2c2c;
	  text-align: center;
	}	
	
	.label {
	    font-family: 'Droid Arabic Kufi Bold';
	    font-size: 10px;
	}	
		
	.padding-left-none {
	    padding-left: 0px;
	}

	.top-news-inner {
	    height: 500px;
	    margin-top: 20px;
	}
	
	.war-news-with-image > a > img {
	  width: 100%;
	  max-height: 190px;
	}

	.life-style-right-image > a > img {
	  height: 350px;
	  width: 100%;
	}
	
	.tabheading {
		font-size:12px;
	}

	.writer-image img {
		border: 3px solid #eeeeee;
		margin-top: -10px;
		width: 100%;
		max-height: 158px;
	}
	
	.right-image > a > img {
	  height: 400px;
	  width: 100%;
	}		
	
}

@media screen and (max-width: 992px){
#slider-control img {
  padding-top: 70px;
  margin: 0 auto;
}
}

@media screen and (max-width: 991px){
#slider-control img {
  padding-top: 70px;
  margin: 0 auto;
}
	.navbar-btm-logo > img {
	  margin-top: 0px;
	  width: 85%;
	}
	
	.video-img {
		height:538px;
	}
	
	.breaking-news-col .fa.fa-plus {
	  background: #e65a36 none repeat scroll 0 0;
	  color: #fff;
	  float: right;
	  padding: 20px 13.5px;
	  position: sticky;
	}
		
	.breaking-text {
	  background: #333333 none repeat scroll 0 0;
	  color: #fff;
	  margin-bottom: 15px;
	  min-height: 54px;
	  padding: 5px 9px 0 0;
	}
	
	.breaking-text .fa.fa-circle {
	  font-size: 10px;
	  margin-left: 8px;
	  margin-top: 16px;
	  position: absolute;
	}
		
	.breaking-text > h4 {
	  font-size: 14px;
	  margin-left: 20px;
	}
			
}


@media only screen and (max-width: 767px) {
	.article-col3-news-marg > img {
	  width: 100% !important;
	}
	.brand img {
	  display: block;
	  margin: 0 auto;
	  width: 150px;
	}
	.home-war-col-3-resp-img > a > img {
	  float: left;
	  margin-right: 12px;
	  width: 44%;
	}
	.sports-news-col-3 .sports-section-title-color {
	  color: #ffffff;
	  float: right;
	  font-size: 12px;
	  margin-bottom: 10px;
	  margin-left: 0;
	  margin-top: 0;
	  width: 65%;
	}
	
	.sports-news-col-3 .share-btn {
		padding-left:15px;
	}
		
	.sports-news-col-3 > a > img {
	  float: left;
	  margin-bottom: 45px;
	  width: 33%;
	}
	.section-padding-rn{
		padding-right: 0px !important;
	}
	.section-padding-ln{
		padding-left: 0px !important;
	}
	.navbar-header {
	    display: inherit !important;
	}
	.navbar-header{
		background: #FFFFFF;
	}
	.navbar-header li{
		list-style: none;
	}
	.hide-md {
	  display: inherit;
	}
	.hide-xs{
		display: none;
	}
	.header-slider-margin {
	  margin-top: 20px;
	}
	.hide-full{
		display: inherit;
	}
	.header-slider-nav {
	  background: #009bd5 none repeat scroll 0 0;
	  left: 0;
	  margin: 0 auto -46px;
	  padding: 8px 0;
	  right: 0;
	  width: 100%;
	}
	
	.newsticker {
	  color: #402726;
	  cursor: default;
	  font-family: verdana;
	  font-size: 13px;
	  font-weight: bold;
	  height: 47px;
	  line-height: 15.6px;
	  overflow: hidden;
	  position: relative;
	}
		
	.newsticker .newsticker-list {
	  position: absolute;
	  top: 0px;
	  padding-top:0px;
	}
	
	.newsticker .newsticker-list .newsticker-item {
	    height: 45px;
	    margin-top: 1px; 
	    overflow: hidden;
	    white-space: normal;
	    line-height: 15px;
	}
		
	.newsticker-item > a {
	  font-size: 13px !important;
	}
	/*
	.newsticker .newsticker-list {
		position: absolute;
		top: 8px;
		padding-top: 0px;
	}
	
	.newsticker .newsticker-list .newsticker-item {
	    height: 40px;
	    margin-top: 0px; 
	    overflow: hidden;
	    white-space: normal;
	    line-height: 17px;
	}
	*/
	.h4-larg-font {
	  font-size: 18px;
	  line-height: 23px;
	}
	.header-slider-inner > .item > img {
	  height: auto;
	  width: 100%;
	}
	#header-btm-news {
	  padding: 50px 0 0;
	}
	.latest-news-slider-nav {
	  background: transparent none repeat scroll 0 0;
	  left: 0;
	  margin: 0 auto -46px;
	  padding: 8px 0;
	  right: 0;
	  width: 100%;
	}
	.latest-news-slider-nav > li {
	  background: #666666 none repeat scroll 0 0;
	  border: none;
	}
	.latest-news-slider-nav > li.active {
	  background: #333333 none repeat scroll 0 0;
	  border: none;
	}
	.padding-left-none {
	  padding-left: 15px;
	}
	.padding-right-none {
	  padding-right: 15px;
	}
	.col-9-btm-news {
	  margin-bottom: 10px;
	  border-bottom: 1px solid #e6e6e6;
	  padding-bottom: 30px;
	}
	
	.col-9-btm-news .h4-small-font {
	  margin-bottom: 10px;
	  float:left;
	  margin-left:20px;
	}	
	
	.col-9-btm-news .share-btn {
	  margin-left: 20px;
	}	
	.col-9-btm-news .share-left-border {
	  margin-left: 0px;
	}
	.col-9-btm-news .readmore-btn {
	  padding-left: 0px;
	}
	.left-margin20 {
		margin-left:20px;
	}				
	.col-9-btm-news > a > img {
	  float: left;
	  width: 30%;
	  max-height: 90px;
	}
	.news-with-left-text .left-txt {
	  background: #333333 none repeat scroll 0 0;
	  color: #ffffff;
	  height: 353px;
	  padding: 40px 33px;
	}
	.news-with-left-text {
	  margin-top: 50px;
	}
	#client-sec {
	  margin-top: 244px;
	}
	.sports-news-col-3 > a > img {
	  float: left;
	  width: 32%;
	}
	.sports-news-col-3 {
	  margin-bottom: 12px;
	}
	.sports-news-col-3 > h4 {
	  font-size: 13px;
	}
	.sports-slider-inner .item > img {
	  width: 100%;
	}
	.sports-slider-nav {
	  left: 0;
	  margin: 0 auto -46px;
	  padding: 8px 0;
	  right: 0;
	  width: 100%;
	}
	#sports-slider {
	  margin-top: 20px;
	}
	.entertainment-one {
	  margin-bottom: 10px;
	}
	#entartainment-sec {
	  margin-top: 15px;
	}
	.news-paper-title {
	  margin-bottom: 0px;
	}
	.war-news-with-image > a > img {
	  width: 100%;
	  margin-bottom: 10px;
	}
	.life-style-news-sec {
	  border-bottom: 1px solid #d9e1e4;
	  height: 125px;
	  margin-bottom: 19px;
	}
	.g-connecting {
	  background: #009bd5 none repeat scroll 0 0;
	  height: 90px;
	  margin-top: 0;
	  padding: 15px 30px;
	  position: unset;
	}
	.contact-box {
	  background: #333333 none repeat scroll 0 0;
	  color: #fff;
	  height: 114px;
	  padding: 20px;
	  text-align: center;
	}
	.footer-sec-three-intro {
	  background: #fff none repeat scroll 0 0;
	}
	
	.toogle-bar-resp .fa.fa-bars {
	  color: black;
	  font-size: 25px;
	  margin-left: 18px;
	  margin-top: -31px;
	  position: absolute;
	}
	.breaking-news-title > h4 {
	  background: #e65a36 none repeat scroll 0 0;
	  color: #ffffff;
	  margin-top: 0;
	  padding: 11px 20px;
	  font-size: 11px;
	}
	.breaking-text h4 {
	  font-size: 10px !important;
	  margin-bottom: 2px;
	  margin-top: -3px;
	}
	.breaking-text {
	  background: #333333 none repeat scroll 0 0;
	  color: #fff;
	  margin-bottom: 0px;
	  padding: 2px 2px 1px 0;
	  text-align: center;
	  min-height:47px;
	}	
	#breaking-news {
	  margin-top: 85px;
	}
	#bread-coumb {
	  margin-top: 85px;
	}
	.select-category {
	  margin-top: 15px;
	  margin-bottom: 10px;
	}
	.article-news-sec-slide {
	  margin-bottom: 30px;
	}
	.writer2 {
	  margin-bottom: 15px;
	}
	.news-letter {
	  background: #eeeeee none repeat scroll 0 0;
	  margin-top: 15px;
	  min-height: 320px;
	  padding: 40px 30px;
	}
	.ns-show > img {
	  border: 10px solid #ffffff;
	  width: 90%;
	}
	.ns-show > iframe {
	  border: 10px solid #ffffff;
	  width: 90%;
	}
	#footer-social {
	  background: #373737 none repeat scroll 0 0;
	  height: 28px;
	}
	.footer-social-title {
	  margin-top: -55px;
	}
	.footer-social {
	  color: #fff;
	  font-size: 20px;
	  height: 42px;
	  padding: 12px 0;
	  width: 42px;
	}
	.side-nav-dropdown-li-ul {
	  margin-right: 185px !important;
	  margin-top: 70px;
	}
	.latest-news-slide-margin {
	  margin-top: 65px;
	  margin-bottom: 0px;
	}
	.libiya-sec-margin-left {
	  margin-top: -35px !important;
	  padding-left: 15px;
	}
	.carousel-indicators.important-news-inticator {
	  margin-bottom: -70px;
	  position: absolute;
	}
	.carousel-indicators.important-news-inticator > li {
	  background: #939393 none repeat scroll 0 0;
	  border: medium none;
	  border-radius: 50%;
	  height: 35px;
	  width: 35px;
	}
	.title-slide > h4 {
	  font-size: 13px;
	  margin-top: 0;
	  padding: 0 0px 0 78px;
	}
	.swiper-container-client-slide-one {
	  padding: 0 0 25px;
	}
	.swiper-container-client-slide-two {
	  padding: 0 0 25px;
	}
	.war-sec-margin-left {
	  padding-left: 15px;
	  margin-top: 15px;
	}
	
	.news-paper-title {
	  background: #333333 none repeat scroll 0 0;
	  color: #fff;
	  font-size: 20px ;
	  line-height: 30px;
	  margin-bottom: 0px !important;
	  margin-top: 0;
	  min-height: 142px;
	  padding: 38px 11px 0px 0px !important;
	  text-align: start !important;
	}
	#lifestyle {
	  margin-top: 25px;
	}
	.technology-end-border-margin {
	  margin-top: 25px;
	}
	.life-style-lfet-desc {
	  float: left;
	  width: 100%;
	  margin-top: -17px ;
	}
	.col-9-btm-news h4 {
	  width: 65%;
	}
	.art-pg-slid {
	  margin-left: 14px;
	  width: 90%;
	}
	.important-news-inticator {
	  bottom: 10px;
	  list-style: outside none none;
	  margin-left: -41%;
	  padding-left: 0;
	  position: absolute;
	  text-align: center;
	  width: 76%;
	  z-index: 15;
	}
	#news-title-slide {
	  padding-bottom: 0px;
	  padding-top: 0px;
	}
	.single-border-margin-top {
	  margin-top: 0px;
	}
	.footer-left-margin {
		margin-left: 0px;
	}
	.footer-sec-three {
	  background: #fff none repeat scroll 0 0;
	  min-height: 289px;
	  padding: 15px;
	  width: 100%;
	}
	.footere-sec-two {
	  margin-right: 0px;
	  padding: 60px 0px;
	  width: 100%;
	}

	.wrapper {
	  display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;  
	  
	  -webkit-flex-flow: row wrap;
	  flex-flow: row wrap;
	}
	.life-style-news-sec-img > a > img {
	  width: 90%;
	}
	.war-space {
	  margin-bottom: 0 !important;
	  margin-top: 0 !important;
	}
	.life-style-mrg-resp {
	  margin-top: 20px;
	}
	.article-col3-news-marg {
	  margin-top: 15px;
	}
	.order1    { flex: 3 0px; }
	.order2 { order: 2; } 
	.order1    { order: 1; }
	.breaking-text i {
	  color: #fff;
	  font-size: 14px;
	}
	.war-nwiw-resp-border-btm {
	  border-bottom: 1px solid #cccccc;
	  padding-bottom: 15px;
	}
	.resp-more-btn {
	  color: #009bd5;
	  font-family: 'Raleway', sans-serif;
	  font-size: 13px;
	  margin-top: 10px;
	}
	.resp-more-btn:hover {
	  color: #009bd5;
	  font-family: 'Raleway', sans-serif;
	  font-size: 13px;
	  margin-top: 10px;
	}
	.life-style-lfet-desc > h4 {
	  font-size: 13px;
	  margin-bottom: 5px;
	}
	.life-style-news-sec-img > a > img {
	  width: 100%;
	}
	.sports-news-col-3 {
	  border-bottom: 1px solid #545454;
	  padding-bottom: 40px;
	}
	.lifestyle-overlay-text-mrg > h4 {
	  margin-top: 0;
	}
	.news-paper-title i {
	  float: left;
	  padding-left: 15px;
	}
	.fa.fa-times.hide-sm.hide-full {
	  display: inline !important;
	}
	.hide-sm.hide-full.resp-more-btn {
	  display: block;
	}
	.input-group.date .form-control {
	  margin-left: 0;
	}
	.select-category {
	  margin-bottom: 5px;
	}
	.input-group-addon {
	  padding: 6px 10px;
	}
	.section-page-news-with-img h4 {
	  margin-top: -5px;
	}
	
	h2 {
	font-size: 16px !important;
	line-height: 25px;
	}
	
	p {
		line-height: 20px;
	}	

	.top-news-inner {
	    height: 500px;
	    margin-top: 20px;
	}

	.life-style-right-image > a > img {
	  height: 267px;
	  width: 100%;
	}

	.writer-image img {
		border: 3px solid #eeeeee;
		margin-top: -10px;
		width: 100%;
		max-height: 260px;
	}	
	
	.gredint-text a h4 {
	  color: #fff;
	  font-size:13px;
	}
	
	.gredient-our-lives a h4 {
	  color: #fff;
	  font-size:13px;
	}	
	
	.gredint-text-shade a h4 {
	  color: #fff;
	  font-size:13px;
	}
	
	.issue-archive-img {
		height:300px; 
		width:100%;
	}
	
	.footer-sec-three-intro > a > img {
		width: 100%;
		height: 350px;
	}		

	.kides-news > a > img {
		width: 100%;
		height: 120px;
	}	
	.right-image > a > img {
	  height: 400px;
	  width: 100%;
	}	
	
	.video-img {
		height:480px;
	}
	.war-news-with-image > a > img {
	  width: 100%;
	  max-height: 330px;
	}	
	
	.war-right > a > img {
	  width: 100%;
	  max-height: 330px;
	}	
	
	.entertainment-image {
	  height: 330px;
	}			
}

@media only screen and (max-width:550px) {
	
	.news-header-bottom-image > a > img {
		width: 100%;
		max-height: 150px;
	}	
	
	.top-news-inner {
	    height: 247px;
	    margin-top: 20px;
	}	
	
	.sports-slider-inner .item > a > img {
	  width: 100%;
	  height:160px;
	}	
	
	.issue-archive-img {
		height:143px; 
		width:100%;
	}	
	
	.footer-sec-three-intro > a > img {
		width: 100%;
		height: 250px;
	}
	
	.kides-news > a > img {
		width: 100%;
		height: 155px;
	}
	
	.header-slider-inner > .item > a > img {
	    height: 300px;
	    width: 100%;
	}			
	
	.right-image > a > img {
	  height: 296px;
	  width: 100%;
	}	
	
	.video-img {
		height: 337px;
	}	
	
	.breaking-text > h4 {
	  font-size: 14px;
	  margin-left: 15px;
	}	
	
	.breaking-text {
	  background: #333333 none repeat scroll 0 0;
	  color: #fff;
	  margin-bottom: 0px;
	  padding: 2px 2px 1px 0;
	  text-align: center;
	  min-height:47px !important;
	}		
}

@media only screen and (max-width:420px) {
	.header-slider-inner > .item > a > img {
	  height: 240px;
	  width: 100%;
	}	
	
	.news-header-bottom-image > a > img {
		width: 100%;
		max-height: 96px;
	}	
	
	.kides-news > a > img {
		width: 100%;
		height: 90px;
	}	
	
	.video-img {
		height:218px;
	}	
	
	.col-9-btm-news {
	  margin-bottom: 10px;
	  border-bottom: 1px solid #e6e6e6;
	  padding-bottom: 15px;
	}
	
	.col-9-btm-news .h4-small-font {
	  margin-bottom: 10px;
	  float:right;
	  margin-left:0px;	  
	}	
	.sports-news-col-3 .share-btn {
		padding-left:7px;
	}
	.sports-news-col-3 {
	  padding-bottom: 15px;
	}	
	.entertainment-image {
	  height: 290px;
	}	
	
	.life-style-lfet-desc {
	  float: left;
	  width: 100%;
	  margin-top: -17px ;
	}	
	.left-margin20 {
		padding-left:20px;
	}			
}

@media only screen and (width:375px) {
	.video-img {
		height:258px;
	}		
}
@media only screen and (width:414px) {
	.video-img {
		height:288px;
	}		
}

#slider-text .col-md-6{
  overflow: hidden;
}
@media screen and (max-width: 992px){
#slider-control img {
  padding-top: 70px;
  margin: 0 auto;
}

}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}

@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6  {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
    transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
    transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymovetwo .cloneditem-2,
.carousel-showmanymovetwo .cloneditem-3,
.carousel-showmanymovetwo .cloneditem-4,
.carousel-showmanymovetwo .cloneditem-5 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymovetwo .carousel-inner .cloneditem-1 {
    display: block;
  }
}

@media all and (min-width: 992px) {
  .carousel-showmanymovetwo .carousel-inner .cloneditem-2,
  .carousel-showmanymovetwo .carousel-inner .cloneditem-3,
  .carousel-showmanymovetwo .carousel-inner .cloneditem-4,
  .carousel-showmanymovetwo .carousel-inner .cloneditem-5,
  .carousel-showmanymovetwo .carousel-inner .cloneditem-6  {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymovetwo .carousel-inner > .item.active.right,
  .carousel-showmanymovetwo .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
    transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymovetwo .carousel-inner > .item.active.left,
  .carousel-showmanymovetwo .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
    transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymovetwo .carousel-inner > .item.left,
  .carousel-showmanymovetwo .carousel-inner > .item.prev.right,
  .carousel-showmanymovetwo .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymovethree .cloneditem-2,
.carousel-showmanymovethree .cloneditem-3,
.carousel-showmanymovethree .cloneditem-4,
.carousel-showmanymovethree .cloneditem-5 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymovethree .carousel-inner .cloneditem-1 {
    display: block;
  }
}

@media all and (min-width: 992px) {
  .carousel-showmanymovethree .carousel-inner .cloneditem-2,
  .carousel-showmanymovethree .carousel-inner .cloneditem-3,
  .carousel-showmanymovethree .carousel-inner .cloneditem-4,
  .carousel-showmanymovethree .carousel-inner .cloneditem-5,
  .carousel-showmanymovethree .carousel-inner .cloneditem-6  {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymovethree .carousel-inner > .item.active.right,
  .carousel-showmanymovethree .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
    transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymovethree .carousel-inner > .item.active.left,
  .carousel-showmanymovethree .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
    transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymovethree .carousel-inner > .item.left,
  .carousel-showmanymovethree .carousel-inner > .item.prev.right,
  .carousel-showmanymovethree .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}




.sidenav {
  background-color: #FFFFFF;
  height: 100%;
  overflow-x: hidden;
  padding-top: 60px;
  position: fixed;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 0;
  z-index: 1;
  direction: ltr;
}

/* The navigation menu links */
.side-nav-ul a {
  color: #000000;
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
#mySidenav li a {
  border-bottom: 1px solid #e5e5e5;
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  font-weight: 600;
}
#mySidenav li{
	list-style: none;
}
/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
    color: #000000;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  border-bottom: 2px solid #009bd5;
  font-size: 36px;
  margin-right: 2px !important;
  position: absolute;
  top: 0px;
  width: 100%;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 35px;}
    .sidenav a {font-size: 18px;}
    
	h2 {
		font-size: 16px !important;
		line-height: 25px;
	}    
}












.mega-menu {
   background: #ffffff; repeat scroll 0 0 #888;
	left: 0;
	margin-top: 0px;
	position: absolute;
	width: 100%;
	padding:15px;
	display:none;
	transition-duration: 0.9s;
	
}
.display-on{
	display:block;
	transition-duration: 0.9s;
}
.mega-menu.fadeIn.animated {
  position: fixed;
  width: 100%;
}
.mega-menu-read-m {
  color: #1d9dcf !important;
}
.mega-menu-share {
  color: #e65a37 !important;
}
.mega-menu.fadeIn.animated {
  background: rgba(64, 64, 64, 0.85) none repeat scroll 0 0;
  height: 40%;
  padding: 0;
}
.mega-menu-bg {
  background: #fff none repeat scroll 0 0;
  /*height: 275px;*/
  height: auto;
  padding-top: 20px;
}
.mega-menu-more-opt {
  border-bottom: 2px solid #009bd5;
  font-size: 17px;
  height: 31px;
  list-style: outside none none;
  margin-top: 7px;
  color: #009bd5;
}
.mega-menu-plus {
  color: #009bd5;
  float: right;
  font-size: 13px;
  margin-right: 5px;
  margin-top: 7px;
}
.mega-menu-more-opt > a {
  color: #009bd5 !important;
}







.mainmenu, .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* make ALL links (main and submenu) have padding and background color */
.mainmenu a {
  display: block;
  background-color: #CCC;
  text-decoration: none;
  padding: 10px;
  color: #000;
}

/* add hover behaviour */
.mainmenu a:hover {
    background-color: #C5C5C5;
}


/* when hovering over a .mainmenu item,
  display the submenu inside it.
  we're changing the submenu's max-height from 0 to 200px;
*/

.mainmenu li:hover .submenu {
  display: block;
  max-height: 200px;
}

/*
  we now overwrite the background-color for .submenu links only.
  CSS reads down the page, so code at the bottom will overwrite the code at the top.
*/

.submenu a {
  background-color: #999;
}

/* hover behaviour for links inside .submenu */
.submenu a:hover {
  background-color: #666;
}

/* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.
*/
.submenu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out;
}

.sidemenu {

}
.sidenav a {
    color:#00000;
    text-decoration:none;
    border-bottom:1px dotted #fff;
    padding:0px 0px 20px 0px;
    width:100%;
    display:block;
    height:100%;
}
.sidebar-nav-two a {
  color: #666666 !important;
}
.sidenav li {
    padding:20px 20px 0 20px;
    width:100%;
    color:#fff;
}
.sidenav ul {height:100%;}
.sidenav > ul {
  background-color: #fff;
  direction: ltr;
  height: auto;
  overflow: visible;
  padding-top: 0;
  position: relative;
  width: 100%;
}
.side-nav-social li {
  padding: 0 15px;
  width: 17%;
}
.sidenav > ul > li:hover {background-color:#fff;}
.sidenav > ul > li > ul {
    display:none;
    position:absolute;
    right:-250px;
    top:0;
    width:250px;
    background-color:#fff;
}
.sidenav > ul > li:hover > ul {
    display:block;
}
.sidenav > ul > li > ul >li:hover {background-color:#fff;}
.sidenav > ul > li > ul {
  background-color: #fff;
  display: none;
  position: fixed;
  margin-right: 1127px;
  top: 0px;
  width: 250px;
}
.sidenav > ul > li > ul > li:hover ul {
    display:block;
}
.sidenav > ul > li > ul > li > ul > li:hover {background-color:#fff;}
.sidenav > ul > li > ul > li ul li ul li {
    border-bottom:1px dotted #fff;
    padding:20px;
}

.side-nav-dropdown-li-ul {
  margin-left: 54px;
  margin-right: -32px;
-webkit-box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.44);
-moz-box-shadow:    2px 0px 3px 0px rgba(0, 0, 0, 0.44);
box-shadow:         2px 0px 3px 0px rgba(0, 0, 0, 0.44);
}
.sidenav a {
  color: #2c2c2c;
  font-weight: bold;
}
.side-nav-dropdown-angle {
  float: right;
}










.tabs {
      position: relative;   
      min-height: 540px; /* This part sucks */
      clear: both;
      margin: 25px 0;
    }
    .tab {
	  float: left;
	}
    .tab label {
      color: #B9B9B9;
	  padding: 4px 0px;
	  position: relative;
	  width: 87px;
	  text-align: center;
	}
    .tab [type=radio] {
      display: none;   
    }
    .content {
	  background: white none repeat scroll 0 0;
	  bottom: 0;
	  left: 0;
	  padding: 15px 0;
	  position: absolute;
	  right: 0;
	  top: 28px;
	  min-height: 640px;
	  overflow: hidden;
	}
    [type=radio]:checked ~ label {
      color: #2c2c2c;
    }
    [type=radio]:checked ~ label ~ .content {
      z-index: 1;
    }
    
/*------------------------------*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.col-md-16 {
	width: 20.50%;
    float: right;
    padding-right:0px;
    position: relative;
    min-height: 1px;    
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
    
	.col-xs-15,
	.col-sm-15,
	.col-md-15,
	.col-lg-15 {
	    position: relative;
	    min-height: 1px;
	    padding-right: 5px;
	    padding-left: 15px;
	} 
		
	.col-md-16 {
		width: 48%;
	    float: left;
	    padding-right:0px;
	    position: relative;
	    min-height: 1px;    
	} 
	
	.sidenav > ul > li > ul {
	  background-color: #fff;
	  display: none;
	  position: fixed;
	  margin-right: 780px;
	  top: 0px;
	  width: 250px;
	}		  
}

@media only screen and (min-width:769px)  {
    .col-md-15 {
        float: right;
        width:50%;
    }
    
	.col-xs-15,
	.col-sm-15,
	.col-md-15,
	.col-lg-15 {
	    position: relative;
	    min-height: 1px;
	    padding-right: 15px;
	    padding-left: 5px;
	} 
	    
	.col-md-16 {
		width: 20.50%;
	    float: right;
	    width:48%;
	    padding-left:0px;
	    position: relative;
	    min-height: 1px;    
	}
    
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
	 
	.col-xs-15,
	.col-sm-15,
	.col-md-15,
	.col-lg-15 {
	    position: relative;
	    min-height: 1px;
	    padding-right: 3px;
	    padding-left: 3px;
	} 
		    
	.col-md-16 {
		width: 20.50%;
	    float: right;
	    padding-left:0px;  
	    padding-right:16px;  
	    position: relative;
	    min-height: 1px;    
	}
	
	.h4-mid-size {
	    font-size: 15px;
	    line-height: 25px;
	    margin-bottom: 5px;
	}
 
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
	.col-md-16 {
		width: 20.50%;
	    float: right;
	    padding-right:15px;
	    position: relative;
	    min-height: 1px;    
	}  	  
}

@media screen and (min-width: 767px) {
   .col-md-1-5 {
	  width: 20%;
	}
}

@media (width: 1024px) {
	.col-md-16 {
		width: 20.50%;
	    float: left;
	    padding-left:10px;
	    position: relative;
	    min-height: 1px; 
	    padding-right:3px;   
	}
	
	.sidenav > ul > li > ul {
	    right:-570px;
	}	
}



.swiper-container {
   width: 100%;
   height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-button-next {
  margin-top: 63px;
  margin-right: 15px;
}
.swiper-button-prev {
  margin-left: 5px;
  margin-top: 63px;
}
.swiper-img {
  text-align: left;
}


.col-md-half { width: 4.1667%; } /* = 8,3333 + 4,16667*/


.flex-container {
    display: flex;
    flex-wrap: wrap;
}
@media screen and ( max-width: 800px) {
    .a {
        order: 1;
    }
    .b {
        order: 2;
    }
    .c {
        order: 4;
    }
    .d {
        order: 3;
    }
    
.sidenav > ul > li > ul {
  background-color: #fff;
  display: none;
  position: fixed;
  margin-right: 780px;
  top: 0px;
  width: 250px;
}	    
}
.error input,input.error,.error textarea,textarea.error {
	background-color:#ffffff;
	border:1px solid red !Important;
	-webkit-transition:border linear 0.2s,box-shadow linear 0.2s;
	-moz-transition:border linear 0.2s,box-shadow linear 0.2s;
	-o-transition:border linear 0.2s,box-shadow linear 0.2s;
	transition:border linear 0.2s,box-shadow linear 0.2s;
}
/* video icon */
.vid-clip-sm a.uvid{
    display:block;
    position:relative;
}
.vid-clip-inline a.uvid{
    display:inline-block;
    position:relative;
}
.vid-clip-inline a.uvid:after, .vid-clip-sm a.uvid:after{
    background:url(../images/play-circle-w.png) center center no-repeat;
    bottom:0;
    content:"";
    display:block;
    left:0;
    position:absolute;
    right:0;
    top:0;
}
.vid-clip-inline a.uvid:hover:after, .vid-clip-sm a.uvid:hover:after{
  background-image:url(../images/play-circle-r.png);
}