

@font-face {
	
    font-family: sutunyMj;
    src: url("../fonts/SolaimanLipi_22-02-2012.ttf");
	
}

body { 	
	font-family: sutunyMj;
	color: #000000;
	background-color:#E9EAED !important;
	font-size: 15px;
	font-weight: 400;
	padding:0;
	margin:0;
	overflow-x:hidden;
	-webkit-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	user-select: none;
}

input {
	-moz-user-select: text;
	-webkit-user-select: text;
	-moz-user-select: -moz-text;
	-ms-user-select: text;
	user-select: text;
}


h1, h2, h3, h4, h5, h6 {
	margin:0;
	color: #000;
}

p {
	text-align:justify;
	font-size:14px;
	padding:0 5px;
	font-family:sutunyMj;
}

a {
   color: #000;
   text-decoration:none;
}

a:active, a:hover, a:link, a:visited {
	color:#333;
	text-decoration:none !important;
}
.cat-head h3 a:active, .cat-head h3 a:hover, .cat-head h3 a:link,.cat-head h3 a:visited {
	color:#fff;
}

.cat-head h3{

    background: #115674;
    color: #fff;
    padding: 7px 5px 3px 7px;
	text-align: center;
	font-weight: bold;
	border-bottom: solid 2px #0e709b;
	margin: 5px 0 10px 0;

}


/*****TOP****/

.scroll_top {
	position:fixed;
	bottom:30px;
	right:30px;
	font-size:30px;
	color:tomato;
	z-index:100;
	cursor:pointer;
	display:none;
}

.top {
	background:#123652;
	padding: 7px 0 5px;
}

.top p{
	color:#fff;
	padding:0 0 1px 0;
	margin:0;
	font-size: 14px;
}
.lfrtPad {
	padding:0;
	background:#FFF;
}
.header{
	
padding-bottom: 5px;
width: 100%;
font-size: 16px;
background: #fff;
}
.date p{
	margin:0;
	font-size:13px;
	padding:7px 0 2px 0;
	text-align:right;
}

.date {
	padding: 0;
}


input[type="text"] {

    width: 85%;
    border: 1px solid #29487d;
    border-radius: 3px 0 0 3px;
    font-size: 14px;
    float: right;
    background-repeat: no-repeat;
    padding: 3px 20px 3px 10px;
    height: 30px;
    background: transparent;

}

.searchbutton {

    background-color: #29487d;
    border: 1px solid #29487d;
    float: right;
    cursor: pointer;
    border-radius: 0px 3px 3px 0px;
    border-left: none;
    color: #fff;
    height: 30px;
    width: 12%;

}
.searchbutton:hover {

    background-color: #000;
    transition: 0.6s;

}
.search {

    padding: 10px 0 0px 15px;

}


.top_icons ul {
	padding:0;
	margin: 7px 0 10px;
}
.top_icons li i {
    border-radius: 5px;
    color: #fff;
    padding: 7px 5px 5px 7px;
	border:1px solid #023240;
	font-size:15px;
}
.share_icons li i {
    background: #023240;
    color: #fff;
}
.top_icons li i.fa-facebook {
    padding: 8px 15px 6px 14px;
	background: #0d4d9f;
}
.top_icons li i.fa-twitter {
    padding: 7px 11px;
	background: #00abd8;
}
.top_icons li i.fa-feed {
    padding: 7px 12px;
	background: #cc9b0f;
}
.top_icons li i.fa-youtube {
    padding: 7px 11px;
	background: #bd3804;
}
.top_icons li i.fa-google-plus {
    padding: 7px 6px;
	background: #bd3804;
}
.top_icons li i.fa-linkedin {
    padding: 7px 10px;
	background: #0d4d9f;
}
.top_icons li i.fa-print {
    padding: 7px 9px;
}
.top_icons li i.fa-link {
    padding: 7px;
}


.searchbutton span {

    padding: 5px 2px 0 0;
    font-size: 13px;
    margin: 0;
    background: transparent;

}

/**** Navigation *****/

.navbar{
 background-color:#115674;
 border-radius:0;
 border:none;
 margin-bottom: 0px;
 padding:1px 0;
}
.navbar-collapse{
 padding-left:0;
 padding-right:0;
}
.navbar-default .navbar-nav li a {
	color:#fff;
	font-size:15px;
	border:1px solid #FFF;
	background-color:#115674;
}
.navbar-default .navbar-nav li a:hover {
	color: #124b65;
	background-color: #fff;
	transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
}
.navbar-default .navbar-nav li a:active{
	background:#115674 !important;
	color:#fff;
	
}
.navbar-default .navbar-nav li a:link {
	/*color: #FF0004;*/
}
.navbar-default .navbar-nav li a:link a:visited a:active {
	background-color:#CB0D10;
}
.navbar-nav li a {
    line-height: 30px;
    height: 30px;
    padding-top: 0;
}
ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;
    margin: 0;
}
ul.nav li.dropdown:hover > ul.dropdown-menu li{ width:212px;}
/*navbar-default .navbar-nav li a {
    color: #FFF;
    font-size: 18px;
}*/
.dropdown-menu {
 background-color:#B30F0F;
 border-bottom:1px solid #FFF;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: #115674;
}




/***** Breaking News ****/

.breakingNews {
    width: 100%;
    height: 40px;
    background: #FFF;
    position: relative;
    border-bottom: 2px solid #5C8191 !important;
    overflow: hidden;
    margin-top: 20px;
    padding-top: 1px;
}
.breakingNews>.bn-title{width:auto; height:40px; display:inline-block; background: #ffffff; position:relative;}
.breakingNews>.bn-title>h2{display:inline-block; margin:0; padding: 0 15px; line-height:40px; font-size:20px; color:#023240; height:40px; box-sizing:border-box;}
.breakingNews>.bn-title>span{width: 0;position:absolute;right:-8px;top:10px;height: 0;border-style: solid;border-width: 10px 0 10px 10px;border-color: transparent transparent transparent #ffffff;}
.breakingNews>ul{padding:0; margin:0; list-style:none; position:absolute; left:210px; top:0; right:40px; height:40px; font-size:16px;}
.breakingNews>ul>li{position:absolute; height:40px; width:100%; line-height:40px; display:none;}
.breakingNews>ul>li>a{text-decoration:none; color:#333; overflow:hidden; display:block; white-space: nowrap;text-overflow: ellipsis; font-weight:normal;}
.breakingNews>ul>li>a>span{color:#2096cd;}
.breakingNews>ul>li>a:hover{color:#2096cd;}
.breakingNews>.bn-navi{width:35px; height:40px; position:absolute; right: 15px;top: 5px;}
.breakingNews>.bn-navi>span {width: 15px;height: 30px;position: absolute;top: 5px;cursor: pointer;opacity: 0.3;background-image: url(images/bn-arrows.png);background-repeat: no-repeat;}
.breakingNews>.bn-navi>span:hover{opacity:1;}
.breakingNews>.bn-navi>span:first-child{background-position:left center; left:0;}
.breakingNews>.bn-navi>span:last-child{background-position:right center; right:0;}
.breakingNews:hover .bn-navi{opacity:1;}

.bn-large{height:50px;}
.bn-large>.bn-title{height:50px;}
.bn-large>.bn-title>h2{line-height:50px; font-size:26px;}
.bn-large>.bn-title>span{top:15px;}
.bn-large>ul{height:50px; left:250px; font-size:20px;}
.bn-large>ul>li{height:50px; line-height:50px;}
.bn-large>.bn-navi{height:50px; }
.bn-large>.bn-navi>span{height:50px;}

.bn-small{height:30px;}
.bn-small>.bn-title{height:30px;}
.bn-small>.bn-title>h2{line-height:30px; font-size:18px;}
.bn-small>.bn-title>span{top:5px;}
.bn-small>ul{height:30px; left:200px; font-size:14px;}
.bn-small>ul>li{height:30px; line-height:30px;}
.bn-small>.bn-navi{height:30px; }
.bn-small>.bn-navi>span{height:30px;}

/*color styles -----------------------------*/
.bn-red{border-color:#f44a56;}
.bn-red>.bn-title{background:#f44a56;}
.bn-red>.bn-title>span{border-left-color:#f44a56;}
.bn-red>ul>li>a:hover,.bn-red>ul>li>a>span{color:#f44a56;}

.bn-green{border-color:#27ae60;}
.bn-green>.bn-title{background:#27ae60;}
.bn-green>.bn-title>span{border-left-color:#27ae60;}
.bn-green>ul>li>a:hover,.bn-green>ul>li>a>span{color:#27ae60;}

.bn-purple{border-color:#795aac;}
.bn-purple>.bn-title{background:#795aac;}
.bn-purple>.bn-title>span{border-left-color:#795aac;}
.bn-purple>ul>li>a:hover,.bn-purple>ul>li>a>span{color:#795aac;}

.bn-turquoise{border-color:#1fb5ad;}
.bn-turquoise>.bn-title{background:#1fb5ad;}
.bn-turquoise>.bn-title>span{border-left-color:#1fb5ad;}
.bn-turquoise>ul>li>a:hover,.bn-turquoise>ul>li>a>span{color:#1fb5ad;}

.bn-orange{border-color:#f46e27;}
.bn-orange>.bn-title{background:#f46e27;}
.bn-orange>.bn-title>span{border-left-color:#f46e27;}
.bn-orange>ul>li>a:hover,.bn-orange>ul>li>a>span{color:#f46e27;}

.bn-black{border-color:#333;}
.bn-black>.bn-title{background:#333;}
.bn-black>.bn-title>span{border-left-color:#333;}
.bn-black>ul>li>a:hover,.bn-black>ul>li>a>span{color:#333;}

.bn-yellow{border-color:#d3ac23;}
.bn-yellow>.bn-title{background:#d3ac23;}
.bn-yellow>.bn-title>span{border-left-color:#d3ac23;}
.bn-yellow>ul>li>a:hover,.bn-yellow>ul>li>a>span{color:#d3ac23;}

.bn-light{border-color:#DDD;}
.bn-light>.bn-title{background:#DDD;}
.bn-light>.bn-title>h2{color:#333;}
.bn-light>.bn-title>span{border-left-color:#DDD;}
.bn-light>ul>li>a:hover,.bn-light>ul>li>a>span{color:#DDD;}

.bn-pink{border-color:#d65aac;}
.bn-pink>.bn-title{background:#d65aac;}
.bn-pink>.bn-title>span{border-left-color:#d65aac;}
.bn-pink>ul>li>a:hover,.bn-pink>ul>li>a>span{color:#d65aac;}

.bn-darkred{border-color: #ffffff;}
.bn-darkred>.bn-title{background: #ffffff;
    color: #000!important;}
.bn-darkred>.bn-title>span{border-left-color: #ffffff;}
.bn-darkred>ul>li>a:hover,.bn-darkred>ul>li>a>span{color: #115674;}

.bn-bordernone{border:none;}
.bn-italic>ul>li>a{font-style:italic;}
.bn-bold>ul>li>a{font-weight:bold;}

.breakingNews>.bn-navi,
.breakingNews>ul>li>a,
.breakingNews>.bn-navi>span{transition: .25s linear;-moz-transition: .25s linear;-webkit-transition: .25s linear;}



/* ---------------------------------------------------------------------------- */
/* -----------------------------------Ads Css----------------------------------- */
/* ---------------------------------------------------------------------------- */
.three-news-add img{
	width:100%;
	height:90px;
	padding-right:10px;
}
.topads-one img{
	width:100%;
	height:98px;
	padding: 9px 0 3px 0;
}
.topads-two img{
	width:100%;
	height:90px;
}
.topads-two{
	margin-top:10px;
}
.topads-three img{
	width:100%;
	height:110px;
}
.topads-three{
	margin:10px 0;
}
.site-logo img{
	width: auto;
	height: 98px;
	padding: 9px 0 3px 0;
}
.exclusive-side-add-image img{
	height:90px;
	width:100%;
	margin:10px 0;
	margin-top:35px;
}
.left-side-add-image img{
	height:90px;
	width:100%;
	margin:10px 0;
}
.three-news-add{
	margin:20px 0;
}
.right-news-add{
	margin-bottom:20px;
}


.three-news-item{
position: relative;
overflow: hidden;
margin-bottom: 10px;
}

.right-news-add img{
	width:100%;
	height:114px;
	margin-top:15px 0px;
}

.cat-link{
display: inline-block;
vertical-align: middle;
float: right;
}
.cat-link h4{
color:#d4220d;
border-color: rgba(155,89,182,0.7);
font-size: 15px;
padding: 10px 8px;
line-height: 1;
float: left;
border: 2px solid;
}

/*.col-md-4{
	margin:-2px;
}*/
.video{
top: 10px;
left: 10px;
position: absolute;
line-height: 1;
}

.title{
	height:80px;
	width:100%;
	text-overflow:clip;
	overflow: hidden;
}








/* ---------------------------------------------------------------------------- */
/* -------------------------------------Content-------------------------------- */
/* ---------------------------------------------------------------------------- */





/* Main Three News section */


.top-three-news{
	background: #fff;
	padding: 20px 0;
}

.main-body-news{
	background: #fff;
	margin: 20px auto 10px;
}

/*slider*/
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	position: absolute;
    background: rgb(0, 0, 0, 0.6);
    width: 40px;
    border-radius: 20%;
    height: 45px;
    top: 100px;
    font-size: 30px !important;
    color: #fff;
}

.owl-carousel .owl-nav button.owl-next{
    right: 0;
}


.owl-carousel .owl-item img {
    width: 100%;
    height: 240px;

}




/*news*/


.post-author-times {

    text-align: left;
    font-weight: normal;
    color: grey;
    margin: 0;
    padding: 5px;

}

.author{
	color: grey;
	padding: 10px 5px;
}
.exclusive-news-title {
	line-height: 38px;
    height: 70px;
    overflow: hidden;
	padding: 0 5px;
}

.exclusive-news-details{
    margin-bottom: 10px;

}
.exclusive-news-details p{

    margin-bottom: 0;

}

.exclusive-news-details span, .news-details span,.three-news-content span{
	color: #115674;
	float: right;
	margin-bottom: 10px;
}

.more-news a {

    background-color: #115674;
    padding: 5px 10px;
    float: right;
    color: #fff !important;
    margin: 10px 0;

}


.small_news_type img {

    width: 100%;
    height: 67px;

}


.small_news_title{

    font-size: 18px;
	height: 45px;
	overflow: hidden;
	margin: 0 5px 0 10px;
	line-height: 22px;
	padding: 0;

}

.small_news_type .post-author-times {

    padding: 0 5px 8px 12px;
line-height: 15px;
font-size:12px;

}
.small_news_type{
	margin-bottom: 15px;
}
.side-news{
	margin-bottom: 5px;
}
.small_news_type{
	padding-left: 0;
	padding-right: 0;
}
.side-news img {

    width: 100%;
    height: 95px;

}


.side-news .post-author-times, .three-news-item .post-author-times  {

    font-size: 10px;
    background: #f2f2f2;
	line-height: 9px;
}



.side_news_title{

    height: 63px;
	overflow: hidden;
	font-size: 18px;
	margin: 5px 0 0 4px;
	background: #fff;
	line-height: 22px;

}

/*three-news-image*/
.three-news-item img{
	width:100%;
	height:125px;
}

.three-news-content p{

	margin-bottom: 0;

}


.three-news-title{

    height: 43px;
	overflow: hidden;
	font-size: 18px;
	margin: 5px 0 0 4px;
	background: #fff;
	line-height: 22px;

}





/*video-section*/


.video-section iframe{
	width: 100%;
	height: 300px;
}

.video_icon {
	position:relative;
}
.video_list_block,.image_list_block {
	cursor:pointer;
}
.video_icon span{
	position:absolute;
	bottom:10px;
	right:10px;
	padding:10px 20px;
	background:rgba(0,0,0,0.5);
	color:#fff;
	font-size:25px;
}



.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 53%;
    max-width: 700px;
	top:10px;
}
.modal-content-h3 {
	margin: auto;
    display: block;
    width: 90%;
    max-width: 700px;
	background:rgba(0,0,0,1);
	color:#fff;
	padding:15px;
	text-align:center;
	bottom:0;
	position:relative;
}


/* Add Animation */
.modal-content {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close, .closeFrm {
    position: absolute;
    top: 40px;
    right: 35px;
    color: #fff;
    font-size: 50px;
    font-weight: normal;
    transition: 0.3s;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #f1f1f1;
    text-decoration: none;
    cursor: pointer;
}


/*pic_slide*/


.pic_slide img{
	position: relative;
}
.pic_slide .slider_caption{
	position: absolute;
	bottom: 0;
	left:0;
	background: rgb(0,0,0,0.6);
	color: #fff;
	width: 100%;
	height: 50px;
}
.pic_slide .slider_caption h4{
	color: #fff;
	text-align: center;
	margin: 15px auto 10px;
}


.pic_slide.owl-carousel .owl-item img {
	height: 280px;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: rgba(0,0,0,0.5) !important;
    padding: 0 0 5px 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
}
.pic_slide .owl-next {
	right:15px !important;
}

/********* Latest News Content ***********/

.latest_news_con {
	height:466px;
	overflow-y:scroll;
	border:1px solid lightgray;
	padding:0 5px;
}
.latest_news_con img {
	width:100%;
	height:68px;
}
.latest_news_con h4 {
	padding:5px 8px;
	margin:0;
	font-size:15px;
	height:55px;
	overflow:hidden;
}
.bottom_margin_small {
	margin-bottom:7px;
}

.tab button {

    border: none;
    background-color: #2f87ad;
    cursor: pointer;
    padding: 10px 0;
    transition: 0.3s;
    font-size: 15px;
    width: 50%;
    color: #fff;

}



.tab button.active {
	 background-color: #124b65;
	 color: #fff;

}


/**********   Category Page   ***********/

.cat_news_block img {
	height:155px;
}

#breadcrumb {
	list-style: none;
	display: inline-block;
	margin:15px 0 0 0;
	padding:0;
}
#breadcrumb .icon {
  font-size: 14px;
}
#breadcrumb li {
  float: left;
}
#breadcrumb li a {
  color: #FFF;
  display: block;
  background: #3498db;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px;
}
#breadcrumb li:nth-child(even) a {
  background-color: #2980b9;
}
#breadcrumb li:nth-child(even) a:before {
  border-color: #2980b9;
  border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after {
  border-left-color: #2980b9;
}
#breadcrumb li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before {
  border: none;
}
#breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
}
#breadcrumb li:last-child a:after {
  border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border: 0 solid #3498db;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #3498db;
}
#breadcrumb li a:hover {
  background-color: #1abc9c;
}
#breadcrumb li a:hover:before {
  border-color: #1abc9c;
  border-left-color: transparent;
}
#breadcrumb li a:hover:after {
  border-left-color: #1abc9c;
}
#breadcrumb li a:active {
  background-color: #16a085;
}
#breadcrumb li a:active:before {
  border-color: #16a085;
  border-left-color: transparent;
}
#breadcrumb li a:active:after {
  border-left-color: #16a085;
}

.cat_block {
    background: #fff;
    padding:0 0 20px 0;
	margin-bottom:10px;
}



/**********   single   ***********/

.single_news h2 {
	color:#333;
	font-size:30px;
	padding:0 3px;
}
.single_news .single_time_author {
	color:gray;
	padding:15px 5px;
	font-weight:bold;
	font-size:16px;
	margin:0;
}

.single_news img {
	width:100%;
	height:auto;
	margin-bottom:20px;
}
.single-details, .single-details p {
	font-size:16px;
	color:#333;
	line-height:25px;
}



/**********   pages   ***********/

.pages {
	color:#555;
	line-height:25px;
	font-size:16px;
}

.pages  p {
	padding:0;
}

/**********   Footer   ***********/

.footer {
	background:#003b4d;
	padding:20px 0;
	color:#ccc;
	overflow:hidden;
	font-family:SolaimanLipi;
}
.footer a {
	color:#fff;
}
.footer p{
	padding:2px 0;
	margin:0;
	font-size:12px;
}
.footer h3{
	padding:8px 0;
	margin:0;
	font-size:16px;
}
.copyright {
	background:#011e27;
	font-family:SolaimanLipi;
	font-size:11px;
}

.copyright a, .copyright span{
	color:lightgray;
}
.copyright span{
	padding:8px 0 5px 0;
}
.copyright a:hover {
	text-decoration:underline;
}
.socialBottom {
	padding:5px 0;
}
.socialBottom li i {
	border:1px solid #fff;
}

.socialBottom .top_icons ul {
    margin:0;
}

.list-inline > li {
	padding-left:0;
}
.footer_menu a  {
	border:1px solid lightgray;
	padding:5px 10px;
	line-height: 35px;
}
.footer_menu p  {
	text-align:center;
}
.site_name_app img{
	width:100px;
	height:auto;
}
.footer_logo img {

    display: block;
    width: auto;
    height: 100px;
    margin: 0 auto;
    padding: 10px 0 0px;

}
.site_name_app {
	text-align:center;
	padding: 28px 0px;
}

.foot_ico {
    text-align: center;
	padding: 20px 0px 28px 0;

}
.foot_addr p {
	text-align:center;
	letter-spacing:0;
}

.term_policy a {
	color:#fff;
	padding:10px 0;
	font-size:15px;
}
.foot_addr  .term_policy {
	text-align:right;
}








/**********   Class Helpers   ***********/


a.see_more {
	color:red;
}

.white{
	color:#fff;
}
.number {
	font-family:sans-serif;
}
.border{
	border: 1px solid lightgrey;
}
.border_r{
	border-right: 1px solid lightgrey;
}
.border_l{
	border-left: 1px solid lightgrey;
}
.border_t{
	border-top: 1px solid lightgrey;
}
.border_b{
	border-bottom: 1px solid lightgrey;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear, .clearfx {
	clear:both;
}



.no_border {
	border:none;
}
.no_margin {
	margin:0;
}

.no_padding, .no-padding {
	padding:0;
}
.bottom_no_pad {
	padding-bottom:0;
}

.top_margin {
	margin-top:15px;
}
.bottom_margin {
	margin-bottom:15px;
}
.bottom_margin_small {
	margin-bottom:7px;
}
.top_padding {
	padding-top:10px;
}
.bottom_padding {
	padding-bottom:15px ;
}
.centerText {
	text-align:center;
}
.leftText {
	text-align:left !important;
}
.rightText {
	text-align:right;
}

.top_no_pad {
	padding-top:0;
}

.left_no_pad {
    padding-left:0;
}
.marginT5 {
	margin-top:5px;
}
.marginT15 {
	margin-top:15px;
}
.marginT10 {
	margin-top:10px;
}

.padding_l_r {
	padding-left:15px;
	padding-right:15px;
}

/*****************************************   BANNER INICIAL *****************************************/
@media (max-width:1199px)  {
	.top_icons li i.fa-facebook {

    	padding: 8px 8px 5px 10px;
    }

    .top_icons li i.fa-twitter {

    	padding: 8px 6px 5px;
    }

    .top_icons li i.fa-feed {

	    padding: 8px 8px 5px;
	}


	.top_icons li i.fa-youtube {

    	padding: 8px 7px 6px;
    }


    .top_icons li i.fa-google-plus {

	    padding: 8px 5px 6px;
	}

	.top_icons li i.fa-linkedin {

	    padding: 8px 8px 6px;
	}
}
@media (max-width:991px)  {
	.footer_menu a {
	    line-height: 30px;
	}

	.owl-carousel .owl-item img {
		height:350px;
	}
	.side-news img {
	    height: auto;

	}
}

@media (max-width:767px)  {
	.cat_pin_title {
		margin-top:15px;
	}
	.affix {
		width: 100%;
		margin:0;
	}
	.site-logo img{
		margin:0 auto;
	}
	.breakingNews > ul {
		padding-left:15px;
	}
	.modal-content {
		width:90%;
	}
	.topads-one img {
		padding:10px 0 0 0;
	}
	.date {
		padding: 0;
	}
	.date p {
		text-align:right;
	}
	.search {
		padding:10px 0;
	}
	.navbar{
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10;
	}
	.navbar-default .navbar-nav li a{
		padding-left:25px;
	}
	.copyright span {

	    float: none !important;
	    padding: 10px 0 0 0;
	    display: block;

	}


	.owl-carousel .owl-item img {
	    height: auto;

	}
	.three-news-item img{
		height:auto;
	}


	/*slider*/
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	top: 150px;
	}




	
	
}


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
 


@-webkit-keyframes example {
    0%   {background-color:red; }
    50%  {background-color:blue;}
    100% {background-color:red;}
}

/* Standard syntax */
@keyframes example {
    0%   {background-color:red; }
    50%  {background-color:blue;}
    100% {background-color:red;}
}

@media (max-width: 570px) {
	.copyright p {
		text-align:center !important;
	}
	

}
@media (max-width: 510px) {
	

}
@media (max-width: 450px) {
	.breakingNews > ul {
	    left: 10px;
	  
	}

}
@media (max-width: 400px) {
	

}
@media (max-width: 360px) {
	
	
}
