@charset "utf-8";
/* CSS Document */
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
body {
	padding:0;
	margin:0;
	margin:auto;
	font-family:'PT Sans Narrow', sans-serif;
	font-size:15px;
	line-height:18px;
	color:#333;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover, a:visited, a:active, a:link {
	color:#333;
}
.clear {
	clear: both;
}

.section-top-shadow {
	-webkit-box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    0px -2px 8px 0px rgba(0, 0, 0, 0.35);
	box-shadow:         0px -5px 6px 0px rgba(0, 0, 0, 0.35);
}
.section-bottom-shadow {
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    0px 2px 8px 0px rgba(0, 0, 0, 0.35);
	box-shadow:         0px 2px 8px 0px rgba(0, 0, 0, 0.35);
}
.section-both-shadow {
	-webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    0px 0px 8px 3px rgba(0, 0, 0, 0.35);
	box-shadow:         0px 0px 8px 3px rgba(0, 0, 0, 0.35);
}

.tran_all{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}




.top_header {
	float:left;
	width:100%;
}
.top_header_content {
	float:left;
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
	
}
.logo {
	text-align:center;
}
.logo img {
	max-height:120px;
}



.top_social{
	float:right;
	width:100%;
	
	display:none;
}

.top_social ul{
	float:right;
	padding-top:10px;
}

.top_social ul li{
	float:left;
	list-style:none;
	margin-left:8px;
}

.top_social ul li i{
    font-size:38px;	
}
.top_social .fa-facebook-square {
	color:#3b5998;
}
.top_social .fa-twitter-square {
	color:#29aae3;
}
.top_social .fa-youtube-square {
	color:#F00;
}

.top_social ul li i:hover{
	opacity:0.85;
	filter:alpha(opacity=85);
}




.top_small_news{
   float:right;
   display:none;
   list-style:none;
   margin-top:25px;
}

.top_small_news li{
	float:left;
}

.top_small_news li b{
	float:left;
	width:100%;
	text-transform:uppercase;
	text-align:center;
}

.top_small_news li span{
	float:left;
	width:100%;
	text-align:center;
}

#xRateBlock{
	float:right;	
}

#xRateBlock img{
   height:20px;
   margin-right:10px;
 }
.bc1{
	font-size:16px;
}

.search_box {
	float:right;
	width:100%;
	display:none;

}

.search_box_1{
    
    	float:right;
}

.search_text {
	float:left;
	height:42px;
	width:220px;
	border:1px solid #29311a;
	padding-left:8px;
	padding-right:5px;
	border-radius: 5px 0px 0px 5px;
	border-right:0px;

}
.search_button {
	float:left;
	color:#FFF;
	border:0px;
	height:42px;
	padding-left:15px;
	padding-right:15px;
	text-transform:uppercase;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	border-radius: 0px 5px 5px 0px;
	background-color:#29311a;
}

.search_text:focus{
	outline: none;
}

.search_button:hover{
		-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	background-color:#ef1b27;
}

@media (min-width:768px) {
 .search_box {
 	display:block;
}

.top_small_news{
   display:block;
}

.top_social{
	display:block;
	}
 .logo {
 	float:left;
}
}
 @media (min-width:992px) {
}
 @media (min-width:1160px) {
}




.main_menu_content {
	float:left;
	width:100%;
	background-color:#29311a;
	position:relative;
	margin-bottom:20px;
	height:45px
}

.main_menu {
	float:left;
	position:relative;
	z-index:1000;
	width:100%;
	background-color:#29311a;
}

.navbar-nav > li.home > a > i {
	font-size:20px;
}

.other i{
	color:#F00;
}

.other:hover i, .open i, .active i{
	color:#FFF;
	}

.mobile_menu_name{
	float:left;
	height:45px;
	line-height:45px;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	padding-left:15px;
	text-transform:uppercase;
}

.desktop{
      display:none !important;
}

 @media (min-width:768px) {
	.main_menu_content {
		height:48px
	}
	
	
	.desktop{
      display:block !important;
}
	
	.mobile{
     display:none !important;
	 border:1px solid #0F0;
}
	
	.mobile_menu_name {
	   display:none;
	} 

}
 @media (min-width:992px) {
 .main_menu {
	 float:left;
	 width:100%;
}
}
 @media (min-width:1160px) {
}
.zarlal{
	float:left;
	width:100%;
	display:none;
}

.zar_content{
	float:left;
	width:100%;
	max-height:60px;
	overflow:hidden;	
}

 @media (min-width:768px) {
	.zarlal{
		display:block;
	}
	.zar_content{
		height:20px;
	}
}

.main_content {
	float:left;
	width:100%;
}
.section1 {
	float:left;
	width:100%;
	margin-bottom:25px;
}

.section_header1 {
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	margin-bottom:25px;
     background-color: #92716e;
   background-image: url(../../images/logo_small.png);
    background-repeat: no-repeat;
    background-size: 16px;
    /* background-position: center left; */
    /* padding-left: 10px; */
    background-position: 7px;

}




.section_header1 span.sec1{
	float:left;
	height:34px;
	line-height:34px;
	text-align:center;
	padding-left:30px;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	position:relative;
	text-transform:uppercase;
	position:relative;
}

/*
.section_header1 span.sec1:after {
	position:absolute;
	right:-12px;
	bottom:0px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 12px;
    border-color: transparent transparent transparent #1a3d54;
}



.section_header1 span.sec2{
	float:left;
	height:34px;
	padding-right:5px;
	background-color:#FFF;
	z-index:-100;
	line-height:34px;
	position:relative;
	text-transform:uppercase;
}

.section_header1 span.sec2:after {
	position:absolute;
	right:-12px;
	bottom:0px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 12px;
	z-index:-15;
    border-color: transparent transparent transparent #FFF;

}



.section_header1 span.sec3{
	float:left;
	height:34px;
	padding-right:5px;
	background-color:#F00;
	z-index:-100;
	line-height:34px;
	position:relative;
	text-transform:uppercase;
}


.section_header1 span.sec3:after {
	position:absolute;
	right:-12px;
	bottom:0px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 12px;
	z-index:-150;
    border-color: transparent transparent transparent #F00;

}



/*
.section_header1 span.sec2{
	float:left;
	height:34px;
	line-height:34px;
	text-align:center;
	padding-left:15px;
	padding-right:10px;
    background-color:#F00;
	color:#FFF;
	font-size:17px;
	position:relative;
	text-transform:uppercase;
	position:relative;
}


*/




.section_header2 {
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	font-size:18px;
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:25px;
	color:#FFF;
}

 @media (min-width:768px) {
  .front_1{
	    padding-right:0px;	
  }

  .front_2{
		padding-left:5px;
		padding-right:5px;
		padding-bottom:0px;
  }  
}

.news{
	float:left;
	width:100%;
	padding-top:10px;
}

.ontsloh2 {
	float:left;
	width:100%;
}

.ontsloh2 ul {
	float:left;
	width:100%;
	margin-bottom:0px;
	list-style:none;
}

.ontsloh2 ul li:first-child {
	float:left;
	width:100%;
	padding:10px;
}

.ontsloh2 ul li{
	float:left;
	width:50%;
	padding:10px;
}

.ontsloh2 ul li a {
	float:left;
	width:100%;
	color:#FFF;
	
}
.onts2_img {
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	border-radius:5px;
}
.onts2_img img {
	width:100%;
	transition: transform .5s ease;
}
.onts2_img h2 {
	margin:0px;
	padding:0px;
	font-size:17px;
	bottom:0px;
	left:0px;
	width:100%;
	position:absolute;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.99) 100%);
	color:#FFF;
	padding:15px;
	line-height:16px;
	padding-bottom:10px;
}
.ontsloh2 ul li a:hover h2 {
	text-decoration:underline;
}

.ontsloh2 ul li a:hover img{
     transition: transform .5s ease;
	 transform: scale(1.05);
	 
	 -webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transform: scale(1.05) rotate(5deg);
    transform: scale(1.05) rotate(5deg);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
	
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

 @media (max-width: 767px) {
 .ontsloh2 {
 	margin-bottom:15px;
}

.ontsloh2 ul li:first-child {
	padding-left:0px;
	padding-right:0px;
}


 .ontsloh2 ul li {
   
 }
}

.front_live{
   float:left;
   width:100%;
   background-color:#4a4d4e;

    background-image: url(../../images/bg.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom:45px;	
}


.front_live_color{
      width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.70);

    
}



.live_title{
   float:left;
   width:100%;
   text-align:center;
   color:#FFF;
   font-size:22px;
   font-weight:bold;
   margin-bottom:25px;
}

.live_content{
   float:left;
   width:100%;
   padding-left:5%;
   padding-right:5%;
}


 @media (min-width:768px) {
	.live_content{
   float:left;
   width:100%;
   padding-left:20%;
   padding-right:20%;
} 
	 
}


.today_news1 {
	float:left;
	width:100%;
	margin-bottom:5px;
}

.today_news_content1 {
	width:100%;
	height:300px;
	overflow:auto;
	list-style:none;
	padding-right:5px;

}
.today_news_content1 li {
	width:100%;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #E2E2E2;
	display:inline-block;

}
.today_news_content1 li a {
	font-weight:bold;
	color:#000;
}
.today_news_content1 li a img {
	max-width:40%;
	margin-right:15px;
	margin-top:3px;
	margin-bottom:5px;
	border-radius:5px;

}
 @media (min-width:768px) {
 .today_news1 {
 margin-top:0px;
}
 .today_news_content1 {
 height:875px;
 overflow:auto;
}
}
@media (min-width:992px) {
}
 @media (min-width:1160px) {
}




.today_news_content_mobile {
	width:100%;
	list-style:none;
}

.today_news_content_mobile li {
	width:100%;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #E2E2E2;
	display:inline-block;

}
.today_news_content_mobile li a {
	color:#000;
}
.today_news_content_mobile li a img {
	max-width:40%;
	margin-right:15px;
	margin-top:3px;
	margin-bottom:5px;

}


.banner_content{	
	float:left;
	width:100%;
	margin-top:20px;
	margin-bottom:30px;
}

.banner_content a{
	float:left;
	width:100%;
}

.banner_content a img{
	width:100%;
	border:1px solid #CCC;
}


@media (min-width:992px) {
.banner_content{	
   display:block;
}

}



.modalbody1{
	float:left;
	width:100%;
	
}

.v_list{
	position:relative;
	z-index:1;
	padding:0px;
	margin:0px;
}

.v_list li.aaaaa{
	padding:0px;
	margin:0px;
	display:block;
}
.small_list{
   overflow:scroll;
   height:200px;
}

.small_list li{
	background-color:#222222;
	padding-left:10px;
	position:relative;
	min-height:60px;
	display:block;
	color:#FFF;
	padding-top:10px;
	padding-bottom:10px;
	cursor:pointer;
	line-height:16px;
}

.video_thumb{ 
    float:left;
    position:relative;
	width:72px;
	height:40px;
	overflow:hidden;
	margin-right:15px;
}

.right_scroll{
	overflow:hidden;
	 }

.small_list{
	overflow:scroll;
}

.small_list li img{
	width:100%;
	position:relative;
	top:-7px;

}


.small_list li:hover{
	background-color:#474646;
}

.v_active{
	background-color:#474646 !important;
}

@media (min-width:768px) {
	
.v_list{
	position:relative;
	display:flex;
	z-index:1;
	padding:0px;
	margin:0px;
}

.v_list li.aaaaa{
	padding:0px;
	margin:0px;
	display:block;
	flex-grow:1;
}



}




/*******************/

.last_news {
	float:left;
	width:100%;
	background:url(../../images/bg_news.jpg) no-repeat center center;
	background-size:cover;
	margin-bottom:35px;
}
.news_bg {
	float:left;
	width:100%;
	background:url(../../images/banner-txt-bg.png);
	padding-top:40px;
	padding-bottom:40px;
}
.last_news ul li a {
	float:left;
	width:100%;
	color:#FFF;
	font-size:16px;
}
.last_news img {
	width:100%;
	margin-bottom:10px;
}
.last_news span.l_title {
	color:#FFF;
	font-size:18px;
	line-height:20px;
}
.last_news .col-md-4 {
	margin-bottom:25px;
}
 @media (min-width:768px) {
.last_news .col-md-4 {
 margin-bottom:0px;
}
}
@media (min-width:992px) {
}
 @media (min-width:1160px) {
}
/*************************/

.section_item_left {
	float:left;
	width:100%;
}
.section_info {
	float:left;
	width:100%;
	padding:0px;
	list-style:none;
	text-align:justify;
}

.section_info li h2{
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:16px;
	line-height:18px;
}

.zoom_lock{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
	border-radius:5px;
}

.section_info li img {
	float:left;
	width:100%;
	transition: transform .5s ease;
}

.section_info li:last-child {
	border-bottom:0px;
}

.section_info li:hover img{
		 -webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transform: scale(1.05) rotate(5deg);
    transform: scale(1.05) rotate(5deg);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
	
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

/************************/


.section_item_full {
	float:left;
	width:100%;
	margin-bottom:25px;
}
.front_video_news {
	float:left;
	width:100%;
}
.big_news {
	float:left;
	width:100%;
	height:320px;
	position:relative;
}
.big_news a {
	position:absolute;
	left:0px;
	right:0px;
	bottom:0px;
	padding:12px;
	padding-bottom:5px;
	background-color:rgba(0, 0, 0, 0.8);
	color:#FFF;
	max-width:100%;
	font-size:18px;
	line-height:18px;
}
.big_news a p {
	color:#CCC;
	margin-top:5px;
	font-size:16px;
}
.big_news a:hover {
	color:#FFF;
	text-decoration:underline;
}
 @media (min-width:768px) {
 .section_item_full {
 margin-bottom:0px;
}
}
@media (min-width:992px) {
}
 @media (min-width:1160px) {
}
.item_news_top {
	float:left;
	width:100%;
	margin-bottom:10px;
}

.item_news_top h2{
  margin:0px;
  padding:0px;
  font-size:16px;

}

.item_news_top img {
	width:30%;
	margin-bottom:7px;
	margin-right:15px;
}

.item_news_bottom {
	float:left;
	width:100%;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #999;
}

.item_news_bottom h2{
  margin:0px;
  padding:0px;
  font-size:15px;
}



@media (min-width:992px) {

.item_news_top img {
	width:100%;
	margin-bottom:7px;
}

}



/********************/

.content_news {
	float:left;
	width:100%;
	padding-top:10px;
	padding-bottom:25px;
}

.main_inner_left {
	float:left;
	width:69%;
}
.main_inner_right {
	float:right;
	width:28%;
}
 @media (max-width: 767px) {
 .content_news {
 padding-top:0px;
 padding-bottom:0px;
}
 .main_inner_left {
 float:left;
 width:100%;
}
.main_inner_right {
 float:left;
 width:100%;
}
}
/*********** list news ****/

.list_news {
	float:left;
	width:100%;
}


.list_news_header {
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	margin-bottom:25px;
	border-bottom:2px solid #29311a;
}


.list_news_header span.sec1{
	float:left;
	height:34px;
	line-height:34px;
	text-align:center;
	padding-left:15px;
	padding-right:10px;
    background-color:#29311a;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	position:relative;
	text-transform:uppercase;
	position:relative;
}
/*
.list_news_header span.sec1:after {
	position:absolute;
	right:-12px;
	bottom:0px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 12px;
    border-color: transparent transparent transparent #1a3d54;
}



.list_news_header span.sec2{
	float:left;
	height:34px;
	padding-right:5px;
	background-color:#FFF;
	z-index:-100;
	line-height:34px;
	position:relative;
	text-transform:uppercase;
}

.list_news_header span.sec2:after {
	position:absolute;
	right:-12px;
	bottom:0px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 12px;
	z-index:-15;
    border-color: transparent transparent transparent #FFF;

}



.list_news_header span.sec3{
	float:left;
	height:34px;
	padding-right:5px;
	background-color:#F00;
	z-index:-100;
	line-height:34px;
	position:relative;
	text-transform:uppercase;
}


.list_news_header span.sec3:after {
	position:absolute;
	right:-12px;
	bottom:0px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 12px;
	z-index:-150;
    border-color: transparent transparent transparent #F00;

}
*/
/*
.list_news_header {
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	margin-bottom:25px;
	border-bottom:2px dotted #ef1b26;
}


.list_news_header span{
	float:left;
	padding:10px 15px;
	border-radius: 10px 10px 0px 0px;
    background-color:#ef1b26;
	color:#FFF;
	font-size:16px;
	position:relative;
	top:2px;
	text-transform:uppercase;
}
*/

.list_news_header2 {
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	font-size:22px;
	margin-bottom:25px;
	color:#0060aa;
}

.list_news ul {
	float:left;
	width:100%;
	list-style:none;

}
.list_news ul li {
	float:left;
	width:100%;
	margin-bottom:35px;
}

.list_news ul li:last-child{
    margin-bottom:0px;	
}


.list_news ul li img {
    width:150px;
	padding:1px;
	border:1px solid #CCC;
	margin-right:25px;
	margin-top:3px;
}


 @media (min-width:768px) {
     
    .list_news ul li img {
        width:220px;
    	padding:1px;
    	border:1px solid #CCC;
    	margin-right:25px;
    	margin-top:3px;
    } 
     
 }



.news_title {
	font-size:18px;
	line-height:22px;
	font-weight:700;
	margin-bottom:8px;
}
.news_intro {
	width:100%;
	text-align:justify;
	line-height:20px;
	font-size:16px;
}



.list_news_full ul {
	float:left;
	width:100%;
	list-style:none;

}
.list_news_full ul li {
	float:left;
	width:33.333%;
	padding:10px;
	margin-bottom:15px;
}
.list_news_full ul li img {
	float:left;
	width:220px;
	padding:1px;
	border:1px solid #CCC;
	margin-bottom:15px;
}



/************** single news *******/


.single_item {
	float:left;
	width:100%;
	padding-bottom:10px;
	margin-bottom:10px;
}

.single_item_header{
	float:left;
	width:100%;
}

.single_item_header h2 {
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	font-size:22px;
	margin-bottom:15px;
	padding-bottom:8px;
	color:#000;
	border-bottom:1px solid #666;
}



.single_time_share {
	float:left;
	width:100%;
	margin-bottom:10px;
}

.author_profile{
	float:left;
	margin-right:10px;	
}

.author_profile ul li{
	 list-style:none;
	 float:left;
}

.author_profile img{
	height:40px;
	float:left;
	margin-right:10px;
}

.author_lname{
	float:left;
	padding-top:15px;
	text-transform:uppercase;
	color:#006cb5;
}

.author_category{
	float:left;
	padding-top:15px;
	text-transform:uppercase;
	color:#006cb5;
	padding-left:5px;
	
	}

.single_item_date {
	float:left;
	padding-top:15px;
}

.single_item_date i{
    color:#F00;	
}


 @media (min-width:768px) {
	 
.author_profile{
	float:left;
	margin-right:12px;	
}

.author_profile img{	
	margin-right:15px;
}

}



.singleitem_body {
	float:left;
	width:100%;
	line-height:1.65;
	font-size:15px;
	margin-bottom:25px;
	text-align:justify;
	color:#333;
	font-family:"Helvetica Neue",Helvetica, Tahoma,Arial,sans-serif;
}

.singleitem_body h3 {
	float:left;
	width:100%;
	font-size:18px;
	line-height:1.25;
	margin-bottom:10px;
	color:#333;
	font-family:"Helvetica Neue",Helvetica, Tahoma,Arial,sans-serif;
}

.singleitem_body h4 {
	float:left;
	width:100%;
	border-left:5px solid #c71a1a;
	line-height:1.55;
	background-color:#2a536f;
	font-size:16px;
	color:#FFF;
	padding:15px;
		font-family:"Helvetica Neue",Helvetica, Tahoma,Arial,sans-serif;
}

.singleitem_body img {
	float:left;
	max-width:100% !important;
	max-height:100% !important;
	margin-top:7px;
	margin-bottom:15px;
	border:1px solid #CCC;
	padding:1px;
	margin-right:20px;
}
.single_header_img {
	margin-bottom:15px !important;
}


 @media (max-width:767px) {
	 .singleitem_body img {
		width:100% !important;
		height:auto !important;
		 
		}
	 
	}

.singleitem_body a{
	color:#069;
}


.item div.singleitem_body p {
	padding-bottom:5px;
}

.singleitem_body ul, .singleitem_body ol{
	margin-left:45px;
	margin-top:15px;
	margin-bottom:15px;
}

.singleitem_body iframe{
    margin-top:15px;
	width:100%;
	max-width:100% !important;
	margin-bottom:15px;
}

.paral{
	width:100%;
	height:420px;
	background-repeat:no-repeat;
	background-size:cover;
}

.paral_desktop{
   display:none;		
}
.paral_mobile{
	width:100%;
 }
 
.paral_mobile img{
	width:100%;
	height:auto;
} 

   .full_padd{
	
	width:100%;
	padding-left:0px;
	padding-right:0px;
	
   }

 @media (min-width:768px) {
	.paral_mobile{
	   display:none;
    }
	.paral_desktop{
		display:block;
		height:420px;
		background-attachment:fixed;
		background-position:center;
		background-repeat:no-repeat;
		margin-bottom:25px;
   }
   
   .full_padd{

	padding-left:10%;
	padding-right:10%;
	
   }

   
}


.tweetabletext{
		color:#09C !important;
		text-decoration: underline;
}

h4 .tweetabletext{
	color:#FFF !important;
	text-decoration: underline;
}


a.tweetabletext:hover {
	 background-color:#2a536f;
	 color:#FFF !important;
}

h4 .tweetabletext:hover, h4 .tweetabletext:focus{
	color:#FFF !important;
	text-decoration: underline;
}


.tweetabletext::after{
	  font-family: 'FontAwesome';
  	  content: "\f099";
	  color:#09C;
	  padding-left:5px;
}

blockquote{
	
	border-left:0px;
	display:block;
	margin:30px 50px;
	padding:10px;
	font-style:italic;
	position:relative;
	font-size:16.5px;
	line-height:1.55;
	text-align:center !important;
}

blockquote p{
	text-align:center !important;
}

blockquote::before{
    position:absolute;
	top:16px;
	left:10px;
	color:#ddd;
	content: "“";
    font-size: 6em;
    line-height: .1em;
    vertical-align: -.5em;
    margin-left: -.3em;
    margin-bottom: -.3em;
    font-family: "Times New Roman", Times, serif;
   
}

blockquote::after{
    position: absolute;
    bottom: 0px;
    right: 10px;
    color: #ddd;
    content: "”";
    font-size: 6em;
    line-height: .1em;
    vertical-align: -.5em;
    margin-left: -.3em;
    margin-bottom: -.3em;
    font-family: "Times New Roman", Times, serif;
}



.facebook_like {
	border:1px dotted #CCC;
	width:95%;
	margin-left:10px;
	margin-top:10px;
	height:45px;
	float:left;
	padding:5px;
	text-align:left;
	color:#666;
}
div.fb-like {
	height:25px;
}
div#fb-root {
	border:0px solid #F00;
	height:8px;
}


.profile{
	float:left;
	width:100%;
	margin-top:27px;
	padding:15px;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow:    0px 2px 8px 0px rgba(0, 0, 0, 0.35);
	box-shadow:         0px 2px 8px 0px rgba(0, 0, 0, 0.35);
	margin-bottom:50px;
}

.profile_pic{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:15px;
}

.profile_pic img{
	width:100%;
	padding:1px;
	border:1px solid #666;
}

.profile_name{
	color:#000;
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
}

.profile_position{
	font-style:italic;
	color:#069;
}



.comment{
	float:left;
	width:100%;
}


.comment_header {
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	margin-bottom:25px;
	border-bottom:2px dotted #ef1b26;
}


.comment_header span{
	float:left;
	padding:10px 15px;
	border-radius: 10px 10px 0px 0px;
    background-color:#ef1b26;
	color:#FFF;
	font-size:16px;
	position:relative;
	top:2px;
	text-transform:uppercase;
}

.comment_button{
   float:left;
   width:100%;
   padding-top:8px;
   padding-bottom:8px;
   margin-bottom:20px;
   background-color:#ef1b26;
   border:0px;
   text-transform:uppercase;
   border-radius:2px;
   color:#FFF;
}

ul.list_comment {
	list-style:none;
	margin-top:15px;
	margin-bottom:25px;
}
ul.list_comment li {
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
	margin-bottom:10px;
}

.comment .fb_iframe_widget_fluid_desktop, .comment .fb_iframe_widget_fluid_desktop span, .comment .fb_iframe_widget_fluid_desktop iframe {
    max-width: 100% !important;
    width: 100% !important;
}


/********* sosial share  *******/

.news_social_top {
	float:right;
	padding-top:10px;
}
.news_social_top a {
	float:right;
	color:#FFF;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
	border-radius:3px;
	padding:5px;
	padding-left:8px;
	padding-right:10px;
	margin-left:10px;
}
.news_social_top a i {
	margin-right:5px;
	color:#FFF;
}
.news_social_top a:hover, .news_social_top a:visited, .news_social_top a:active, .news_social_top a:link {
	opacity:0.85;
	filter:alpha(opacity=85);
	color:#FFF;
}
.news_social {
	float:right;
	width:100%;
	border:1px solid #F00;
}
.news_social a {
	float:right;
	color:#FFF;
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
	border-radius:1px;
	padding:5px;
	padding-left:7px;
	padding-right:7px;
	margin-right:12px;
}
.news_social a i {
	margin-right:5px;
	color:#FFF;
}
a.facebook_share {
	background-color:#3b5998;
}
a.twitter_share {
	background-color:#29aae3;
}
a.linked_share {
	background-color:#0976B4;
	margin-right:0px;
}
.news_social a:hover, .news_social a:visited, .news_social a:active, .news_social a:link, .news_footer_social a:hover, .news_footer_social a:visited, .news_footer_social a:active, .news_footer_social a:link {
	opacity:0.85;
	filter:alpha(opacity=85);
	color:#FFF;
}
/********* back right news **************/

.today_news {
	float:left;
	width:100%;
	margin-bottom:5px;
}
.today_news_content {
	float:left;
	width:100%;
	height:600px;
	overflow:auto;
	list-style:none;
	padding-right:5px;
}
.today_news_content li {
	width:100%;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #E2E2E2;
	display:inline-block;
}
.today_news_content li:last-child {
	padding-bottom:0px;
	border-bottom:0px;
}
.today_news_content li a {
	color:#000;
}
.today_news_content li a img {
	max-width:40%;
	margin-right:15px;
	margin-top:3px;
	margin-bottom:5px;
}


.users_item{
   float:left;
   width:100%;
}


.singleitem_header{
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
	font-size:18px;
	line-height:18px;
	margin-bottom:15px;
	background-color:#079c55;
	color:#FFF;
	padding:5px;
	text-transform:uppercase;
}

.user_all_content{
   float:left;
   width:100%;
   height:570px;
   overflow:auto;
   border:1px solid #CCC;
}


.users{
  float:left;
  width:100%;
  list-style:none;
} 

.users li{
   float:left;
   width:100%;
   padding:5px;
   margin-bottom:15px !important;
}

.users li img{
	float:left;
	width:28%;
	border:1px solid #CCC;
	padding:1px;
	margin-right:15px;
}

.user_names{
   text-transform:uppercase;
   margin-bottom:2px;
   font-weight:bold;
   
}

.position{
	font-style:italic;
	color:#069;
	 margin-bottom:5px;
}

.users li:last-child{
	padding-bottom:0px;
}

/************************************/
.pagination {
	float:left;
	width:100%;
	text-align:center;
}
.pagination a {
	padding:6px;
	padding-left:12px;
	padding-right:12px;
	background-color:#006bb5;
	color:#FFF;
}

.pagination a:hover {
	background-color:#ed3237;
	color:#FFF;
}

.pagination strong {
	padding:6px;
	padding-left:12px;
	padding-right:12px;
	background-color:#ed3237;
	color:#FFF;
}
/*******************

.site_address{
	float:left;
	width:100%;
	border-top:3px solid #006cb5; 
	border-bottom:3px solid #006cb5;
	margin-bottom:1px;
	padding-bottom:15px;
	padding-top:15px;
	color:#006cb5;
}

.add_table{
	display:inline;
	vertical-align:middle;
	border:1px solid #FFF
	
}

.add_table i{
	 font-size:18px;
}

.col_add1{
	width:100%;
}

.col_add2{
	text-align:center;
	display:none;
}

.col_add3{
	width: 100%;
}

.col_add4{
	width: 100%;
}


.f_phone{
	
	font-size:18px; padding-left:5px;
	}
.f_mail	{
	
    font-size:16px; padding-left:5px;	
}
	



@media (min-width:768px) {
	
.add_table{
	display:table-cell;
	vertical-align:middle;
}
	
	
.col_add1{
	width:30%;
	}

.col_add2{
	text-align:center;
}

.col_add3{
	width: 17%;
	}

.col_add4{
	width: 17%;
	
}

}




@media (min-width:992px) {

.add_table i{
	 font-size:28px;
}

.col_add2{
	display:block;
 }
 
.f_phone{
	
	font-size:22px; 
	}
.f_mail	{
	
    font-size:18px;
}
		
	
 
}

.footer_menu_box{
	float:left;
	width:100%;
	background-color:#006cb5;
	padding-top:50px;
	padding-bottom:20px;
	display:none;
}

.f_main_menu{
    float:left;
	width:100%;
}

.f_main_menu ul.f_menus{
	float:left;
	width:100%;
}

.f_main_menu ul.f_menus li{	
	float:left;
	width:100%;
	list-style:none;
}

.f_main_menu ul.f_menus li a{	
	float:left;
	width:100%;
	text-align:left;
	text-transform:uppercase;
	color:#FFF;
}
.footer_menu_tit{
	float:left;
	height:50px;
	width:100%;
	margin-bottom:15px;
}

.f_sub_menu{
	float:left;
	width:100%;
	list-style:none;
}
.f_sub_menu li{
	float:left;
	width:100%;
	padding-right:15px;
	margin-bottom:5px;
}


.f_sub_menu li a {
	text-transform:none !important;
}


@media (min-width:992px) {
	
	.footer_menu_box{
		display:block;
	}
}

*/

.footer_bg{
    
    float: left;
    width: 100%;
    background-image: url(../../images/bg.jpg);
    background-size: cover;
    background-position: center center;
    
}

.footer {
float: left;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: rgba(0, 0, 0, 0.70);
	border-bottom:1px solid #6f6767;
}


@media (min-width:768px) {
.footer {
	padding-top:50px;
	padding-bottom:10px;
}
	
}


.f_logo{
    float:left;
	width:100%;
	margin-bottom:25px;
	padding-bottom:15px;
}

.f_logo img{
	height:155px;	
}

.footer_social{
	float:left;
	width:100%;
}

.footer_social ul{
	float:left;
	width:100%;
	list-style:none;
	padding-left:10px;
}

.footer_social ul li{
  	float:left;

	margin-right:25px;
}

.footer_social ul li a{
	float:left;	
	font-size:38px;
    color:#FFF;
}

.footer_social ul li a:hover{
	color:#CCC;
}
.f_title{
    float: left;
    width: 100%;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #aba0a0;
    padding-bottom: 15px;
    font-family:'PT Sans Narrow', sans-serif;
}
.footer_mainmenu{
	float:left;
	width:100%;
	list-style:none;
	margin-top:12px;
}

.footer_mainmenu li{
    float:left;	
	width:45%;
	margin-right:5%;
	margin-bottom:10px;
}

.footer_mainmenu li a{
	color:#FFF;
	font-size:16px;
}

ul.footer_menu {
	float:left;
	width:100%;
	list-style:none;
	margin-top:10px;
}
ul.footer_menu li {
	list-style:none;
	float:left;
	width:100%;
	padding-bottom:10px;
	margin-bottom:12px;
	border-bottom:1px dotted #89929a;
	
}
ul.footer_menu li a {
	float:left;
	color:#FFF;
	font-size:16px;
}

.copyright{
	  float:left;
	  width:100%;
	  background-color:#2a2d31;
	  padding-top:5px;
	  padding-bottom:5px;
	}

.copyright_text {
	float:left;
	text-align:left;
	font-size:14px;
	color:#FFF;
	padding-top:12px;
	padding-bottom:12px;
	color:#FFF;
}

.dev_web{
	float:right;
	text-align:center;
}

.dev_web img{
	max-height:60px;
}


/*


@media (min-width:768px) {
	
.dev_web{
	float:right;
	width:auto;
}	
	
.footer ul.footer_menu li a {
	color:#FFF;
	padding-left:20px;
	padding-right:20px;
}
	
ul.footer_menu li:first-child a {
	padding-left:0px;
}

}

@media (min-width:992px) {
}
 @media (min-width:1160px) {
}