@font-face {
	font-family: "FrutigerLTW20-45Light";
	src: url(/fonts/FrutigerLTW20-45Light.eot);
	src: url(/fonts/FrutigerLTW20-45Light.eot?#iefix) format("embedded-opentype"), url(/fonts/FrutigerLTW20-45Light.woff) format("woff"), url(/fonts/FrutigerLTW20-45Light.ttf) format("truetype"), url(fonts/FrutigerLTW20-45Light.svg#FrutigerLTW20-45Light) format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "FrutigerLTW20-55Roman";
	src: url(/fonts/FrutigerLTW20-55Roman.eot);
	src: url(/fonts/FrutigerLTW20-55Roman.eot?#iefix) format("embedded-opentype"), url(/fonts/FrutigerLTW20-55Roman.woff) format("woff"), url(/fonts/FrutigerLTW20-55Roman.ttf) format("truetype"), url(/fonts/FrutigerLTW20-55Roman.svg#FrutigerLTW20-55Roman) format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "FrutigerLTW20-65Bold";
	src: url(/fonts/FrutigerLTW2065Bold.eot);
	src: url(/fonts/FrutigerLTW2065Bold.eot?#iefix) format("embedded-opentype"), url(/fonts/FrutigerLTW2065Bold.woff) format("woff"), url(/fonts/FrutigerLTW2065Bold.ttf) format("truetype"), url(/fonts/FrutigerLTW2065Bold.svg#FrutigerLTW20-65Bold) format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "FrutigerLTW20-75Black";
	src: url(/fonts/FrutigerLTW20-75Black.eot);
	src: url(/fonts/FrutigerLTW20-75Black.eot?#iefix) format("embedded-opentype"), url(/fonts/FrutigerLTW20-75Black.woff) format("woff"), url(/fonts/FrutigerLTW20-75Black.ttf) format("truetype"), url(/fonts/FrutigerLTW20-75Black.svg#FrutigerLTW20-75Black) format("svg");
	font-weight: normal;
	font-style: normal;
}
body{
	background-color: #e6e6e6;
}
*{
	font-family: "FrutigerLTW20-45Light",Tahoma,Helvetica,Arial,sans-serif;
	direction:ltr;
	padding:0px;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
main {
    display:block;
}
nav ul {
    list-style:none;
}
button {
	font-family: inherit;
}
a img, :link img, :visited img {
	border: 0;
}
a:active, a:focus, input:active {
	outline: 0;
}
a:active, a:focus, input:focus {
	-moz-outline-style: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
blockquote, q {
    quotes:none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
    content:none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
img {
	vertical-align: middle; /*html5ness*/
}
.clearing {
	clear: both;
}
hr{
	float:left;
	width:100%;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
	display: block;
}
.header-top{
	width: 100%;
	padding:10px 0px;
  background-color: #eeeeee;
	position: relative;
}
.social-listing .social-icon {
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	float: right;
	display: block;
	transition: background-color .2s;
	-o-transition: background-color .2s;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	position: relative;
	padding: 10px 3px;
}
.social-listing .social-icon:nth-child(n+1) {
    margin-left: 11px;
}
.navbar-toggle {
    float: left;
    position: absolute;
    left: 0px;
}
.navbar-toggle .icon-bar {
    background-color: #9d0a0e !important;
}
.logo {
    float: left;
    margin: 10px 0px;
    text-align: center;
}
.social-listing {
    margin-top: 3px;
	float: right;
}
.hedear-menu {
    width: 100%;
    position: relative;
    background-color: #9d0a0e;
	min-height: initial;
}
.navbar {
    border-radius: 0!important;
    border: 0 solid transparent!important;
    margin-bottom: 0px !important;
}
.navbar-nav>li>a {
    color: #343434;
    transition: color .2s;
    -o-transition: color .2s;
    -webkit-transition: color .2s;
    -moz-transition: color .2s;
    font-size: 18px;
    position: relative;
    z-index: 2;
    font-family: "FrutigerLTW20-75Black",Tahoma,Helvetica,Arial,sans-serif;
}

#header_search a {
    border-left: 2px solid #343434;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
   background-color: #ffffff;
}
.dropdown-menu{
    font-size: 16px;
	background-color: #9d0a0e;
	padding:0px;
	margin:0px;
	min-width: 220px;
}
.dropdown-menu>li>a {
    display: block;
	padding: 10px 15px;
    clear: both;
    font-weight: normal !important;
    line-height: 20px;
    color: #ffffff;
    white-space: nowrap;
    font-family: "FrutigerLTW20-75Black",Tahoma,Helvetica,Arial,sans-serif;
}
.dropdown-menu>li>a:hover{
    color: #ffffff;
	text-decoration: none;
    background-color: #d24334;
}
.navbar-nav>li>.dropdown-menu::before {
    content: "\f0d8";
    position: absolute;
    top: -9px;
    left: 35px;
    font: normal normal normal 14px/1 FontAwesome;
	color: #9d0a0e;
}
.footer {
    background-color: #9d0a0e;
    width: 100%;
    float: right;
    position: relative;
}
.footer_links {
    width: 100%;
    margin: 10px;
    text-align: center;
    float: left;
	font-size: 18px;

}
.footer li {
    font-size: 15px;
    margin: 0px 15px;
    display: inline-block;
}
.footer a, .footer a:focus, .footer a:hover {
	font-family: "FrutigerLTW20-75Black",Tahoma,Helvetica,Arial,sans-serif;
    text-decoration: none;
    color: #fff;
}
.footer-top{
	width: 100%;
    padding: 20px 0px;
    float: right;
}
.footer-copyright{
	color: #ffffff;
    font-size: 18px;
    padding: 33px 0;
    text-align: center;
    float: right;
	width: 100%;
}
.footer-copyright a{
    color: #ffffff;
    text-decoration: none !important;
}
.footer-sperator{
    width: 100%;
    background-color: #394048;
    height: 1px;
    position: relative;
}
.footer-social {
    float: right;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.footer-social .social-listing {
    float: none;
    display: inline-block;
}
.full-gray{
	width: 100%;
    background-color: #efefef;
    float: left;
    padding: 10px;
	color:#000;
}
.full-dark-gray{
	width:100%;
	background-color:#3d3d3d;
}
.full-dark-gray a{
	color:#fff;
}
.media-body a{
	color:#000;
	text-decoration:none;
}
.photo_container{
	text-align:center;
	margin:20px 0px;
}
.video_contain{
	text-align:center;
	float: right;
	width: 100%;
}
.video_contain iframe{
    max-width: 100% !important;
	margin: 15px auto;
    display: block;
}
.related_articles {
    margin: 15px 0px;
    float: left;
    width: 100%;
	background-color: #fff;
	padding: 15px;
}
.article_details_title {
    font-size: 36px;
	font-family: "FrutigerLTW20-65Bold",Tahoma,Helvetica,Arial,sans-serif;
    color: #000;
    margin-bottom: 20px;
    float: left;
    width: 100%;
	line-height: normal;
}
.related_articles_box{
    overflow: hidden;
    text-align: left;
    cursor: pointer;
    position: relative;
    display: block;
	width:100%;
	height:240px;
	margin-bottom: 30px;
}
.related_articles_box_photo {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 140px;
}
.related_articles_box img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    min-height: 100%;
    min-width: 100%;
}
.related_articles_box:hover img, .related_articles_box img:hover {
    transform: scale(1.04);
    cursor: pointer;
}

.related_articles_box_title {
    display: block;
    width: 100%;
	padding: 15px;
    color: #000;
    line-height: 1.9;
	font-weight:bold;
}
.related_articles_box_title a{
	color:#000;
	text-decoration:none;
}
.ads {
    margin: 20px 0px;
    text-align: center;
}
.floatads-left {
    position: absolute;
	right: auto;
    left: 50%;
    margin-left: 620px;
	padding-top:20px;
	z-index:10000;
}
.floatads-right {
    position: absolute;
	left: auto;
    right: 50%;
    margin-right: 620px;
	padding-top:20px;
	z-index:10000;
}
.ads-container {
    position: relative;
}
.nopadding{
	padding:0px;
}
.height250 {
    height: 250px;
}
.height500 {
    height: 500px;
}
@media (max-width: 768px) {
.height500 {
    height: 250px;
}
}
.height400 {
    height: 400px !important;
}
@media (max-width: 768px) {
.height400 {
    height: 200px !important;
}
}
.home_slider_article {
    color: #fff;
    overflow: hidden;
    text-align: left;
    cursor: pointer;
    position: relative;
    display: block;
}
.home_slider_article a{
    color: #fff;
}
.home_slider_article img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    min-height: 100%;
    min-width: 100%;
}
.home_slider_article:hover img, .home_slider_article img:hover {
    transform: scale(1.04);
    cursor: pointer;
}
.home_slider_article h2 {
    font-weight: bolder;
    font-size: 16px;
    padding-top: 10px;
    margin-top: 0;
	line-height: 1.7;
}
.home_slider_article:hover a {
    color: #c60001 !important;
    cursor: pointer;
}
.featured-block a {
    color: #fff;
}
.home_slider_article_text {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: block;
    width: 100%;
    left: 0px;
    padding: 15px;
}
.social_links {
    float: right;
}
.social_links a {
    color: white !important;
    text-align: center;
    margin-left: 15px;
    font-size: 22px;
    float: right;
    line-height: 36px;
    width: 36px;
    height: 36px;
	cursor: pointer;
}
.social_links i {
    margin-top: 7px;
}
.social_links .facebook {
    background-color: #3b5998;
}
.social_links .twitter {
    background: #00ACEE;
}
.social_links .google-plus {
    background: #d55142;
}
.social_links .whatsapp {
    background: #189d0e;
}
.social_links .print {
    background: #59696b;
}
.right_ads {
    width: 100%;
    text-align: center;
    margin: 10px 0px 30px 0px;
    overflow: hidden;
	float: left;
}
.top_articles {
    width: 100%;
    margin: 20px 0px;
    float: left;
}
.top_articles_title {
	font-family: "FrutigerLTW20-75Black",Tahoma,Helvetica,Arial,sans-serif;
    background-color: #9d0a0e;
    color: #FFF;
    padding: 0px 10px;
    height: 50px;
    line-height: 45px;
    position: relative;
    text-align: center;
    font-size: 24px;
}
.top_articles_title a {
    color: #FFF;
	text-decoration: none;
	font-family: "FrutigerLTW20-75Black",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 24px;
}
.top_articles_data {
    float: left;
    width: 100%;
}
.top_articles_box {
    width: 100%;
    height: 215px;
    background-size: cover;
    background-position: center center;
    margin: 15px 0px;
	position: relative;
}
.top_articles_sub_title{
	font-family: "FrutigerLTW20-65Bold",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 16px;
    padding: 10px;
    width: 100%;
	position: absolute;
	bottom: 0px;
	color: #fff;
	background: -moz-linear-gradient(-270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(-270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(-270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(-270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* ie10+ */
	background: linear-gradient(-180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* ie6-9 */

}
.top_articles_data li:hover .num {
    background-color: #b21c29;
    color: #f0eeee !important;
	text-decoration: none;
}
.top_articles_data li {
    width: 100%;
    border-bottom: #b6b6b6 1px dotted;
    float: left;
    padding: 10px 0px;
    margin: 10px 0px 0px 0px;
}
.top_articles_data li:hover {
    background-color: #dfdfdf !important;
}
.top_articles_data .photo {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
	height: 140px;
}
.top_articles_data .photo:hover img, .top_articles_data .photo img:hover {
    transform: scale(1.04);
    cursor: pointer;
}
.top_articles_data .photo img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    min-height: 100%;
    min-width: 100%;
}
.facebook_comments {
    float: left;
    width: 100%;
    margin: 20px 0px;
}
.facebook_comments_title {
    float: left;
    width: 100%;
    margin: 00px 0px 20px 0px;
    font-size: 18px;
    font-weight: bold;
    color: #3b5998;
}
.top_writer_title {
    font-size: 24px;
    width: 100%;
    float: left;
    margin: 0px 0px 20px 0px;
    font-weight: bold;
}
.top_writer_data {
    float: left;
    width: 100%;
}
.top_writer_sub_title {
    float: right;
    font-size: 18px;
    width: calc(100% - 110px);
    margin: 0px 0px 10px 20px;
}
.top_writer_sub_title a{
    color:#000;
}
.top_writer_sub_title a:hover{
    color:#c60001;
	text-decoration:none;
}
.top_writer_author_title {
    float: right;
    color: #9c2500;
    font-size: 14px;
    width: calc(100% - 110px);
    margin: 0px 0px 10px 20px;
}
.top_writer_author_title a{
	font-family: "FrutigerLTW20-75Black",Tahoma,Helvetica,Arial,sans-serif;
    color: #9c2500;
	text-decoration:none;
}
.top_writer_author_title a:hover{
    color: #9c2500;
	text-decoration:none;
}
.top_writer_data li {
    width: 100%;
    float: left;
    padding: 15px;
	border-bottom: 1px solid #f0efef;
}
.top_writer_data li:nth-of-type(odd) {
    background: #fff;
}

.top_writer_data li:nth-of-type(even) {
    background: #fff;
}
.top_writer_data .photo {
    float: left;
    width: 80px;
    position: relative;
    overflow: hidden;
	height: 80px;
}
.top_writer_data .photo:hover img, .top_writer_data .photo img:hover {
    transform: scale(1.04);
    cursor: pointer;
}
.top_writer_data .photo img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    min-height: 100%;
    min-width: 100%;
}

.article_details h1 {
    width: 100%;
    float: left;
    line-height: normal;
    font-family: "FrutigerLTW20-65Bold",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 34px;
}
.article_details h2 {
    width: 100%;
    float: left;
    line-height: normal;
    font-family: "FrutigerLTW20-45Light",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 26px;
}
.article_details h3 {
    width: 100%;
    float: left;
    line-height: normal;
    font-family: "FrutigerLTW20-55Roman",Tahoma,Helvetica,Arial,sans-serif;
    font-size: 20px;
}
.article_details .author {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0px;
	color: #9d0a0e;
	font-family: "FrutigerLTW20-75Black",Tahoma,Helvetica,Arial,sans-serif;
}
.article_details .ads {
    margin: 20px 0px;
    text-align: center;
    float: left;
    width: 100%;
}
.article_details .data {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: normal;
    margin: 15px 0px;
}
.article_details .last_title {
    float: left;
    width: 100%;
}
.created{
    width: 100%;
    float: left;
	color:#A9A9A9;
}
.article_details {
    padding: 15px;
    font-size: 14px;
    color: #000000;
    line-height: 31px;
    width: 100%;
    float: left;
    background-color: #fff;
	margin-bottom: 15px;
}
.photo_contain{
    width: 100%;
    float: left;
    margin: 20px 0px;
    text-align: center;
    height: 440px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.photo_title{
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 10px;
	text-align: center;
	color:#fff;
	font-size:14px;
	font-family: "FrutigerLTW20-45Light",Tahoma,Helvetica,Arial,sans-serif;
	background-color: rgba(0,0,0,0.65);
}
.social_contain {
    width: 100%;
    background-color: #ebebeb;
    float: left;
    padding: 10px;
}
.category_box_title{
	background-color: #e8e8e8;
    text-align: center;
    font-size: 24px;
    padding: 45px 0px;
    margin: 10px 0px 30px 0px;
    float: left;
    width: 100%;
}
.category_box_all{
    width: 100%;
    float: left;
	margin-bottom: 15px;
	background-color: #fff;
	padding: 15px;
}
.category_box_rp{
    width: 100%;
    float: left;
	padding: 15px;
	border-bottom: 1px dashed #a2a3a6;
	margin-bottom: 15px;
}
.category_box_article_title_rp{
	font-size: 24px;
	color: #000;
    font-family: "FrutigerLTW20-65Bold",Tahoma,Helvetica,Arial,sans-serif;
    width: 100%;
    float: left;
	font-weight: bold;
	margin-bottom: 10px;
}
.category_box_article_title_rp a{
	color: #000;
	text-decoration:none;
}
.category_box_desc_rp{
	font-size: 16px;
	color: #000;
    width: 100%;
    float: left;
	font-weight: bold;
	margin: 10px 0px;
}
.category_box_desc_rp a{
	color: #000;
	text-decoration:none;
}
.category_box_rp .created{
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

.category_box {
    width: 100%;
    float: left;
	margin-bottom: 15px;
	background-color: #fff;
	padding: 15px;
}
.category_box_photo {
    float: left;
    width: 100%;
    height: 80px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.category_box_article_title{
	font-size: 30px;
	color: #2da19a;
    font-family: "FrutigerLTW20-65Bold",Tahoma,Helvetica,Arial,sans-serif;
    width: 100%;
    float: left;

}
.category_box_article_title a{
	font-size: 30px;
	color: #2da19a;
    font-family: "FrutigerLTW20-65Bold",Tahoma,Helvetica,Arial,sans-serif;
	text-decoration:none;
}
.category_box_desc {
    font-size: 18px;
    width: 100%;
    float: left;
    line-height: 1.6;
}
.category_box_desc a{
	color:#000;
	text-decoration:none;
}
.category_box_more{
    background: #cd2122;
    color: #FFF;
    padding: 3px 7px;
    display: block;
    margin-top: 4px;
	font-size: 14px;
    float: left;
    line-height: normal;
    font-weight: bold;
    margin: 10px 0px 0px 0px;
}
.category_box_more a{
    color: #FFF;
	text-decoration:none;
}
.home_box_title {
    width: 100%;
    float: left;
    color: #fff;
    background-color: #3d3d3d;
    padding: 5px 20px;
    font-size: 20px;
    position: relative;
	margin-bottom: 20px;
}
.home_box_title a{
    color: #fff;
	text-decoration:none;
}
.home_box_title a:hover{
	color: #DDD;
}
.home_box_articles{
    overflow: hidden;
    text-align: left;
    cursor: pointer;
    position: relative;
    display: block;
	width:100%;
}
.home_box_articles_photo {
    width: 100%;
    padding: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    border: 1px solid #cbcaca;
    border-radius: 5px;
	height: 140px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.home_box_articles img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    min-height: 100%;
    min-width: 100%;
}
.home_box_articles:hover img, .home_box_articles img:hover {
    transform: scale(1.04);
    cursor: pointer;
}
.home_box_articles_title {
    display: block;
    width: 100%;
	padding: 5px;
    color: #000;
	font-weight:bold;
    overflow: hidden;
    position: relative;
	float: left;
}
.home_box_articles_title a{
	color:#000;
	text-decoration:none;
}
.other_articles{
	overflow: auto;
    padding: 5px 0;
    border-bottom: 1px solid #eaeaea;
    -webkit-transition: all .40s;
    -moz-transition: all .40s;
    -o-transition: all .40s;
    transition: all .40s;
}
.other_articles .home_box_articles_photo {
    padding: 5px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cbcaca;
    border-radius: 5px;
    width: 62px;
    height: 62px;
	margin-right: 10px;
}
.other_articles .home_box_articles_title{
	width: calc(100% - 72px);
}
.home_slider{
	margin-bottom:20px;
}
.home_box_contain{
	margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #f0eeee 100%);
    background: -webkit-gradient(linear, right top, right bottom, color-stop(0%, #fbfbfb), color-stop(100%, #f0eeee));
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #f0eeee 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%, #f0eeee 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0%, #f0eeee 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%, #f0eeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f0eeee', GradientType=0 );
    border: 1px solid #e4e5e5;
	width: 100%;
}
.home_videos_play {
    position: absolute;
    top: calc(50% - 36px);
    left: calc(50% - 42px);
    font-size: 84px;
	color:rgba(255,255,255,0.66);
}
.home_box_slider{
	width: 100%;
    float: left;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.fb_page{
	width: 100%;
    margin: 20px 0px;
    float: left;
}
.fb_page span, .fb_page iframe{
	width: 100% !important;
}
.fb_iframe_widget{
	width: 100%;
}
.urgent {
    width: 100%;
    font-size: 18px;
}
.urgent_contain{
	width: 100%;
    margin: 10px 0px;
    background-color: #f0efef;
    height: 40px;
    line-height: 40px;
	overflow: hidden;
}
.urgent_contain_full{
	width: 100%;
    height: 40px;
    line-height: 40px;
	overflow: hidden;
}
.urgent .title{
    background: gold;
    color: #000;
    text-align: center;
    font-weight: bold;
}
.urgent a{
    color: #000;
    cursor: pointer;
}
.header_names {
    width: 100%;
    color: #c60001;
    font-size: 19px;
    text-align: center;
    padding-top: 10px;
}
.header-top-top {
    background: #9d0a0e;
    height: 45px;
    z-index: 3;
    position: relative;
    color: #fff;
    line-height: 45px;
}
.header_date{
	float: left;
	font-size: 16px;
}
.top_header_ul {
    float: right;
	font-size: 14px;
}
.top_header_ul>li{
    float: left;
    margin: 0px 15px;
}
.top_header_ul a{
    color: #fff;
}
.top_header_ul i {
    margin-right: 3px;
}
.main_slider-new{
	width: 100%;
	height: 450px;
	clear: both;
	float: left;
}
.slider_tabs{
	float:left;
	height: 450px;
	overflow: hidden;
	color: #FFF;
	background-color: #FFF;
}
ul.slider_tabs li {
	cursor: pointer;
	list-style: none;
	padding: 0;
	margin-right: 0px;
	overflow: hidden;
	float: right;
	display: block;
	text-align: center;
	margin-bottom: 3px;
	width: 100%;
}
ul.slider_tabs li img {
	height: 60px;
	width: 110px;
	margin: 10px;
	float: left;
	border: #C5C5C5 solid 0px;
}
ul.slider_tabs li div h3 {
	font-size: 16px;
	color: inherit;
	text-decoration: none;
	height: 68px;
	overflow: hidden;
	margin: 10px;
	float: left;
	width: calc(100% - 150px);
	line-height: 23px;
}
ul.slider_tabs li > div {
	background-color: #F8F5F5;
	color: #353535;
	height: 88px;
	position: relative;
	margin-right: 0px;
	padding-right: 8px;
	text-align: left;
}
ul.slider_tabs li.current div {
	color: #FFF;
	background-color: #962C30;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c92226, endColorstr=#962c30);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#c92226,endColorstr=#962c30)";
	background-image: linear-gradient(bottom, #962c30 0%, #c92226 100%);
	background-image: -o-linear-gradient(bottom, #962c30 0%, #c92226 100%);
	background-image: -moz-linear-gradient(bottom, #962c30 0%, #c92226 100%);
	background-image: -webkit-linear-gradient(bottom, #962C30 0%, #C92226 100%);
	background-image: -ms-linear-gradient(bottom, #962c30 0%, #c92226 100%);
	background-image: -webkit-gradient( linear, right bottom, right top, color-stop(0, #962C30), color-stop(1, #C92226) );
}
.slider_panes{
	height: 450px;
	right: 0;
}
ul.slider_panes li {
	width: 100%;
	position:absolute;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	float: right;
	background-color: #962C30;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c92226, endColorstr=#962c30);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#c92226,endColorstr=#962c30)";
	background-image: linear-gradient(bottom, #962c30 0%, #c92226 100%);
	background-image: -o-linear-gradient(bottom, #962c30 0%, #c92226 100%);
	background-image: -moz-linear-gradient(bottom, #962c30 0%, #c92226 100%);
	background-image: -webkit-linear-gradient(bottom, #962C30 0%, #C92226 100%);
	background-image: -ms-linear-gradient(bottom, #962c30 0%, #c92226 100%);
	background-image: -webkit-gradient( linear, right bottom, right top, color-stop(0, #962C30), color-stop(1, #C92226) );
	height: 450px;
}
ul.slider_panes li .photo_slider {
	padding: 10px;
	float: right;
	height: 295px;
	width: 100%;
}
ul.slider_panes li .photo_slider img {
	height: 295px;
	width: 100%;
}
ul.slider_panes li .main_title {
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	padding: 15px 10px;
	width: 100%;
	float: left;
	overflow: hidden;
}
ul.slider_panes li .main_title a {
	color: #FFF;
	text-decoration: none;
}
ul.slider_panes li .main_title a:hover {
	text-decoration: underline;
}
ul.slider_panes li .slider-post-meta {
	width: 545px;
	float: left;
	margin-left: 10px;
}
ul.slider_panes li .slider-post-meta p.post-meta {
	color: #FFF !important;
}
ul.slider_panes li .slider-post-meta p.post-meta a {
	color: #FFF !important;
}
ul.slider_panes li .main_desc {
    font-size: 16px;
    color: #FFF;
    text-decoration: none;
    margin-bottom: 10px;
    margin-right: 15px;
    margin-top: 5px;
    margin-left: 15px;
    text-align: justify;
    float: left;
    height: 50px;
    overflow: hidden;
}ul.slider_panes li .main_desc a {
	font-size: 16px;
	color: #C5C5C5;
	text-decoration: none;
}
ul.slider_panes li .main_desc a:hover {
	text-decoration: underline;
}

@media only screen and ( max-width: 990px ) {
	.main_slider-new{
		height: 470px !important;
	}
	.slider_tabs {
		height:10px !important;
		margin-bottom:10px !important;
		width: 100px !important;
		margin-right: calc(50% - 50px) !important;
		float: right !important;
	}
	ul.slider_tabs li {
	  float: right !important;
	  width: 10px !important;
	  height: 10px !important;
	  margin-left: 10px !important;
	  border-radius:50% !important;
	}
	.slider_panes {
		width: 100% !important;
		position:inherit !important;
		float:right !important;
	}
	ul.slider_panes li {
		width: 100% !important;
	}
	ul.slider_tabs li > div{
		background-color:#222 !important;
	}
	ul.slider_panes li .photo_slider {
		width: calc(100% - 20px) !important;
	}
	ul.slider_panes li .photo_slider img {
		width: calc(100% - 20px) !important;
	}
	ul.slider_panes li .main_title {
		width: calc(100% - 20px) !important;
	}
	ul.slider_panes li .slider-post-meta {
		width: calc(100% - 20px) !important;
	}
}
.pagination .disabled {
	background-color: #FFFFFF;
    border-color: #DDDDDD;
    color: #999999;
    cursor: not-allowed;
    float: left;
    line-height: 1.42857;
    padding: 6px 12px 7px 12px;
    position: relative;
    text-decoration: none;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0px;
    border: 1px solid #ddd;
    border-right-style: none;
}
.pagination .active {
    background: none repeat scroll 100% 0 #EEEEEE;
    border-color: #DDDDDD;
    color: #333333;
    float: left;
    line-height: 1.42857;
    padding: 6px 12px 7px 12px;
    position: relative;
    text-decoration: none;
    margin-right: 0;
	border: 1px solid #ddd;
}
.article_details iframe{
    max-width: 100% !important;
	margin: 15px auto;
    display: block;
}
.article_details .data img, .article_details .data iframe{
    max-width: 100% !important;
	margin: 15px auto;
    display: block;
}
.article_details .data img{
	height: auto;
}
.article_details .tags{
	width: 100%;
	float: left;
	margin: 15px 0 15px;
}
.related_article_data iframe{
    max-width: 100% !important;
	margin: 15px auto;
    display: block;
}
.article_details .tags a {
    font-family: "FrutigerLTW20-65Bold",Tahoma,Helvetica,Arial,sans-serif;
    float: left;
    padding: 5px 10px;
    margin: 0 10px 10px 0;
    text-decoration: none;
    background-color: #f7f7f7;
    color: #000;
}
.article_details .tags a:hover {
	color: #fff;
    background-color: #222222;
}

.content {
    width: 100%;
    float: right;
    margin-top: 136px;
}
@media(max-width:767px){
	.content {
		width: 100%;
		float: right;
		margin-top: 92px;
	}
}

.site_content{
    width: 100%;
    float: right;
}
.top_header_ads {
    width: 100%;
    overflow: hidden;
    margin: 15px 0px;
	float: right;
}
.top_ads {
    width: 100%;
    overflow: hidden;
    margin: 15px 0px;
    text-align: center;
	padding: 10px;
	background-color: #fff;
	float: right;
}
.top_ads_title{
	color: #343434;
	font-size: 12px;
	width: 100%;
	float: right;
	text-align: center;
	margin-bottom: 15px;
}
.top_ads_data{
	width: 100%;
	float: right;
}
.box_ads{
	float:left;
	margin:20px;
}
.fb_page{
	width: 100%;
	float: right;
}

.home_article {
    float: left;
    width: 100%;
    height: 440px;
	margin: 15px 0px;
    overflow: hidden;
    position: relative;
}
.home_article_photo {
    float: right;
    height: 440px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home_article_category {
    position: absolute;
    top: 15px;
    border-left: 5px solid #9d0a0e;
    padding: 0px 10px;
    background-color: #fff;
    color: #000;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
}
.home_article_category a{
	font-family: "FrutigerLTW20-65Bold",Tahoma,Helvetica,Arial,sans-serif;
    color: #000;
	line-height: normal;
}
.home_article_category:after {
    content: "";
    border-bottom: 35px solid #fff;
    border-right: 20px solid transparent;
    position: absolute;
    top: 0px;
    right: -20px;
    z-index: 1;
}
.home_article_contain {
    position: absolute;
    bottom: 0px;
    color: #fff;
    padding: 15px;
    overflow: hidden;
    width: 100%;
	background: -moz-linear-gradient(-270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, right top, right bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(-270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(-270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(-270deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* ie10+ */
	background: linear-gradient(-180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* ie6-9 */
	display: flex;

}
.home_article_title {
    font-size: 24px;
    float: left;
    width: 100%;
    margin: 10px 0px;
    color: #fff;
    font-weight: bold;
}
.home_article_title a{
    color: #fff;
}
.home_article_desc {
    text-overflow: ellipsis;
    position: relative;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
	font-size: 14px;
}
.home_article_more {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 15px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    right: 15px;
    ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    top: 50%;
}
.home_article_more a{
    color: #fff;
}

.home_article_category_type {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #9d0a0e;
    color: #fff;
    padding: 15px 25px;
    text-align: center;
}
#home_all_articles {
    width: 100%;
    float: right;
}
#load_more {
    background-color: #e8e8e8;
    margin: 15px 0px;
    float: right;
    width: 100%;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-family: "FrutigerLTW20-75Black",Tahoma,Helvetica,Arial,sans-serif;
    cursor: pointer;
	position: relative;
}
#load_more::before {
    content: "\f103";
    color: #9d0a0e;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: -18px;
    left: calc(50% - 16px);
    background-color: #e8e8e8;
    padding: 5px;
    border-radius: 50%;
    font-size: 24px;
    width: 32px;
    height: 32px;
    text-align: center;
}
.breadcrumb {
    background-color: #fff;
    padding: 10px;
    margin: 15px 0px 15px 0px;
    border-radius: 0px;
}
.breadcrumb a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 10px;
    line-height: normal;
    position: relative;
}
.breadcrumb a:hover {
    color: #000;
	text-decoration: none;
}
.breadcrumb a:first-child::before {
    content: "|";
    position: absolute;
    right: 0px;
    color: #9a9a9a;
}

.dropdown-menu#search {
    width: 350px;
    background-color: #fff;
    padding: 15px;
    left: -230px;
}
.navbar-nav>li>.dropdown-menu#search::before {
    left: auto;
    right: 84px;
}
.header_search {
    float: left;
    width: 100%;
}
.header_search input[type="search"] {
    border: 1px solid gray;
    padding: 6px;
    width: 80%;
}
.header_search .search_btn {
    background-color: #9d0a0e;
    color: #fff;
    border: 0px;
    padding: 10px;
    width: 18%;
}
/* Carousel base class */
.gallery {
    width: 100%;
    float: right;
    overflow: hidden;
    position: relative;
    margin: 15px 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	text-align:right;
	z-index: 10;
	background-color:rgba(0,0,0,0.55);
	right:0px !important;
	left:inherit !important;
	padding:20px;
	bottom: 0px !important;
}

/* Declare heights because of positioning of img element */
.carousel .item {
	height: 440px;
	background-color: #000000;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  right: 0;
  height: 440px;
}
span.glyphicon.glyphicon-chevron-left, span.glyphicon.glyphicon-chevron-right {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    left: 10px;
    top: 16px;
}
.carousel-control {
    bottom: 50%;
    height: 50px;
    width: 50px;
    top: inherit;
    float: right;
    background: #000;
    right: 0px;
    left: auto;
}
a.right.carousel-control {
    right: 50px;
}
#myCarousel{
	overflow:hidden;
	height:440px;
	float:right;
    width: 100%;
}
#myCarousel img{
	height:440px;
 	max-width: 100%;
}
.img-thumbs li {
    float: right;
    width: 160px;
    height: 90px;
    margin: 0px 8px;
}
.img-thumbs li img{
	width:100%;
	height:90px !important;
}
.img-thumbs {
    float: right;
    width: 100%;
    background-color: #505050;
    padding: 20px 50px;
}
.item_data {
    width: 100%;
    text-align: center;
}
@media (max-width: 767px) {
	.home_article_contain {
		display: block;
	}
  .home_article_title {
    float: none;
  }
  .created{
      float: none;
  }
	.home_article_more {
		color: #fff;
		border: 1px solid #fff;
		padding: 10px 15px;
		text-align: center;
		font-size: 12px;
		position: relative;
		ms-transform:none ;
		-webkit-transform: none;
		transform: none;
		height: auto;
		top: 0;
		margin: 10px auto;
    display: table;
	}
	.photo_contain{
		height: 250px;
	}
	.carousel .item {
		height: 250px;
	}
	.carousel-inner > .item > img {
	  height: 250px;
	}
	#myCarousel{
		height:250px;
	}
	#myCarousel img{
		height:250px;
	}
  .logo {
    width: 100%;
  }

}

#articles{
	float: right;
	width: 100%;
}

.article{
	float: right;
	position: relative;
	width: 100%;
}
.related_article_data{
	float: left;
	width: 100%;
}
.data p {
    margin: 0px 0px 15px 0px;
}
#dataContainer, .reachedPageBottom ,.pageBottom{
    float: right;
    width: 100%;
}

header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0px;
}
.category_box_social {
    float: right;
    width: 100%;
    margin: 5px 0px;
}
.category_box_social a {
    color: white !important;
    text-align: center;
    font-size: 22px;
    float: right;
    line-height: 36px;
    width: 36px;
    height: 36px;
	cursor: pointer;
}
.category_box_social i {
    margin-top: 7px;
}
.category_box_social .facebook {
    background-color: #3b5998;
	float: left;
}
.category_box_social .twitter {
    background: #00ACEE;
	float: right;
}
