body {
font-family: 'Lato', sans-serif;
color:#2C2C2C;
font-size:18px;
font-weight:300;
}
h1,h2,h3,h4,h5,h6 {
font-family: 'Open Sans', sans-serif;
color: #07090C;
font-weight:700;
}
h1 {
font-size:31.104px;
}
h2 {
font-size:25.92px;
}
h3 {
font-size:21.6px;	
}
h4 {
font-size:18px;
}
h5 {
font-size:15px;
}
h6 {
font-size:15px;
}
a {
font-weight:400;
color: #07090c;
}
a:hover,
a:focus{
color: #f73170;
text-decoration: none;
outline: none;
}
ul,ol{
margin: 0;
padding: 0;
list-style: none
} .input {
width:100%;
height:40px;
padding:0px 15px;
border:1px solid #DDD;
background-color:transparent;
}
textarea.input {
padding:15px;
}
.input-btn {
display: inline-block;
padding: 12px 30px;
color: #FFF;
background-color: #bf1825;
border: none;/*/*/opacity: 1;
font-size: 12.5px;
font-weight: 400;
}
.input-btn:hover {
opacity:0.8;
}/**/ #header #top-header {
border-bottom: 1px solid #DDD;
}
.header-links {
float:left;
}
.header-links ul li {
display: inline-block;
border-left: 1px solid #DDD;
}
.header-links  ul li:last-child {
border-right:1px solid #DDD;
}
.header-links ul li a {
display: block;
padding: 0px 10px;
height: 30px;
line-height: 30px;
color: #222;
font-size: 12.5px;
text-align: center;/*/*/}
.header-links ul li a:hover  {
color:#bf1825;
}
.header-social {
float:right;
}
.header-social ul li {
display: inline-block;
border-left: 1px solid #DDD;
}
.header-social ul li:last-child {
border-right:1px solid #DDD;
}
.header-social ul li a {
display: block;
width: 30px;
height: 30px;
line-height: 30px;
color: #222;
text-align: center;
}
.header-social ul li a:hover {
color:#bf1825;
}
.logo-topo {
position:	absolute;
margin-left: -100px;
left: 50%;
}
.logo-topo img {
width: 205px;
}
@media (max-width: 575px) {
.header-links, .header-social {
display: none;
}
#top-header {
height: 60px;
}
}/**/#header #center-header {
padding:0px;  }
.header-logo {
float:left;
}
.header-logo .logo {
display:inline-block;
}
.header-logo .logo > img {
width: 100%;
max-height: 90px;
padding: 10px;
}
.header-ads {
float:right;
} #header #nav-header {
border-bottom: 1px solid #DDD; }
#nav-header .nav-logo {
display:none;
float:left;
}
#nav-header .nav-logo .logo {
display:inline-block;
}
#nav-header .nav-logo .logo > img {
width: 100%;
max-height: 50px;
} .main-nav li { }
.main-nav li:last-child { }
.main-nav li a {
padding: 5px 15px;
color: #000;/*/*/font-size: 14px;
}
.main-nav li.active a {
border-bottom: 3px solid #bf1825 !important;
margin-bottom: -3px;
}
.main-nav li a:hover, .main-nav li a:focus {
border-bottom: 3px solid #bf1825 !important;
margin-bottom: -3px;
}/**/}
.main-nav li.active a {
background-color:#bf1825 !important;
}
.main-nav li a:hover, .main-nav li a:focus { background-color:#f73170;
}
}
*/
.button-nav {
position:relative;
float:right;
}
.button-nav > button {
padding: 5px 15px;
border: none;
line-height: 20px;
background: transparent;
color: #000;
}
.button-nav .search-collapse-btn.active {
background: #bf1825;
color: #FFF;
}
a.webmail-button {
display: none;
}
@media (max-width: 575px) {
a.webmail-button {
margin-right: 15px;
display: inline;
}
}
.search-form {
position: absolute;
width: 250px;
background: #07090c;
padding: 20px;
right: 0;
border-top: 2px solid #bf1825;
-webkit-box-shadow: 0px 5px 6px -5px rgba(0, 0, 0, 0.4);
box-shadow: 0px 5px 6px -5px rgba(0, 0, 0, 0.4);
z-index: 22;
-webkit-transform:translateY(15px);
-ms-transform:translateY(15px);
transform:translateY(15px);
opacity:0;
visibility:hidden;
-webkit-transition:0.2s all;
transition:0.2s all;
}
.search-form form .input {
border:none;
background-color:#FFF;
}
.search-form.search-collapse {
-webkit-transform:translateY(0px);
-ms-transform:translateY(0px);
transform:translateY(0px);
opacity:1;
visibility:visible;
}
.button-nav .nav-collapse-btn {
display:none;
} @media only screen and (max-width: 1201px) {
#header #center-header .header-logo , #header #center-header .header-ads {
float:none;
text-align:center;
}
}
@media only screen and (max-width: 767px) {
#header #top-header {
text-align:center;
}
.header-links, .header-social {
float:none;
}
.header-links ul li {
margin-right:-4px;
border-bottom:1px solid #DDD;
}
.header-social {
margin-top:-1px;
}
.header-social ul li {
margin-right:-4px;
border-top:1px solid #DDD;
}
#header #center-header {
padding:0px;
}
.header-ads {
display:none;
}
#nav-header .button-nav .nav-collapse-btn {
display:inline-block;
}
#nav-header .nav-logo {
display:block;
float:none;
text-align:center;
margin-bottom:30px;
}
#main-nav {
position: fixed;
top: 0;
left: 0;
bottom: 0;
max-width: 300px;
width:0%;
padding-top:30px;
overflow-x: hidden;
overflow-y: auto;
background: #FFF;
-webkit-box-shadow: 5px 0px 6px -5px rgba(0, 0, 0, 0.4);
box-shadow: 5px 0px 6px -5px rgba(0, 0, 0, 0.4);
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: 0.2s all;
transition: 0.2s all;
z-index: 99;
}
@media (max-width: 767px) {
#main-nav {
background: #07090c;
}
}
#main-nav.nav-collapse {
width:100%;
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
.main-nav {
margin:0px;
max-height:400px;
overflow-x:hidden;
overflow-y:scroll;
}
} .section {
padding-top:30px;
padding-bottom:30px;
}
.section-title {
position:relative;
margin-bottom:30px;
}
.section-title:after {
content: "";
position: absolute;
bottom: 0px;
left: 0;
width: 100%;
height: 2px;
background-color:#DDD;
z-index:-1;
}
.section-title .title {
position:relative;
display: inline-block;
margin-top: 0;
margin-bottom: 0;/*/*/line-height: 45px;
font-size:15px;
color:#FFF;
background-color:#222;
padding:0px 15px;
background-color: #bf1825;
}
.section-title .title:after {
content: "";
position: absolute;
right: -15px;
bottom: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 15px 0 0 15px;
border-color: transparent transparent transparent #DDD;
z-index: 0;
}/**/.section-title.yellow .title {
background-color: #bf1825;
}
.section-title.yellow:after {
background-color:#bf1825;
}
.section-title.yellow .title:after {
border-color: transparent transparent transparent #bf1825;
}
.section-title.green .title {
background-color: #bf1825;
}
.section-title.green:after {
background-color:#bf1825;
}
.section-title.green .title:after {
border-color: transparent transparent transparent #bf1825;
}
.section-title.gray .title {
background-color: #bf1825;
}
.section-title.gray:after {
background-color:#bf1825;
}
.section-title.gray .title:after {
border-color: transparent transparent transparent #bf1825;
}
.section-title.red .title {
background-color: #bf1825;
}
.section-title.red:after {
background-color:#bf1825;
}
.section-title.red .title:after {
border-color: transparent transparent transparent #bf1825;
} .tab-nav li {
position:relative;
display: inline-block;
height: 45px;
line-height: 43px;
border-bottom: 1px solid #DDD;
border-top: 1px solid #DDD;
border-left: 1px solid #DDD;
border-right:none;
margin-right:-4px;
z-index:2;
}
.tab-nav li:last-child {
border-right: 1px solid #DDD;
margin-right:0px;
}
.tab-nav li a {
display: block;
padding: 0 15px;
background: #FFF;
font-size: 12.5px;/*/*/}
.tab-nav li.active {
border-color:#bf1825;
}
.tab-nav li.active a {
background-color:#bf1825;
color:#FFF;
}
.tab-nav li.active:after {
content: "";
position: absolute;
bottom: -15px;
width: 0;
height: 0;
border-style: solid;
border-width: 20px 15px 0 15px;
border-color: #bf1825 transparent transparent;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 5;
}/**/@media (max-width: 575px) {
.top-post-area {
padding: 0px 15px;
}
}
.top-post-area .top-post-left .feature-image-thumb {
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
overflow: hidden;
}
.top-post-area .top-post-left .feature-image-thumb .overlay-bg {
background: rgba(0, 0, 0, 0.4);
}
.top-post-area .top-post-left .feature-image-thumb img {
width: 100%;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.top-post-area .top-post-left:hover .feature-image-thumb img {
transform: scale(1.045);
}
.top-post-area .top-post-left .top-post-details {
position: absolute;
max-width: 90%;
bottom: 30px;
left: 40px;
}
@media (max-width: 767px) {
.top-post-area .top-post-left .top-post-details {
bottom: 10px;
left: 15px;
}
}
.top-post-area .top-post-left .top-post-details .tags li {
display: inline-block;
background: #f6214b;
color: #FFF;
padding: 4px 30px;
font-weight: 300;
}
.top-post-area .top-post-left .top-post-details .tags li a {/*/*/color: #FFF;
}
.top-post-area .top-post-left .top-post-details strong,
.top-post-area .top-post-left .top-post-details h3 {/*/*/color: #FFF;
margin: 20px 0px;
}
@media (max-width: 767px) {
.top-post-area .top-post-left .top-post-details strong,
.top-post-area .top-post-left .top-post-details h3{/*/*/font-size: 14px;
margin-bottom: 5px;
margin-top: 5px;
}
}
.top-post-area .top-post-left .top-post-details .meta li {
display: inline-block;
color: #fff;
margin-right: 10px;
font-weight: 300;
font-size: 12px;
}
@media (max-width: 414px) {
.top-post-area .top-post-left .top-post-details .meta li {
font-size: 9px;
}
}
.top-post-area .top-post-left .top-post-details .meta li .lnr {
margin-right: 10px;
font-weight: 700;
}
.top-post-area .top-post-left .top-post-details .meta li a, .top-post-area .top-post-left .top-post-details .meta li .lnr {
color: #fff;
}
@media (max-width: 991px) {
.top-post-area .top-post-left {
margin-bottom: 10px;
}
}
.top-post-area .top-post-right .single-top-post {
position: relative;
}
.top-post-area .top-post-right .single-top-post .feature-image-thumb {
overflow: hidden;
}
.top-post-area .top-post-right .single-top-post .feature-image-thumb img {
width: 100%;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.top-post-area .top-post-right .single-top-post .feature-image-thumb .overlay-bg {
background: rgba(0, 0, 0, 0.4);
}
.top-post-area .top-post-right .single-top-post:hover .feature-image-thumb img {
transform: scale(1.045);
}
.top-post-area .top-post-right .single-top-post .top-post-details {
position: absolute;
bottom: 12px;
left: 12px;
}
.top-post-area .top-post-right .single-top-post .top-post-details .tags li {
display: inline-block;
background: #f6214b;
color: #fff;
padding: 4px 30px;
font-weight: 300;
}
.top-post-area .top-post-right .single-top-post .top-post-details .tags li a {
color: #fff;
}
.top-post-area .top-post-right .single-top-post .top-post-details strong,
.top-post-area .top-post-right .single-top-post .top-post-details h4{/*/*/color: #fff;
margin-top: 20px;
margin-bottom: 10px;
}
@media (max-width: 767px) {
.top-post-area .top-post-right .single-top-post .top-post-details strong,
.top-post-area .top-post-right .single-top-post .top-post-details h4{/*/*/font-size: 14px;
margin-bottom: 5px;
margin-top: 5px;
}
}
.top-post-area .top-post-right .single-top-post .top-post-details .meta li {
display: inline-block;
color: #fff;
margin-right: 10px;
font-weight: 300;
font-size: 12px;
}
@media (max-width: 414px) {
.top-post-area .top-post-right .single-top-post .top-post-details .meta li {
font-size: 9px;
}
}
.top-post-area .top-post-right .single-top-post .top-post-details .meta li .lnr {
margin-right: 10px;
font-weight: 700;
}
.top-post-area .top-post-right .single-top-post .top-post-details .meta li a, .top-post-area .top-post-right .single-top-post .top-post-details .meta li .lnr {
color: #fff;
}
.top-post-right article:last-child {
margin: 0 !important;
}
.top-post-area .news-tracker-wrap {
margin-top: 10px;
padding: 12px 15px;
background: #fff;
}
.top-post-area .news-tracker-wrap h6 {
font-weight: 500;
}
.top-post-area .news-tracker-wrap h6 span {
color: #f6214b;
}
.top-post-area .news-tracker-wrap a {
color: #222;
}
.top-post-area .top-post-details strong,
.top-post-area .top-post-details h3,
.top-post-area .top-post-details h4 {
text-shadow: 1px 1px #000;
}/**/  .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .article {
position:relative;
margin-bottom:30px;
}
.article .article-img > a {
display:block;
}
.article .article-img > a:after {
content:"";
position:absolute;
left:0;
top:0;
right:0;
bottom:0;
background: #222;
opacity:0;
border-radius: 12px;
-webkit-transition:0.2s opacity;
transition:0.2s opacity;
}
.article:hover .article-img > a:after {
opacity:0.3;
}
.article .article-img {
position:relative;
overflow:hidden;
margin-bottom:15px;
border-radius: 12px;
}
.article .article-img img {
width:100%;
-webkit-transition:0.5s -webkit-transform;
transition:0.5s -webkit-transform;
transition:0.5s transform;
transition:0.5s transform, 0.5s -webkit-transform;
}
.article:hover .article-img img {
-webkit-transform:scale(1.1);
-ms-transform:scale(1.1);
transform:scale(1.1);
}
.article .article-img  .post-categories {
position:absolute;
bottom:15px;
left:15px;
z-index:22;
}
.article .article-body .post-categories {
margin-bottom:15px;
}
.article .post-categories li {
display:inline-block;
margin-right:-2px;
}
.article .post-categories .article-type {
width:30px;
height: 30px;
line-height: 30px;
text-align:center;
background: #222;
color: #fff;
font-size: 12.5px;
}
.article .post-categories li > a {
display:block;
padding: 0px 15px;
height: 30px;
line-height: 30px;
background: #bf1825;
color: #fff;/*/*/font-size: 12.5px;
}
.article .post-categories li > a:hover {
opacity:0.8;
}
.article .article-title {/*/*/margin-top:0px;
}
.article .article-title > a {
font-weight:700;
}
.article .article-meta {
margin-bottom: 10px;
margin-top: 10px;
}
.article .article-meta li {
display:inline-block;
color:#000;
font-weight:400;
font-size:12.5px;/**/}
.article .article-meta li + li {
margin-left:10px;
} .article.thumb-article {
margin-bottom:0px;
}
.article.thumb-article .article-img {
margin-bottom:0px;
}
.article.thumb-article .article-img:after {
content:"";
position:absolute;
left:0;
top:0;
right:0;
bottom:0;
border-radius: 8px;
background: -webkit-gradient(linear, left bottom, left top, from(#222), to(transparent));
background: linear-gradient(to top, #222 0%, transparent 100%);
opacity:0.5;
-webkit-transition:0.2s opacity;
transition:0.2s opacity;
}
.article.thumb-article:hover .article-img:after {
opacity:1;
}
.article.thumb-article .article-body { position: absolute;
bottom: 0;
left:0;
right:0;
padding: 15px 5%;
z-index:20;
}
.article.thumb-article .article-body .article-title > a {
color:#fff;
}
.article.thumb-article .article-body .article-title > a:hover {
color: #DDD;
} .article.widget-article:after {
content:"";
display:block;
clear:both;
}
.article.widget-article .article-img {
float:left;
width:80px;
margin-right:15px;
margin-bottom:0px;
border-radius: 8px;
}
.article.widget-article .article-title {
font-size:15px;
} .article.row-article:after {
content:"";
display:block;
clear:both;
}
.article.row-article .article-img {
width:50%;
float:left;
margin-right:30px;
margin-bottom:0px;
border-radius: 12px;
}
@media only screen and (max-width: 767px) {
.article.row-article .article-img {
width:180px;
}
.article.row-article .article-body p {
display:none;
}
}
@media only screen and (max-width: 480px) {
.article.row-article .article-img {
float:none;
margin-bottom:15px;
border-radius: 12px;
}
} .article-pagination {
margin-top:30px;
margin-bottom:30px;
}
.article-pagination ul li {
display:inline-block;
}
.article-pagination ul li a {
display:block;
padding:6px 15px;
color:#DDD;
border:1px solid #DDD;
font-size:12.5px;
}
.article-pagination ul li a:hover {
color:#bf1825;
border-color:#bf1825;
}
.article-pagination ul li.active a {
background-color:#bf1825;
border-color:#bf1825;
color:#FFF;
} .widget + .widget {
margin-top:30px;
}
.widget .widget-title {
margin-bottom:15px;
text-align:center;
}
.widget .widget-title .title {
font-size:15px; color:#DDD;
margin-top:0px;
} .social-widget ul li {
display:inline-block;
}
.social-widget ul li a {
display:block;
padding:6px 15px;
font-size:12.5px; text-align:center;
}
.widget.social-widget ul li {
width: 33.33%;
padding: 3px;
margin-right:-4px;
}
.social-widget ul li a.telegram {
color:#FFF !important;
background-color:#0088cc;
}
.social-widget ul li a.whatsapp {
color:#FFF !important;
background-color:#128C7E;
}
.social-widget ul li a.facebook {
color:#FFF !important;
background-color:#3b5999;
}
.social-widget ul li a.twitter {
color:#FFF !important;
background-color:#00aced;
}
.social-widget ul li a.google {
color:#FFF !important;
background-color:#d44332;
}
.social-widget ul li a.instagram {
color:#FFF !important;
background-color:#8A3AB9;
}
.social-widget ul li a.youtube {
color:#FFF !important;
background-color:#E31010;
}
.social-widget ul li a.rss {
color:#FFF !important;
background-color:#FE7E00;
}
.social-widget ul li a:hover {
opacity:0.8;
} .widget.subscribe-widget {
padding:30px;
background-color:#222;
}
.widget.subscribe-widget form input.input {
background: #FFF;
border:none;
}
.subscribe-widget form button.input-btn {
margin-top:15px;
}
.widget.subscribe-widget form button.input-btn {
display:block;
width:100%;
}
.footer-widget.subscribe-widget form input.input {
color:#DDD;
} .galery-widget ul li {
display:inline-block;
width: 25%;
padding: 3px;
margin-right: -4px;
margin-top: -4px;
}
.galery-widget ul li a {
display:block;
position:relative;
overflow:hidden;
}
.galery-widget ul li a:before {
content:"";
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
background-color:#222;
opacity:0;
z-index:1;
-webkit-transition:0.2s opacity;
transition:0.2s opacity;
}
.galery-widget ul li a:after {
content:"\f030";
font-family:FontAwesome;
position:absolute;
left:50%;
top:50%;
-webkit-transform:translate(-50% , -50%);
-ms-transform:translate(-50% , -50%);
transform:translate(-50% , -50%);
color:#FFF;
opacity:0;
z-index:2;
-webkit-transition:0.2s opacity;
transition:0.2s opacity;
}
.galery-widget ul li a img {
width:100%;
-webkit-transition:0.5s -webkit-transform;
transition:0.5s -webkit-transform;
transition:0.5s transform;
transition:0.5s transform, 0.5s -webkit-transform;
}
.galery-widget ul li a:hover:before {
opacity:0.5;
}
.galery-widget ul li a:hover:after {
opacity:1;
}
.galery-widget ul li a:hover img {
-webkit-transform:scale(1.1);
-ms-transform:scale(1.1);
transform:scale(1.1);
} .tweets-widget .tweet + .tweet {
margin-top:30px;
}
.tweets-widget .tweet {
min-height:45px;
}
.tweets-widget .tweet i {
float:left;
margin-right:10px;
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
background: #DDD;
color: #FFF;
border-radius: 50%;
}
.tweets-widget .tweet .tweet-body a {
text-decoration:underline;
} .widget-tags ul li {
display:inline-block;
margin-top:3px;
}
.widget-tags ul li a {
display: block;
padding: 6px 15px;
color: #DDD;
border: 1px solid #DDD;
font-size: 12.5px;
}
.widget-tags ul li a:hover {
color:#bf1825;
border-color:#bf1825;
} .article-post .article-main-img {
margin-bottom:15px;
}
.article-post .article-main-img img {
width:100%;
} .article-breadcrumb {
margin-bottom: 15px;
}
.article-breadcrumb > li {
display:inline-block;
font-size:12.5px; color: #DDD;
}
.article-breadcrumb > li + li:before {
content: "/\00a0";
padding: 0px 3px;
color: #DDD;
} .article-share {
position:absolute;
left:-45px;
top:0;
}
.article-share > a {
display:block;
width:45px;
height:45px;
line-height:45px;
font-size:12.5px;
text-align:center;
background-color:#222;
color:#000000;
}
.article-share > a.facebook {
color: #000;
background-color: #3b5999;
}
.article-share > a.twitter {
color: #FFF;
background-color:#00aced;
}
.article-share > a.google {
color: #FFF;
background-color:#d44332;
}
.article-share > a:hover {
opacity:0.8;
} .article-comments {
margin-top:30px;
margin-bottom:30px;
}
.article-comments .media {
position:relative;
}
.article-comments .media:after {
content:"";
position:absolute;
left:22.5px;
top:60px;
bottom:15px;
width:1px;
background-color:#DDD;
}
.article-comments > .media {
margin-top:30px;
margin-bottom:30px;
}
.article-comments > .media .media {
margin-top:30px;
margin-left:45px;
}
.article-comments .media .media-left {
padding-right:30px;
}
.article-comments .media .media-left img {
border-radius:50%;
width:45px;
}
.article-comments .media .media-body .media-heading h5 {
margin-top:0px;
}
.article-comments .media .media-body .reply-time {
color: #DDD;
font-size: 12.5px;
font-weight: 400;
margin-left: 10px;
}
.article-comments .media .media-body .reply-btn {
font-size:12.5px; } .article-reply-form {
margin-top:30px;
margin-bottom:30px;
}
.article-reply-form form input.input {
width:calc(33.33% - 10px);
}
.article-reply-form form input.input +  input.input {
margin-left: 12px;
}
.article-reply-form form textarea.input {
height:90px;
margin-top:15px;
}
.article-reply-form form button.input-btn {
margin-top:15px;
} #footer {
background-color: #07090C;
}
#footer p {
color:#DDD;
}
#footer a {
color:#DDD;
}
#footer a:hover {
color:#bf1825;
} .footer-widget  {
margin-top:30px;
margin-bottom:30px;
}
.footer-widget .widget-title {
margin-bottom:15px;
}
.footer-widget .widget-title .title {
font-size:15px; color:#FFF;
margin-top:10px;
}
.footer-widget .footer-logo .logo {
display:inline-block;
margin-bottom:15px;
}
.footer-widget .footer-logo .logo  > img {  } .footer-links {
text-align:right;
}
.footer-links li {
display:inline-block;
}
.footer-links li a {
display: block;
padding: 0px 10px;
color: #DDD;
font-size: 12.5px;
text-align: center; }
.footer-copyright {
color: #DDD;
}  .custom-owl-nav > div {
position:relative;
height: 45px;
width: 45px;
line-height: 45px;
display: inline-block;
border:1px solid #DDD;
background-color:transparent;
text-align: center;
cursor:pointer;
z-index:2;
}
.custom-owl-nav > div:not(.disabled):hover {
background-color:#bf1825;
border-color: #bf1825;
color:#FFF;
}
.custom-owl-nav > div.disabled {
border-color: rgba(221, 221, 221, 0.5);
color: rgba(221, 221, 221, 0.5);
cursor:not-allowed;
}
.custom-owl-nav .owl-prev{
border-right:none;
} .owl-theme.center-owl-nav .owl-nav [class*='owl-'] {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
border: none;
background: #222;
color: #FFF;
padding: 0px;
width: 45px;
height: 45px;
line-height: 45px;
border-radius:0;
margin: 0;
}
.owl-theme.center-owl-nav .owl-prev {
left: 0px;
}
.owl-theme.center-owl-nav .owl-next {
right: 0px;
}
.owl-theme.center-owl-nav .owl-nav [class*='owl-']:hover {
opacity: 0.8;
background: #bf1825;
} .owl-theme .owl-dots .owl-dot span {
border: none;
background: #DDD;
}
.owl-theme .owl-dots .owl-dot:hover span {
background: #bf1825;
}
.owl-theme .owl-dots .owl-dot.active span {
background: #bf1825;
} @media only screen and (max-width: 1201px) {}
@media only screen and (max-width: 991px) {
.section-title .tab-nav {
float:none !important;
}
.section-title .custom-owl-nav {
float:none !important;
}
#bottom-footer .footer-links {
text-align:center;
}
#bottom-footer .footer-copyright {
text-align:center;
margin-top:15px;
}
ul.tab-nav li {
border: 1px solid #ddd;
width: 100%;
}
}
@media only screen and (max-width: 767px) {
.article-share {
top:15px;
left:15px;
}
}
@media only screen and (max-width: 480px) {
.article-comments .media:after  {
display:none;
}
.article-comments > .media .media {
margin-left:15px;
}
.article-reply-form form input.input  {
width:100%;
}
.article-reply-form form input.input +  input.input {
margin-left: 0px;
margin-top: 15px;
}
} #back-to-top {
position:fixed;
right:15px;
bottom:15px;
width:45px;
height:45px;
line-height:45px;
text-align:center;
background-color:#222;
color:#FFF;
z-index:20;
cursor:pointer;
opacity:0;
visibility:hidden;
-webkit-transform:translateY(15px);
-ms-transform:translateY(15px);
transform:translateY(15px);
-webkit-transition:0.5s all;
transition:0.5s all;
}
#back-to-top:after {
content:"\f106";
font-family:FontAwesome;
}
#back-to-top:hover {
background-color:#bf1825;
}
#back-to-top.active {
opacity:1;
visibility:visible;
-webkit-transform:translateY(0px);
-ms-transform:translateY(0px);
transform:translateY(0px);
} <style type="text/css">
.slider {
display: block;
height: 220px;
width: 360px;
margin: auto;
margin-top: 20px;
position: relative;
}
.slider li {
list-style: none;
position: absolute;
}
.slider img {
margin: auto;
height: 100%;
width: 100%;
vertical-align: top;
}					
.slider input {
display: none;
}
.slider label {
background-color: #000;
bottom: 10px;
cursor: pointer;
display: block;
height: 10px;
position: absolute;
width: 10px;
z-index: 10;
}
.slider li:nth-child(1) label {
left: 10px;
}
.slider li:nth-child(2) label {
left: 40px;
}
.slider li:nth-child(3) label {
left: 70px;
}
.slider img {
opacity: 0;
visibility: hidden;
}
.slider li input:checked ~ img {
opacity: 1;
visibility: visible;
z-index: 10;
}
.feature-image-thumb img.owl-lazy {
border-radius: 12px;
object-fit: cover;
}
.feature-image-thumb {
overflow: hidden;
border-radius: 12px;
}
.feature-image-thumb,
.feature-image-thumb img,
.feature-image-thumb .overlay,
.feature-image-thumb .shadow {
border-radius: 12px !important;
overflow: hidden;
}
</style>.tickercontainer {  background: #fff;
width: 1130px;
height: 27px;
margin: 0;
padding: 0;
overflow: hidden;
}
.tickercontainer .mask { position: relative;
left: 10px;
top: 8px;
width: 1130px;
overflow: hidden;
margin-top: -4px;
}
ul.newsticker { position: relative;
left: 750px;
list-style-type: none;
margin: 0;
padding: 0;
}
ul.newsticker li {
float: left; margin: 0;
padding: 0;
background: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
margin: 0 50px 0 0;
}
ul.newsticker span {
margin: 0 10px 0 0;
}
@media only screen and (max-width: 767px) {
.tickercontainer {
display: none;
}
}.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.9);outline:none !important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}.lity-hide{display:none}