@import url(http://fonts.googleapis.com/earlyaccess/notosansmalayalam.css);

body,html{
	padding:0;
	margin:0;
}
body{
	font-family: 'Noto Sans Malayalam', sans-serif;
	/*text-align: justify; font-size: 18px;*/
}

h1,h2,h3,h4,h5,h6,ul,ol{
	padding:0;
	margin:0;
}
a{
	color: #2a2a2a;
}
a:hover, a:focus{
	text-decoration:none;
	color:#3d3d3d;
	outline:none;	
}
.center-news {text-align: justify; font-size: 18px;}
.navbar-default {
    background-color: #fff;
    border-top: none;
	border-bottom: none;
	border-right: none;
	border-left: none;
}
.nav-outer{
	border-bottom:3px solid #2a2a2a;
	height:43px;
}
.navbar-collapse{
	border-top:1px solid #999;
	/*border-bottom:3px solid #9d9d9d;*/
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background: none;
	color: #2a2a2a;	
}
.navbar-default .navbar-nav > li > a {
    color: #2a2a2a;	
	font-size:14px;
	font-family: 'Roboto Condensed', sans-serif;
	padding:10px 0;
}


.navbar-default .navbar-nav li:nth-child(1) a{
	border-bottom:3px solid #000000;
}
.navbar-default .navbar-nav li:nth-child(2) a{
	border-bottom:3px solid #01a0e2;
}
.navbar-default .navbar-nav li:nth-child(3) a{
	border-bottom:3px solid #A33F00;
}
.navbar-default .navbar-nav li:nth-child(4) a{
	border-bottom:3px solid #005689;
}
.navbar-default .navbar-nav li:nth-child(5) a{
	border-bottom:3px solid #1B980E;
}
.navbar-default .navbar-nav li:nth-child(6) a{
	border-bottom:3px solid #E52B00;
}
.navbar-default .navbar-nav li:nth-child(7) a{
	border-bottom:3px solid #FF8C01;
}
.navbar-default .navbar-nav li:nth-child(8) a{
	border-bottom:3px solid #894896;
}
.navbar-default .navbar-nav li:nth-child(9) a{
	border-bottom:3px solid #009B84;
}



.navbar-default .navbar-nav > li:last-child a{
	border-right: 0;
}


.tv-nav{
	color:#fff;
	float:right;
	padding:10px 12px;
	background-color:#2a2a2a;
	font-family: 'Roboto Condensed', sans-serif;
}
.tv-nav:hover, .tv-nav:focus, .tv-nav:active{
	color:#fff;
}
.tv-nav .fa{
	padding-right:5px;
}
/*.navbar-default .navbar-nav > li:last-child{
	float:right;
}*/
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    background-color: transparent;
    color: #01a0e2;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #01a0e2;
	border-color: #2a2a2a;
	z-index:9;
}

.navbar-nav li{
	text-transform:uppercase;
}
.navbar-nav .dropdown-head{
	padding:7px 0px;
	margin:0px 15px;
	margin-bottom:5px;
	color:#E2D991;
	border-bottom:1px solid #E2D991;
}

.nav li a .nav-span{
	padding:0px 12px;
	border-right: 1px solid #aaa;
}
.navbar-nav{
	/*padding:10px 0;*/
}
.dropdown-menu{
	padding:0;
	background-color: #737278;
}
.dropdown-menu > li > a{
	padding: 8px 20px;
	color:#fff;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-color: #2a2a2a;
    color: #fff;
    text-decoration: none;
}
.header-top {
    font-size: 11px;
    font-weight: 600;
    color: #78899b;
    /*border-bottom: 1px solid #ecf0f1;
    padding-top: 15px;
    padding-bottom: 2px;*/
}
.header-contact li{
	list-style-type:none;
	float:left;
}
.header-contact li a{
	color: #78899b;
	text-decoration: none;
	text-transform:uppercase;
	margin-right:10px;
}
.header-contact li a:hover{
	color: #380114;
}
.modal-content{
	border-radius:0;
	padding:15px;
}
.form-control{
	height:40px;
	border-radius:0;
}
.btn{
	border-radius:0;
}
.modal-content .btn{ 
	background-color: #380114;
	color:#fff;	
	margin-top: 20px;
    border: none;
    height: 40px;
}
.modal-content .btn:hover{
	background-color: #5e0222;
}
.modal-title{
	color: #380114;
}
.close{
	opacity:1;
	color: #380114;
}
.modal-body{
	padding:15px 0 0 0;
}
#time-date{
	text-align:right;
}
.header-strip{
	padding:10px;
	background: #f7f6f6;
}

/*------------------------------------*\
    SEARCH
\*------------------------------------*/
nav-search-outer {
	margin-bottom: 10px;
}
.search-container {
	background-color: #737278;/*#380114*/
	position: relative;
}
.search-container input {
	background-color: #737278;/*#380114*/
	border: none;
	color: #fff;
	padding: 1.875rem 0;
	width: 100%;
	font-size:18px;
}

::-webkit-input-placeholder {
 color: #fff;
 opacity: 1 !important;
}

:-moz-placeholder { /* Firefox 18- */
 color: #fff;
 opacity: 1 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #fff;
 opacity: 1 !important;
}

:-ms-input-placeholder {
 color: #fff;
 opacity: 1 !important;
}
.toggle-search {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	background: #737278;/*#380114*/
	margin-top: -10px;
	height: 60px;
	padding: 5px 15px 0 15px;
	line-height: 55px;
	text-align: center;
	font-size: 20px;
}
.toggle-search:hover, .toggle-search:focus {
	color: #fff;
}
.navbar{
	margin-bottom:3px;
}

.top_heading{
	font-size:22px;
	font-weight:bold;
	margin-bottom:15px;
}
.top_heading a:hover{
}
.news_wrapper{
	margin-top:30px;
}
.news_wrapper .banner-image img{
	margin-bottom:15px;
}
.pad-l-0{
	padding-left:0;
}
a.cat-title {
    font-size: 16px;
    text-transform: uppercase;
    /*background: url(../images/cat-bg.png) no-repeat left center;*/
    padding: 6px 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
	border-bottom:3px solid #01a0e2;
	border-left:8px solid #01a0e2;
}
hr {
    border-top: 1px solid #ededed;
    margin-top: 10px;
    margin-bottom: 10px;
}
.adj-pad{
	padding-left:5px;
	padding-right:5px;
}
.news-slide {
    max-height: 320px;
    overflow: hidden;
}
.top-story {
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
}
.narrow-head{
	font-size:18px;
	font-weight:bold;
	line-height:24px;
	margin-top:15px;
	margin-bottom:15px;
}

.lifestyle img {
    margin-bottom: 5px;
}
.lifestyle .item {
    margin: 0 5px;
}


.home-demo h4{
	font-size:15px;
	font-weight:bold;
	margin-top:10px;
}
/*.article-sub .adj-pad:first-child, .two-section .adj-pad:first-child{
	padding-left:0px;
}
.article-sub .adj-pad:last-child, .two-section .adj-pad:last-child{
	padding-right:0px;
}*/

.article-sub p{
	margin-top:10px;
	height: 80px;
}
.two-section h3, .classi-section h3{
	margin-top:15px;
	margin-bottom:15px;
}
.sub-links li{
	list-style-type:none;
	float:left;
}
.sub-links{
	float:right;
	padding:10px 0 0;
}
.sub-links li a{
	padding-left:7px;
	padding-right:7px;	
	border-right:1px solid #01a0e2;
	font-size:12px;
	font-weight:700;
	font-family: 'Roboto Condensed', sans-serif;
}
.sub-links li:last-child a{
	border-right:0;
}
.list-unstyled li a img {
	margin-right: 10px;
}
.list-unstyled li {
	border-bottom: 1px solid #ededed;
	padding-bottom: 11px;
	margin-bottom: 11px;
}
.list-unstyled li a:hover{
	color:#01a0e2;
}
.list-unstyled li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 5px;
}
.list-unstyled li a:hover h4 {
	color: #380114;
}
.list-unstyled li a:hover .img-thumbnail {
	border: 1px solid #ffcfca;
}
.pad-l-0{
	padding-left:0;
}
.pad-r-0{
	padding-right:0;
}
.blcok-news .narrow-head{
	margin-bottom:15px;
}

.tab-block .nav-tabs > li{
	width:33.33%;
}
.tab-block .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #2a2a2a;
    border: none;
    border-bottom-color: transparent;
}
.tab-block .nav-tabs > li > a{
	padding: 8px 0;
    text-align: center;
	border-radius:0;
	border: none;
	background-color: #737278;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
.tab-block .nav-tabs > li:last-child a{
	margin-right:0;
}
.tab-block .nav-tabs{
	border:none;
}
.tab-block .tab-content {
	/*margin-top: 15px;*/
	border:1px solid #ddd;
	min-height:300px;
	padding:15px;
	margin-right:1px;
	position:relative;
}
.tab-buttons{
	position:absolute;
	width:100%;
	bottom:15px;
	left:0;
	text-align:center;
}
.btn-tab{
	background-color:#01a0e2;
	color:#fff;
}
.row-news{
	margin:0;
	padding:15px 0;
	line-height:25px;
	border-bottom:1px dotted #380114;
}

.radio-box{
	width:100%;
	border:1px solid #380114;
	padding:15px;
	text-align:center;
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#380114), to(#834cb3));
	background: -webkit-radial-gradient(circle, #737278, #380114);
	background: -moz-radial-gradient(circle, #737278, #380114);
	background: -o-radial-gradient(circle, #737278, #380114);
	background: -ms-radial-gradient(circle, #737278, #380114);
	background: radial-gradient(circle, #737278, #380114);
}
.radio-box h3, .radio-box h5{
	margin:10px 0px;
}
.radio-link{
	color:#fff;
}
.radio-link:hover, .radio-link:focus{
	color:#e9d5dd;
}

.poll-box p{
	font-weight:bold;
	margin-top:10px;
}

.Poll-Slot {
    float: left;
    width: 100%;
	margin-bottom:10px;
}
.Poll-Slot ul {
    display: block;
	padding: 0px;
	margin-bottom:15px;
}
.Poll-Slot ul li.box1 {
    list-style-type: none;
    float: left;
    width: auto;
    padding-left: 0px;
    padding-right: 3%;
}
.Poll-Slot ul li {
    font-family: arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    color: #000000;
    line-height: 145%;
    list-style-type: none;
}
.box1 {
    width: 75px;
    height: 25px;
    padding: 5px 0px 3px 0px;
    float: left;
    vertical-align: middle;
    text-align: center;
    margin-top: 5px;
}
.Poll-Slot ul li.box1 input {
    margin-top: 0px;
	margin-right: 8px;
	vertical-align:middle;
}
.poll-submit{
	background-color:#380114;
	border: none;
}
.poll-submit:hover, .poll-submit:active, .poll-submit:focus{
	background-color:#5c0120;
	border-color: #28010e;
}
.right-panel{
	border-left:1px solid #ededed;
}


/*footer*/
footer {
    border-top: 3px solid #01a0e2;
    margin: 20px 0 0 0;
    background-color: #2a2a2a;
}
footer .foot-block{
	border-right:1px solid #737278;
	min-height:250px;
}
footer .border-none{
	border-right:0;
}

footer .foot-top{
	padding:20px 0px;
}
footer .f-title{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0;
	margin-bottom: 5px;
}
footer p{
	color: #fff;
}
.form-footer .btn{
	border: 2px solid #ffffff;
	float: right;
	margin-top: 17px;
	color: #ffffff;
	background-color: #737278;
}

.tags {
    list-style: none;
}
.tags li {
    position: relative;
    z-index: 1;
    background-color: #737278;
    float: left;
    margin: 2px 5px;
    text-align: center;
    border-bottom: none;
    padding-bottom: 0;
}
.tags li::before {
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    border-left: solid 4px #737278;
    width: auto;
    margin-top: 0;
    min-height: 100%;
    z-index: 10;
}
.tags li a {
    color: #fff;
    text-transform: capitalize;
    display: block;
    padding: 8px 10px;
}
.tags li:hover{
	background-color: #87858c;
}

footer .foot-bottom{
	padding-top:20px;
	padding-bottom:20px;
}
.foot-bottom .foot-nav li{
	display:inline-block;
	padding-left: 5px;
	padding-right: 5px;
	list-style-type:none;
	font-size:12px;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
footer .foot-bottom .copyright{
	color: #fff;
	text-align:right;
	font-size:12px;
	font-family: 'Roboto Condensed', sans-serif;
}

.f-social-icons{
	text-align:center;
	margin-top:20px;
}
.f-social-icons li{
	list-style-type:none;
	display: inline-block;
}
.f-social-icons li a{
    margin: 0 5px;
    border: 1px solid #01a0e2;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    display: inline-block;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
	background-color: #0291cc;
}
.navbar-default .navbar-toggle .icon-bar{
	background-color: #fff;
}
.pad-0{
	padding:0;
}
.pad-5{
	padding-left:5px;
	padding-right:5px;
}
.navbar-toggle{
	float:right;
	border:none;
	border-radius:0;
	background-color:#01a0e2;
	margin-top:0;
}
.navbar-fixed{
	position:fixed;
	top:0;
	width:100%;
	z-index:99999;
	background-color:#fff;/*cfeaf6*/
}


/****************************/
/****scroll top**************/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/arrow-up.png) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    right: 30px;
    bottom: 30px;
  }
}
/****************************/
/****scroll top end***********/

/**********************************/
/****customised owl navigation****/

#owl-article .owl-nav {
	margin: 0
}
#owl-article .owl-nav [class*=owl-] {
	position: absolute;
	top: 28%;
	width: 40px;
	height: 40px;
	line-height: 38px !important;
	margin: -25px 0 0;
	padding: 0;
	border: 1px solid #737278;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	background-color:#737278;
	border-radius:0;
}
#owl-article .owl-nav [class*=owl-]:hover {
	opacity: 1;
	background-color:#89888d;
}
#owl-article .owl-nav .owl-prev {
	left: -5px
}
#owl-article .owl-nav .owl-next {
	right: -5px
}
#owl-article .owl-nav .owl-next:before, .widget-slider .widget-carousel .owl-nav .owl-prev:before {
	line-height: 38px;
}
#owl-article .owl-nav .owl-prev:before {
	content: "\f104"
}
#owl-article .owl-nav .owl-next:before {
	content: "\f105"
}
#owl-article .owl-nav .disabled, .widget-slider .widget-carousel .owl-nav .disabled:hover {
	opacity: .5
}
/****customised owl navigation end****/
/************************************/

.main_wrapper .inner-wrapper{
	margin-top:30px;	
}
.about-head{
	margin-bottom:15px;
}
.left-panel-narrow h4{
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	margin-bottom:15px;
}
.inner-wrapper .light-border-r{
	border-right:1px solid #ededed;
}
.lead-news-box{
	/*margin-top:20px;*/
}
#time{
	color: #380114;
	margin-top:10px;
	margin-bottom:10px;
}
#time .fa-clock-o{
	margin-right:7px;
}
.lead-news-box h3{
	font-size:22px;
	font-weight:bold;
	line-height:26px;
	margin-bottom:15px;
}
.lead-news-box h5{
	font-size:14px;
	}
.lead-news-box h6{ 
	font-size:12px; color: gray; padding: 5px 0;
}
.inner-heading{
	text-transform: uppercase;
	color: #380114;
	padding-bottom: 10px;
	border-bottom: 2px solid #737278;
	margin-bottom:20px;
}
.registration-box .form-group p{
	color:#666;
	font-size:14px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	margin-bottom:0;
}
.form-horizontal .control-label{
	text-align:left;
	font-weight: normal;
}
.registration-box form .btn{
	background-color:#737278;
	border: none;
	color: #fff;
}
.registration-box form .btn:hover, .registration-box form .btn:focus, .registration-box form .btn:active{
	background-color:#605f67;
}
.author-posts h3{
	font-size:22px;
	font-weight:bold;
	line-height:26px;
	margin-bottom:15px;
}
.author-detail h4{
	margin-bottom:10px;
}
.editors-panel ul li{
	list-style-type:none;
	background-color:#737278;
	color:#fff;
	margin-bottom:10px;
}
.editors-panel ul li:hover{
	background-color: #848389;
}
.editors-panel ul li .fa-angle-double-right{
	padding:12px;
	background-color:#56555c;
}

/********************************************/
/*bootstrap multi column dropdown menu start*/

.dropdown-menu {
	min-width: 200px;
}
.dropdown-menu.columns-2 {
	min-width: 400px;
}
.dropdown-menu.columns-3 {
	min-width: 600px;
}
.dropdown-menu li a {
	padding: 5px 15px;
	font-weight: 300;
	border-bottom:1px dashed #fff !important;
}
.multi-column-dropdown {
	list-style: none;
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #fff;
	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #e2d991;
	background-color: #61636e;
}
 
@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}

/*bootstrap multi column dropdown menu end*/
/********************************************/



/**************customised************/
.dateonly{
	font-size:58px;
	margin-bottom:0px;
	display: inline;
	border-right: 1px solid #d2cdcd;
	color:#fffffe;
	padding-right:15px;
	font-family: 'Roboto Condensed', sans-serif;
}
.month_week_year{
	margin-bottom:0px;
	color:#808080;
	font-family: 'Roboto Condensed', sans-serif;
}
.time-date{
	float:right;
	font-family: 'Roboto Condensed', sans-serif;
}
.month-year{
	float: right;
	padding-left: 15px;
	padding-top: 20px;
	font-family: 'Roboto Condensed', sans-serif;
}
.inner-strip{
	padding:8px 0;
	/*border-bottom:1px solid #ddd;*/
}
.inner-strip .nav-inner li{
	float:left;
	list-style:none;
}
.inner-strip .nav-inner li a{
	display:block;
	padding: 0 10px;
	color:#fff;
	text-transform:uppercase;
	border-right:1px solid #ddd;
	font-size:12px;
	font-family: 'Roboto Condensed', sans-serif;
}
.inner-strip .nav-inner li:last-child a{
	border-right:0;
}
.inner-strip .nav-inner{
	float:left;
}
.navbar{
	min-height:unset;
}
.inner-strip .social{
	float:right;
}
.inner-strip .social li{ 
	float:left;
	list-style:none;
	margin-right:2px;
}
.inner-strip .social li a{
	display:block;
	/*border-right:1px solid #ddd;*/
}
.inner-strip .social li .fa{
	width:25px;
	height:25px;
	line-height:25px;
	border-radius:100%;
	text-align:center;
	background-color:#fff;
	text-align:center;
}
.inner-strip .social li:last-child a{
	border-right:0;
}
.inner-strip .social li .fa-facebook{
	color:#3b5998;
}
.inner-strip .social li .fa-twitter{
	color:#55acee;
}
.inner-strip .social li .fa-google-plus{
	color:#dd4b39;
}
.inner-strip .social li .fa-linkedin{
	color:#007bb5;
}
.inner-strip .nav-inner{
	margin-top:5px;
}

.navbar-nav > li > .dropdown-menu{
	margin-top:3px;
	background-color:#01a0e2;
	border:none;
	border-radius:0;
}
.news_wrapper .head-news-inner{
	padding-left:15px;
}
.sub-links-outer{
	margin-bottom:5px;
	border-bottom:1px solid #01a0e2;
}
footer a{
	color:#fff;
}
footer a:hover, footer a:focus{
	color:#01a0e2;
}

.header-strip-bottom{
	background-color: #fc0109;
    border-bottom: 2px solid #F97D09;
}
.flash-news-outer{
	position:relative;
	border-bottom: 1px solid #e7e7e7;
}


.news-update {
	position: absolute;
	background: #2a2a2a;
	display:inline-block;
	color:#fff;
	padding:10px 7px 7px;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	height:40px;
	z-index:99;
	left:0;
}
.news-update:after, .news-update:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.news-update:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #2a2a2a;
	border-width: 20px;
	margin-top: -20px;
}
.v-flash{
	padding-left: 172px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.v-flash ul li a{
	font-size:18px;
	color:#2a2a2a;
	color:#01a0e2;
}
.news-grid-title a{
	display:block;
}
.img-news-a{
	display:block;
}

.row-adj-5{
	margin-left:-5px;
	margin-right:-5px;
}
.form-contact{
	margin-top:25px;
}
.contact-block p{
	line-height:25px;
	margin-top:25px;
}
.clearfix{ clear: both; }
.card
{ 
	border: 1px solid #2b2b2b;
	border-radius: 25px;
}
.card-body
{ 
	padding: 10px;
}
.footer-head
{ 
	font-size: 17px; 
	padding-top: 65px;
}
.ftrlogo{ background: #222222; }

.slideshow-container {
  /*max-width: 1000px;*/
  position: relative;
  margin: auto;
  background: #888;
}
/*.mySlides { display: block !important; }*/

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/*.over-img{
    position: absolute;
    top: 80%;
    left: 20%;
}*/

.overlay {
  position: absolute;
  top: -5%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.6;
  transition: .3s ease;
  /*background-color: red;*/
}

.img-news-a:hover .overlay {
  opacity: 1;
}

.icon {
  color: red;
  font-size: 50px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.fa-user:hover {
  color: #eee;
}