/* CSS Document */
body {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 13px !important;
	line-height: 22px !important;
	color: #000 !important;
}
a {
	text-decoration: none !important;
	transition: all 0.3s ease-in-out;
}
a:hover {
	text-decoration: none !important;
}
#page-wrapper {
	width: 100%;
}


.top-bar {
	width:100%;
	background-color:#eee;
	padding:8px 0px;
}
.header {
	width: 100%;
}
ul.top-links {
	margin:0px;
	padding:0px;
}
ul.top-links li {
	display:inline-block;
	margin-right:15px;
	font-size:13px;
	text-transform:uppercase;
}
ul.top-links li a {
	color:#0f0f0f;
}
ul.top-links li a:hover {
	color:#f60b2c;
}
.newsticker-inner {
	padding: 0 0;
}
.newsticker {
	margin:0px;
	padding:0px;
}
.newsticker li a {
	font-size:12px;
	color: #2d3038;
	list-style: none;
	text-overflow: ellipsis;
	overflow: hidden;
}
.newsticker li span {
	margin-right: 5px;
}
.newsticker-inner a i {
	font-size: 15px;
	position: absolute;
	width: 22px;
	height: 22px;
	line-height: 20px;
	border: 1px solid #d1d1d1;
	vertical-align: middle;
	color: #d1d1d1;
	z-index: 100;
	background-color: #fff;
	text-align:center;
}
.newsticker-inner #prev-button i {
	right: 44px;
	top: 1px;
}
.newsticker-inner #next-button i {
	right: 15px;
	top: 1px;
}
.newsticker-inner a i:hover {
	background-color: #f60b2c;
	border-color: #f60b2c;
	color: #fff;
}
.newsticker .color {
	color:#f60b2c;
}
.top_header_icon {
	float: right;
}
.top_header_icon_wrap a {
	color: #2d3038;
	padding: 0px;
	display: inline-block;
	transition: color 0.3s ease 0s;
	font-size: 13px;
	margin-left:8px;
}
.top_header_icon_wrap a:hover {
	color: #f60d2b;
}
.header .logo {
	padding:12px 0px;
}
.ad1 {
	float:right;
	margin:15px 0px;
}
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
	position: static;
}
.yamm .container {
	position: relative;
}
.yamm .dropdown-menu {
	left: auto;
}
.yamm .yamm-content {
	padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
	top:85%;
}

 @media ( min-width: 767px ) {
 .panel-group {
width: 400px;
}
 .thumbnail {
margin: 0;
}
}
/* Grid demo styles */
.grid-demo {
	padding: 10px 30px;
}
.bg-nav {
	background-color:#222626;
}
#page-wrapper .navbar {
	padding-left:0px;
	padding-right:0px;
}
#page-wrapper .navbar-toggleable-md .navbar-nav .nav-link {
	padding:0px 40px 0px 0px !important;
	color:#fff !important;
	font-size:14px;
	line-height:30px;
	font-family: 'Open Sans', sans-serif !important;
	display:inline-block;
}
#page-wrapper .navbar-toggleable-md .navbar-collapse {
	width:75%;
}
.top_search .fa {
	margin-left:3px;
	font-size:12px;
	color:#f60b2c;
	}
/*.dropdown:hover>.dropdown-menu {
	display: block;
}*/
.bg-nav .dropdown-menu{
	border-radius:0px !important;
	border:none !important;
	box-shadow: 0 0 10px rgba(0,0,0,.3) !important;
}

ul.menu-link{
	margin:0px;
	padding:0px;
	text-align:right;
}
ul.menu-link li{
	font-size:14px;
	margin-bottom:10px;
	border-bottom:1px solid #eee;
	padding-bottom:5px;
}
ul.menu-link li a{
	color:#000;
}

ul.menu-link li a:hover{
	color:#f60b2c !important;
}
.top_search {
    text-align: right;
    float: right;
	width:25%;
	background-color:#fff;
    border-radius: 100px;
	padding:3px 5px;
}
.top_search span {
    font-size: 13px;
    float: right;
    margin-left: -15px;
    border-radius: 100%;
    color: #f60b2c;
    margin-top: 3px;
    position: relative;
	padding: 0px 10px 3px 0px;
}
.top_search button{
	background:none;
	border:none;
}
.top_search input {
	width:90%;
    font-size: 12px;
	border:none !important;
	padding-top:4px;
	font-family: 'Open Sans', sans-serif !important;
padding-left: 10px;
}
.content-wrapper, .content-wrapper1, .story-detail, .story-listing{
	margin:10px 0px 0px;
}
.carousel-inner a{
	width:100%;
}
.content-wrapper .carousel-inner img{
	height: 420px;
	width: 100%;
}
.sml-red-btn{
	background-color:#f60b2c;
	font-size:11px;
	color:#fff;
	text-transform:uppercase;
	padding:5px;
	border-radius:5px;
	line-height:15px;
}
.content-wrapper .top-btn{
	position:absolute;
	top:50px;
	left:80px;
	z-index:99;
}
.content-wrapper  .carousel-caption{
	left:80px;
	text-align:left;
	font-family: 'Open Sans', sans-serif !important;
	text-transform:uppercase;
	font-weight:bolder;
}
.content-wrapper .btm-btn{
	position:absolute;
	bottom:120px;
	left:80px;
	z-index:99;
}
.sml-blk-btn{
	background-color:#222626;
	font-size:11px;
	color:#fff;
	text-transform:uppercase;
	border-left:3px solid #f60b2c;
	padding:5px 8px;
	line-height:15px;
}

.mb-20{
	margin-bottom:20px;
}
.post{
position:relative;
background-color:#000;
}
.post img{
	width:100%;
	opacity:0.6;
	height:127px;
}
.post-caption{
	position:absolute;
	top:20px;
	left:20px;
}
.post h4{
	width:100%;
	padding:0px 15px;
	position:absolute;
	bottom:10px;
	color:#fff;
	font-size:16px;
	margin-bottom:0px !important;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.title{
	background-color:#dedede;
	border-left:5px solid #f60b2c;
	padding:10px;
}
.title-latest{
	background-color:#dedede;
	border-left:5px solid #f60b2c;
	padding:0px 10px;
}
.title-latest h2 {
    font-family: 'Open Sans',! sans-serif important;
    text-transform: uppercase;
    font-size: 15px;
    color: #0e0e0e;
    margin: 0px;
    display: inline-block;
	padding:10px 0px;
	line-height:22px;
}
.title h2{
	font-family: 'Open Sans', sans-serif !important;
	text-transform:uppercase;
	font-size:15px;
	color:#0e0e0e;
	margin:0px;
	display:inline-block;
}

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
	float:right;
}

    ul.tabs li {
        background: none;
        color: #222;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
		padding:0px 13px;
		line-height:42px;
    }

        ul.tabs li.current {
			background-color:#f60b2c;
            color: #fff;
            box-sizing: border-box;
        }

.tab-content1 {
    display: none;
    padding: 0px;
}

/*ul.tabs li {
    border-right: 1px solid #000;
}*/

    ul.tabs li:last-child {
        border-right: none !important;
    }

.tab-content1.current {
    display: inherit;
}
.big-story{
	position:relative;
}
.big-story img{
	width:100%;
}
.big-story .btm-btn{
	position:absolute;
	bottom:20px;
	left:20px;
}
.content-wrapper1 h3{
	font-size:18px;
	margin:10px 0px;
	line-height:22px;
	font-family: 'Open Sans', sans-serif !important;
}
.content-wrapper1 h3 a{
	color:#292b2c
}
.content-wrapper1 h3 a:hover{
	color:#f60b2c;
}
.content-wrapper1 p{
	color:#6d6d6d;
	font-size:13px;
}
.short-story p{
	color:#6d6d6d;
	font-size:13px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin-bottom:5px;
}
ul.list-story{
	margin:0px;
}
ul.list-story > li img {
width: 130px;
margin-right: 20px;
float: left;
height: 100px;
}
.post-content h2{
	font-family: 'Open Sans', sans-serif !important;
	font-size:16px;
	line-height:22px;
	color:#000;
	margin:0px 0px 5px;
}
.post-content h2 a{
	color:#000;
}
.post-content h2 a:hover{
	color:#f60b2c;
}

.list-story li{
	float:left;
	width:100%;
	margin-top:22px;
}
.red-strk-btn{
	border: 1px solid #f60b2c;
	font-size: 11px;
	color: #f60b2c;
	text-transform: uppercase;
	padding: 3px 5px;
	border-radius: 3px;
	line-height: 15px;
	display: inline-block;
}
.video-img {
    position: relative;
	margin-bottom:15px;
}
.video-img img {
    width: 100%;
	height:120px;
}
.video-img > .overlay {
    background-color: rgba(0, 0, 0, 0.4);
}
.overlay {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
}
.video-img > .video-overlay > h5.title {
    line-height: 38px;
	font-size: 10px;
}
.mt-40 {
    margin-top: 40px !important;
}
.video-img > .video-overlay > div > a {
    color: #fff;
    border: 2px solid #fff;
    padding: 12px 14px;
    border-radius: 50%;
    text-decoration: none;
}

.video-play {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.video-play > iframe {
    width: 100%;
    height: 100%;
}
.post-top{
	position:relative;
}
.video-area{
	padding:15px 0px;
}
.video-img .vid_icon {
    position: absolute;
    top: 30px;
    right: 20px;
    margin: -10px 0 0 -10px;
    background: url(../images/vid_icon_sml.png) no-repeat;
    width: 23px;
    height: 23px;
    z-index: 100;
}
.video-img:hover .vid_icon {
    background: url(../images/vid_icon_sml_hover.png) no-repeat;
}
.video-img .heading {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    display: inline-block;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    padding: 8px 12px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 1%,rgba(0,0,0,.88) 100%);
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 1%,rgba(0,0,0,.88) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 1%,rgba(0,0,0,.88) 100%);
}
.video-img:hover .heading {
	color:#c4c4c4;
}
.background1{
	background: linear-gradient( rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85) ), url('../images/trending-bg.jpg');
	background-size: cover;
	position: relative;
	padding: 70px 0;
	background-position:fixed;
	margin-top:50px;
}
.background1 h1{
	font-size:36px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	margin:0px 0px 30px 0px;
}
.trndg-stor{
	width:100%;
}
.trndg-stor figure img{
	width:100%;
	height:220px;
}
.trndg-stor .hd{
	width:100%;
	text-align:center;
	font-size:16px;
	color:#f60b2c;
	text-transform:uppercase;
	margin-bottom:5px;
}
.trndg-stor p{
	font-size:13px;
	color:#fff;
	text-align:center;
}
.background1 .owl-theme .owl-prev {
    float: left;
    left: -60px;
    top: 118px;
    position: absolute;
    cursor: pointer;
}
.background1 .owl-theme .owl-next {
    float: left;
    right: -60px;
    top: 118px;
    position: absolute;
    cursor: pointer;
}
.link{
	text-align:right;
}
.link a{
	color:#f60b2c;
	font-size:13px;
}
.link a:hover{
	color:#000;
}

/*Video Player CSS*/
/* - padding */
.p_z {
	padding: 0 !important;
}
.p_l_z {
	padding-left: 0 !important;
}
.p_r_z {
	padding-right: 0 !important;
}
.p_t_z {
	padding-top: 0 !important;
}
.p_b_z {
	padding-bottom: 0 !important;
}

/* - margin */
.m_z {
	margin: 0 !important;
}
.m_l_z {
	margin-left: 0 !important;
}
.m_r_z {
	margin-right: 0 !important;
}
.m_t_z {
	margin-top: 0 !important;
}
.m_b_z {
	margin-bottom: 0 !important;
}
.video-karsoo{
	margin-top: 50px;
}
.row h2.mb-30 {
    margin-bottom: 18px;
    text-align: left;
    margin-left: -2px;
}
.or-line {
    display: inline-block;
    background: #ff6000;
    min-width: 200px;
    min-height: 8px;
    vertical-align: 5px;
}
.orange-text, .active a{
	    color: #fff;
}
.s-all {
    display: block;
    font-size: 1.13em;
    margin-top: 20px;
    text-transform: uppercase;
    padding-right: 2px;
}
.left-container {
	float:left;
    width: 73%;
}
.bg-gray {
	float:left;
    background: #fff;
    width: 25%;
	overflow-y:auto;
	height:420px;
}
.activbg {
    background: #eee;
}
.videohome-right {
    overflow: auto;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 15.1px 15px;
}
.videohome-right figure {
    position: relative;
    width: 100%;
    height: auto;
    margin:0px 0px 0px 0px !important;
    overflow: hidden;
}
.videohome-right figure{
    float: left;
}
.videohome-right .video-icon {
    top: 7px;
    left: 4px;
}
.video-icon {
    top: 10px;
    right: 10px;
    width: 26px;
    height: 26px;
    background-position: -411px -211px;
}
.video-icon {
    position: absolute;
    z-index: 1;
}
.sprite{
	    background-image: url('../images/sprite.png');
    background-repeat: no-repeat;
    text-indent: -99999px;
    display: inline-block;
}
.videohome-right figcaption {
    width: 100%;
}
.pink-text{
    color: #f60b2c;
}
.smallblocktxt {
    font-size: .75em;
}
a.white-text {
    color: #000;
}
.newheading{
position: absolute;
bottom: 0;
left: 0;
right: 0;
color: #fff;
display: inline-block;
width: 100%;
font-family: 'Open Sans', sans-serif;
padding: 8px 12px;
font-size: 14px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 1%,rgba(0,0,0,.6) 100%);
background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 1%,rgba(0,0,0,.6) 100%);
background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 1%,rgba(0,0,0,.6) 100%);
}

.or-mid {
    font-size: 1.8em;
    padding-bottom: 0px;
    display: block;
    line-height: 30px;
}
.video-shares {
    color: #a3a3a3;
}

.smallblockhome .video-shares {
    font-size: 12px;
    color: #a3a3a3;
}
.video-view {
    background: #f60b2c;
    min-height: 50px;
    margin-top: -3px;
	text-align:center;
}
.videohome-left figure img {
    min-height: 416px;
}
.left-container img {
    width: 100%;
    height: auto;
}
.video-big-card img {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}
.big-play-icon {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-position: -8px -408px;
    width: 83px;
    height: 83px;
    z-index: 1;
}
.videohome-left{
	width: 100%;
	position: relative;
}
.video-big-card {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    display: block;
    overflow: hidden;
	margin:0px;
}
.original-captionhome {
    position: absolute;
    bottom: 50px;
    left: 4%;
    width: 93%;
    z-index: 1;
    color: #fff;
}
.original-captionhome .orignal-tag {
    display: block;
    font-size: 14px;
}
.original-captionhome .titlehd {
    font-size: 25px;
    color: #fff;
    padding-top: 5px;
    max-height: 76px;
    overflow: hidden;
    display: block;
    line-height: 30px;
}

.responsive-wrap{
    position: relative;
    overflow: hidden;
    margin: 0 auto 35px;
    padding-top: 56.25%;
    height: 0;
}
.responsive-wrap iframe{
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 416px;
}
.video-view a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    padding-top: 16px;
}
.video-drop {
    width: 14px;
    height: 10px;
    background-position: -305px -270px;
}
.video-area{
	padding:15px 0px;
}
.footer{
	width:100%;
	margin-top:50px;
	padding:50px 0px 0px;
	background-color:#000;
}
.footer h4{
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	display:block;
	border-bottom:1px solid #686868;
	margin-bottom:15px;
	padding-bottom:5px;
}
.contact p{
	font-size:13px;
	color:#686868;
	margin-bottom:20px;
}
ul.contact-us{
	margin:10px 0px 20px 0px;
	padding:0px;
}
ul.contact-us li{
	width:100%;
	margin-bottom:8px;
	color:#686868;
	font-size:13px;
}
ul.contact-us li i{
	margin-right:5px;
}
ul.contact-us li a{
	color:#686868;
}
ul.contact-us li a:hover{
	color:#fff;
}

.social {
    padding: 0;
    text-align: left;
}

.social ul {
    margin: 0;
    padding: 0;
}

.social ul li {
    list-style: none outside none;
    display: inline-block;
    margin: 5px;
}

.social ul li a {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    color: #FFE;
    background-color: #909AA0;
    font-size: 12px;
    text-align: center;
    padding-top: 5px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}

.social ul li a:hover {
    opacity: 0.6;
}

.social ul li a::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	bottom: 0px;
	left: -4px;
    position: absolute;
    margin-bottom: 1px;
    -webkit-transform: rotate(58deg);
    -moz-transform: rotate(58deg);
    -ms-transform: rotate(58deg);
    -o-transform: rotate(58deg);
    border-top-width: 8px;
    border-top-style: solid;
}

.social ul li a.facebook {
    background-color: #3b5998;
}

.social ul li a.facebook::after {
    border-top-color: #3b5998;
}

.social ul li a.twitter {
    background-color: #00ABE3;
}

.social ul li a.twitter::after {
    border-top-color: #00ABE3;
}

.social ul li a.google {
    background-color: #e64522;
}

.social ul li a.google::after {
    border-top-color: #e64522;
}

.social ul li a.flickr {
    background-color: #FF57AE;
}

.social ul li a.flickr::after {
    border-top-color: #FF57AE;
}

.social ul li a.youtube {
    background-color: #c4302b;
}

.social ul li a.youtube::after {
    border-top-color: #c4302b;
}

.social ul li a.vimeo {
    background-color: #4EBBFF;
}

.social ul li a.vimeo::after {
    border-top-color: #4EBBFF;
}

.social ul li a i {
    font-size: 12px;
}

ul.list-story-footer{
	margin:0px;
}
ul.list-story-footer > li img {
    width: 95px;
    margin-right: 20px;
    float: left;
}
.post-content-footer p{
	font-size:13px;
	line-height:18px;
	color:#686868;
	margin-top:5px;
}
.list-story-footer li{
	width:100%;
	margin-bottom:22px;
	float:left;
}
.list-story-footer .red-strk-btn{
	margin:5px 0px 0px 0px;
}
.video-img-footer {
    position: relative;
	margin-bottom:20px;
}
.video-img-footer img {
    width: 100%;
	height:150px;
}
.video-img-footer .vid_icon {
    position: absolute;
    top: 30px;
    right: 20px;
    margin: -10px 0 0 -10px;
    background: url(../images/vid_icon_sml.png) no-repeat;
    width: 23px;
    height: 23px;
    z-index: 100;
}
.video-img-footer:hover .vid_icon {
    background: url(../images/vid_icon_sml_hover.png) no-repeat;
}
.tagcloud a {
    font-size: 12px !important;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #1a1a1a;
    color: #a4a4a4;
    padding: 5px 15px;
    margin-right: 5px;
    margin-bottom: 8px;
    display: inline-block;
    border-radius: 100px;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tagcloud a:hover {
    background-color: #f60b2c;
    color: #fff !important;
}
.footer-btm{
	margin-top:50px;
	background-color:#2b2b2b;
	padding:20px 0px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
}
.footer-btm a{
	color:#fff;
	margin:0px 3px;
}
.footer-btm a:hover, .footer-btm a:focus{
	color:#f60b2c;
}
/*CSS for NAV*/

.bg-nav .navbar-inverse .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(246, 11, 44, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.video-view a:hover{
	color:#ffafaf;
}
.video-view a .fa{
	font-size:13px;
	margin-left:2px;
	margin-top:-5px;
}
.videohome-cont figure img{
	width:100%;
}
.bg-nav .dropdown-menu figure img{
	width:100%;
	height:150px;
}
.bg-nav .dropdown-menu h2{
font-size: 13px;
font-weight: normal;
line-height: 20px;
}
.bg-nav .dropdown-menu h2 a{
	color:#000;
}
.bg-nav .dropdown-menu h2 a:hover{
	color:#f60b2c;
}


/*CSS FOR INNER SLIDER*/

.slideshow-container{
	width: 100%;
	position: relative;
	margin: auto;

}
.numbers{
	position: absolute;
    top: 410px;
	right:20px;
    color: #000;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.myslides{
	display: none;
}
.prev , .next{
	position: absolute;
	top: 190px;
	font-size: 18px;
	font-weight: bold;
	padding: 16px;
	margin-top: -22px;
  	border-radius: 0 3px 3px 0;
  	color: #000;
  	cursor: pointer;
	background-color:#000;
}
.next{
	right: 15px;
	border-radius: 3px 0 0 3px;
}
.prev:hover,.next:hover{
	background-color: rgba(0,0,0,0.3);
}
.caption{
	text-align: left;
	width: 100%;
	color: #000;
	font-size: 15px;
	padding: 2px;
	/*background-color:#eee;*/
}
.slideshow-container h3{
	font-size:18px;
	font-weight:bold;
	margin:20px 0px 10px 0px;
}
.slideshow-container .txt{
	font-size:15px;
	margin-top:20px;
}
.dots{
	width: 13px;
	height: 13px;
	background: gray;
	display: inline-block;
	border-radius: 50%;
	cursor: pointer;
}
.fade{
	animation-name:fade;
	animation-duration:1.5s;
}
/*@keyframes fade{
	from {opacity: 0.4;}
	to {opacity: 1;}
}*/
.slideshow-container .active, .slideshow-container .dot:hover {
  background-color: #333;
}

.slideshow-container{
	width:100%;
}
.slideshow-container img{
	width:100%;
	height:400px;
}
.slideshow-container a{
	color:#fff !important;
}
/*CSS FOR INNER SLIDER*/


.story-detail h2{
	font-size:40px;
	margin-bottom:25px;
	line-height:42px;
}
.story-detail span{
	font-size:14px;
}
.social-sharing-buttons {
    font-size: 11px;
    color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 13px 8px 13px;
    margin-left: 10px;
    height: 40px;
    min-width: 40px;
    text-align: center;
}
.social-facebook {
    background-color: #516eab;
}
.social-twitter{
	background-color:#29c5f6;
}
.social-whatsapp{
	background-color:#009d2d;
}
.social-buttons-text {
    display: inline-block;
    position: relative;
    top: -1px;
    line-height: 16px;
    padding-left: 10px;
    margin-left: 6px;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.social-sharing-buttons .fa{
    font-size: 14px;
    position: relative;
    top: 1px;
}
.social-buttons{
	margin-bottom: 30px;
	float: right;
}
.social-sharing-buttons:hover, .social-sharing-buttons:focus{
	opacity:0.8;
	color:#fff !important;
}
.story-detail figure img{
	width:100%;
}
.comment-area{
width:100%;
}
.comment-area h3{
	font-size:18px;
	margin:50px 0px 20px;
}
.blog-warea {
    float: left;
    width: 100%;
    margin-bottom: 40px;
	border-bottom: 1px solid #cccccc;

}
.top-warea {
    float: left;
    width: 100%;
}
.story-detail .blog-warea img {
    width: 92px !important;
    height: 92px !important;
    float: left;
	border-radius: 50%;
    -webkit-transition: 0.3s 0.2s ease-out;
    -moz-transition: 0.3s 0.2s ease-out;
    -o-transition: 0.3s 0.2s ease-out;
    transition: 0.3s 0.2s ease-out;
}
.heading-area {
	float:left;
    width: 50%;
}
.heading-area h5 {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin-bottom: 5px;
}
.heading-area .date {
    font-size: 12px;
    text-transform: uppercase;
    color: #737373;
}
.reply-block {
    float: right;
    width: 30%;
    text-align: right;
    padding-top: 10px;
}
.login-btn {
    background-color: #f08121;
    color: #fff !important;
    border-radius: 2px !important;
    font-size: 12px !important;
    height: 24px !important;
    padding: 4px 15px !important;
    margin-left: 10px;
	text-transform:uppercase;
}
.login-btn:hover{
	background-color: #dddddd !important;
	color:#767676 !important;
	text-decoration:none !important;
}
.blog-warea .btn.focus, .blog-warea .btn:focus {
-webkit-box-shadow: 0 0 0 0px rgba(2,117,216,.25) !important;
box-shadow: 0 0 0 0px rgba(2,117,216,.25) !important;
}
.msg-box {
    float: left;
    width: 100%;
    height: auto;
    background-color: #f1f1f1;
    padding: 20px;
    margin-bottom: 20px;
}
.mycutom_input_class {
    width: 100%;
	font-family: 'Open Sans', sans-serif !important;
    float: left;
    padding: 5px;
    border: #dbdbdc solid 1px;
    color: #000;
    margin: 0px 0px 8px 0px;
    border-radius: 2px;
	font-size:13px;
}
.btn-area {
    margin-top: 10px;
    float: left;
}
.signup-btn {
    text-transform: uppercase;
    background-color: #6a6a6a;
    border-radius: 0px !important;
    color: #fff;
    padding: 8px 30px !important;
	cursor:pointer;
}
.update-btn {
    text-transform: uppercase;
    border: 1px solid #6a6a6a !important;
    background-color: transparent;
    border-radius: 0px !important;
    color: #6a6a6a;
    padding: 8px 30px !important;
	cursor:pointer;
}
.comment-txt{
margin-left: 102px;
padding-left: 10px;
overflow:hidden;
}
.comment-txt p {
    float: left;
    margin: 10px 0px 20px;
	font-size:13px;
}

.reply-red-btn{
	background-color:#f60b2c;
	font-size:11px;
	color:#fff;
	text-transform:uppercase;
	padding:5px 15px;
	border-radius:5px;
	line-height:15px;
}
.reply-red-btn:hover{
	background-color:#1a1a1a;
	color:#fff;
}
.reply-red-btn:focus{
	color:#fff;
}
.form-input{
    float: left;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 0px;
    box-shadow: none;
    font-size: 12px;
    padding: 5px 10px;
}
.comment-area .form-input.focus, .comment-area .form-input:focus {
    border: 1px solid #f60b2c;
}
.flat-button {
    padding: 8px 25px;
    background-color: transparent;
    font-size: 16px;
    box-shadow: 0 0 0 2px #f60b2c;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    -webkit-border-radius: 25px;
            border-radius: 25px;
    -webkit-transition: color 0.3s;
       -moz-transition: color 0.3s;
            transition: color 0.3s;
}

.flat-button:before {
    -webkit-border-radius: 30px;
            border-radius: 30px;
}

.flat-button:before{
    position: absolute;
    top: -2px;
    left: -2px;
    padding: 2px;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    background: #f60b2c;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    pointer-events: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.flat-button:hover:before{
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
       -moz-transition: -moz-transform 0.4s, opacity 0.2s;
            transition: transform 0.4s, opacity 0.2s;
}

.flat-button{
	position:relative;
	border:none;
}
.flat-button:hover{
    color: #f60b2c;
}
.social-box{
	margin-bottom:30px;
	margin-top:50px;
}
h3.category-headding {
    margin-top: 0px;
    font-size: 16px !important;
    color: rgb(34, 34, 34);
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.headding-border {
    position: relative;
    border-bottom: 1px solid #ddd;
    background-color: #f60d2b;
    margin-bottom: 20px;
}
.headding-border::before {
    position: absolute;
    bottom: -1px;
    width: 50px;
    height: 4px;
    background-color: inherit;
    content: '';
}
.headding-border::after {
    position: absolute;
    bottom: -1px;
    width: 15px;
    height: 4px;
    background-color: inherit;
    content: '';
    left: 53px;
}
.rcmnded{
	margin-bottom:50px;
}
.rcmnded-box{
	box-shadow:0px 10px 10px rgba(0, 0, 0, 0.15);
	margin-bottom:25px;
}
.rcmnded-box figure{
	margin:0px;
}
.rcmnded-box figure img{
	width:100%;
}
.rcmnded-box h4{
	padding:15px;
	font-size:13px;
	line-height:20px;
	color:#2b2b2b;
	font-weight:bold;
}
.rcmnded-box h4 a{
	color:#2b2b2b;
}
.rcmnded-box:hover{
	box-shadow:0px 3px 5px rgba(0, 0, 0, 0.15);
}
.rcmnded-box:hover a{
	color:#6d6d6d;
}
.rcmnded-box .txt{
	position:absolute;
	bottom:0px;
	color:#fff;
}
.login-block .modal-dialog{
	width:450px;
	margin-top:60px;
}

.login-block .modal-body {
	background-color:#fff;
	border-radius:5px;
	border:none;
	position:relative;
	padding-left:30px;
	padding-right:30px;
}
.login-hd{
	background-color:#f60b2c;
	padding:10px 0px;
	text-align:center;
	margin:0 auto;
	position:absolute;
	top:-20px;
	left: 0;
	right: 0;
	width: 280px;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif !important;
}
.login-block .modal-body figure{
	width:100%;
	margin-top:30px;
	text-align:center;
}


/* Animations */

@-webkit-keyframes inputHighlighter {
	from { background: #f60b2c; }
	to 	{ width: 0; background: transparent; }
}

@keyframes inputHighlighter {
	from { background: #f60b2c; }
	to 	{ width: 0; background: transparent; }
}


.login-btn-new{
	display:block;
	padding:10px 0px;
	background-color:#f60b2c;
	border-bottom:3px solid #b9011b;
	color:#fff;
	text-align:center;
	border-left:none;
	border-right:none;
	border-top:none;
	width:100%;
	text-transform:uppercase;
	margin:10px 0px 25px;
}
.login-btn-new:hover{
	display:block;
	padding:10px 0px;
	background-color:#d9001e;
	border-bottom:3px solid #b9011b;
	color:#fff;
	text-align:center;
	border-left:none;
	border-right:none;
	border-top:none;
	width:100%;
}
.login-block p{
	color:#000;
	font-size:14px;
}
.facebook-btn{
	display:inline-block;
	padding:5px 20px;
	background-color:#3b5998;
	color:#fff;
	font-size:14px;
	border-radius:3px;
}
.social-pro{
	margin:0px 0px 15px 0px;
	padding:0px;
}
.social-pro li{
	margin-right:10px;
}
.social-pro li:last-child{
	margin-right:0px;
}
.social-pro .fa{
	margin-right:5px;
}
.google-btn{
	display:inline-block;
	padding:5px 20px;
	background-color:#e14c35;
	color:#fff;
	font-size:14px;
	border-radius:3px;
}
.login-block p a{
	color:#f60b2c;
}
.login-block p a:hover{
	color:#000;
}
.story-listing h3, .upload-vid h3, .login-area h3{
	font-size:25px;
	text-transform:uppercase;
}
.upload-vid h3, .login-area h3{
	margin-bottom:20px;
}
.story-listing figure img{
	width:100%;
}
.bdr{
	width:100px;
	height:4px;
	background-color:#f60b2c;
	position: absolute;
	top: 16px;
	margin-left:10px;
}
.listing-box{
width: 100%;
overflow: hidden;
}
.listing-post {
    margin-top: 30px;
}
.listing-post .post-image{
	position:relative;
}
.listing-post .post-image .viewed{
	position:absolute;
	background:#f60b2c;
	padding:2px 10px;
	top:0px;
	left:0px;
	font-size:13px;
	color:#fff;
}
.listing-post .post-image .viewed .fa{
	margin-right:3px;
}
.listing-post .post-image img{
	width:100%;
	height:200px;
}
.story-txt{
	width:100%;
	border:1px dashed #ddd;
	padding:20px;
}
.story-txt h2{
	width:100%;
	font-size:18px;
	white-space: nowrap; 
    overflow: hidden;
    text-overflow:ellipsis;
	font-weight:bold;
	margin-bottom:5px;
}
.story-txt h2 a{
	color:#000;
}
.story-txt h2 a:hover{
	color:#f60b2c;
}
.story-txt span {
    font-size: 13px;
}
.story-txt p {
    margin: 5px 0px 15px;
    font-size: 13px;
}
.flat-button-new {
    padding: 0px 15px;
    background-color: transparent;
    font-size: 13px;
    box-shadow: 0px 0px 0px 2px #f60b2c;
    display: inline-block;
    text-align: center;
	line-height:28px;
	font-weight:bold;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    position: relative;
    border: none;
	text-transform:uppercase;
}

.flat-button-new:before {
    -webkit-border-radius: 30px;
            border-radius: 30px;
}

.flat-button-new:before{
    position: absolute;
    top: -2px;
    left: -2px;
    padding: 2px;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    background: #f60b2c;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    pointer-events: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.flat-button-new:hover:before{
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
       -moz-transition: -moz-transform 0.4s, opacity 0.2s;
            transition: transform 0.4s, opacity 0.2s;
}

.flat-button-new:hover{
    color: #f60b2c;
}
.profile-cover{
	width:100%;
	position:relative;
	height:250px;
	background-size: cover;
}

.profile-cover img{
	width:100%;
	height:250px;
}

.profile-cover::after {
    background: #1c1c1c none repeat scroll 0 0;
    content: "";
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
	height:250px;
    z-index: 2;
}
.profile-img{
	width:100%;
	position:absolute;
	top:120px;
	z-index:5;
}
.image-block{
	display:inline-block;
}
.profile-img img{
	width:172px;
	height:172px;
	border-radius:50%;
	border:5px solid #d5d5d5;
}
.profile-name{
	display:inline-block;
	color:#fff;
	font-size:25px;
	padding-top:0px;
	padding-left:20px;
}
.profile-name span{
	color:#f60b2c;
	font-size:15px;
}
.btn-area-new{
	position:absolute;
	right:0px;
	top:180px;
	z-index:5;
}
.btn-area-new ul li{
	display:inline-block;
	margin-left:5px;
}



.project-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.project-item .project-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10;
  padding: 25px;
  opacity: 0;
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
}
.project-item .project-content:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
  -webkit-transition: .25s opacity ease;
  transition: .25s opacity ease;
}
.project-item .project-content .border-overly:after {
  border-right: 5px solid #e88e2e;
  border-left: 5px solid #e88e2e;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.project-item .project-content .border-overly:after,
.project-item .project-content .border-overly:before {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  z-index: 1;
}
.project-item .project-content .border-overly:before {
  border-top: 5px solid #e88e2e;
  border-bottom: 5px solid #e88e2e;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.rs-project2 .project-item .project-content .display-table .display-table-cell {
  vertical-align: middle;
  position: relative;
  z-index: 999;
}
.project-item .post-image img {
  width: 100%;
  transition: all 0.3s ease 0s;
}
.project-item .p-zoom {
  display: inline-block;
}
.project-item .p-zoom i {
  width: 48px;
  height: 48px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 22px;
  color: #ffffff;
  padding: 0px;
  margin-right: 20px;
  transition: .20s;
}
.project-item .p-zoom i:hover {
  border: 2px solid #e88e2e;
  color: #e88e2e;
}
.project-item .btn-view {
  display: inline-block;
}
.project-item .btn-view i {
  width: 48px;
  height: 48px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 22px;
  color: #ffffff;
  padding: 0px;
  transition: .20s;
}
.project-item .btn-view i:hover {
  border: 2px solid #e88e2e;
  color: #e88e2e;
}
.project-item .p-title {
  font-size: 18px;
  line-height: normal;
  margin-top: 25px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 600;
}
.project-item .p-title a {
  color: #fff;
}
.project-item .p-title a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.project-item .p-desc {
  font-size: 15px;
  color: #fff;
  line-height: normal;
  margin-bottom: 0;
  margin-top: 10px;
}
.project-item .project-content:hover {
  opacity: 1;
  top: 0;
}
.project-item:hover .project-content .border-overly:after,
.project-item:hover .project-content .border-overly:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.project-item:hover .post-image img {
  transform: scale(1.2);
}
.carousel-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
background-color: rgba(0, 0, 0, 0.4);
}
ul.list-story-footer li img {
    width: 90px;
    margin-right: 20px;
    float: left;

}
.modal-backdrop {
	z-index:999 !important;
}

.latest-story{
	background: #ffffff;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0,1,1,.2);
	box-shadow: 0 3px 5px 0 rgba(0,1,1,.2);
	margin-bottom: 30px;
	position: relative;
	display: block;
}
.entry-image {
    position: relative;
}
.entry-img img{
	width:100%;
}
.latest-btn{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 99;
}
.box-inner{
padding: 20px 30px;
}
.box-inner h2{
	font-size:18px;
	color:#000;
	line-height:25px;
}
.horoscope{
	padding:15px 0px 20px;
}
.horo{
	width:100%;
	text-align:center;
	margin:0 auto;
	
}
.horo img{
	width:78px !important;
	height:78px !important;
}
.horoscope .owl-carousel .owl-item {
	text-align:center;
}
.horoscope .owl-carousel .item {
	float: none;
	display: inline-block;
}
.horoscope .owl-carousel .owl-item img {
	display:inline-block !important;
}
.horo h4{
	font-size:18px;
	text-transform:uppercase;
	margin:10px 0px;
}
.horo p a{
	color:#f60b2c;
}
.horo p a:hover{
	color:#000;
}
#owl-carouselhoro .owl-next {
    float: left;
    right: 0px;
    top: 28px;
    position: absolute;
    cursor: pointer;
    background: transparent;
}
#owl-carouselhoro .owl-prev {
    float: right;
    left: 0px;
    position: absolute;
    top: 28px;
    cursor: pointer;
    background: transparent;
}
.story-pic img{
	width:100%;
	height:400px;	
}
.story-pic{
	width:100%;
	margin-bottom:30px;
}
.smpl-story{
	width:100%;
	margin-bottom:50px;
}
.story-content p{
	font-size:13px;
}
.video-slider{
	padding-top:15px;
}
.video-slider #ninja-slider {
    width: 100%;
}
.video-slider #ninja-slider .ful-wid{
	width:100%;
}
.video-slider #thumbnail-slider {
    width: 25%;
}
.video-slider #thumbnail-slider div.inner ul{
	width:100% !important;
}
#thumbnail-slider ul li{
	width:100%;
}

.video-slider #ninja-slider li {
	text-align:center;
}
.play-icon{
	text-align:center;
}
.play-icon img{
	margin:0 auto;
	position:absolute;
	top:45%;
}
.slider-inner ul{
	margin:0px;
	padding:0px;
}
.video-slider #thumbnail-slider div.inner{
	border-radius:0px;
}
.link-zoom {
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	height: 40px;
	position: absolute;
	top: 55%;
	left: 50%;
	color: #fff;
	z-index: 1;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	opacity: 0;
}
.item-box:hover .link-zoom {
	top: 50%;
	opacity: 1;
	transition: all 0.2s ease-out 0s;
	-webkit-transition: all 0.2s ease-out 0s;
}
.link-zoom a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #f60b2c;
	font-size: 17px;
	color: #fff;
}
.link-zoom a.project_links {
	background: #f60b2c;
}
.item-box a {
	display: inline-block
}
.item-box a:hover i {
	color: #fff;
}
.item-box > a {
	display: block;
	opacity: 0.5;
}
.item-box {
	position: relative;
	overflow: hidden;
	display: block;
	background: #000;
}
.item-box img {
	width: 100%;
}
.item-box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0, 0, 0, 0.44);
	opacity: 0;
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
}
.item-box:hover:after {
	transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	opacity: 1;
}
.item-box {
	position: relative;
	overflow: hidden;
	display: block;
}

.item-box a {
	display: inline-block;
}
.profile-story-listing{
	margin-bottom:30px;
}
.subscriber{
	width:100%;
}
/*Subscriber Css Starts*/
.single-services {
    box-shadow: none;
    margin-top: 30px;
    position: relative;
    z-index: 1;
    border: 1px dashed #ddd;
    padding: 20px 10px;
}
.service-images {
    width: 60px;
    float: left;
    height: 60px;
    margin-right: 15px;
    text-align: center;
}
.service-images img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.services-all .service-content {
    padding-left: 75px;
}
.single-services .service-content h4 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
}
.single-services .service-content h4 a {
    color: #444;
}
.single-services .service-content h4 a:hover {
    color: #f60b2c;
}
.single-services .service-content p{
    color:#444;
}
.single-services::after{
    border: 1px solid #f60b2c;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    opacity: 0;
    transition: 0.4s;
    z-index: -1;
}
.single-services:hover::after{
    transition: 0.4s;
}
.single-services:hover .service-images::after {
    position: absolute;
    content: "";
    background: #f60b2c;
    width: 2px;
    height: 70%;
    left: 10%;
    top: 20%;
    z-index: -1;
}
.single-services:hover .service-images{
    /*margin-top: 30px;*/
	color: #fbac02;
    background: #fff;
}
.mt10{
	margin-top:10px;
}
/*Subscriber Css Ends*/

.about-profile{
	margin-top:30px;
}
.profile{
    border: 1px dashed #ddd;
	padding:20px 10px;
	margin-bottom: 30px;
}
.profile h4{
	margin:0px 0px 20px 0px;
	padding:0px;
	font-size:18px;
	color:#f60b2c;
	font-weight:bold;
}

.table-input
{
	font-size:13px;
	color:#0e0e0e;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-border-radius: 2px;
	display:none;
	width:100%;
	border:1px solid #ccc;
	padding:5px;
	float:left;
}

.text_label
{
	float:left;
	font-size:13px;
	color:#868686;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-border-radius: 2px;
	position:relative;
	margin:0px;
	padding:5px;
}

.edit
{
	background:url(../images/edit.png) no-repeat;
	width:25px;
	height:25px;
	cursor: pointer;
	float:right;
	position: absolute;
	right: 13px;
	top:10px;
}
.profile label{
	font-size:13px;
}
.bdr-profile{
	border:1px solid #eee;
	overflow:hidden;
padding-right: 30px;
height: 36px;
}
.radio-btn {
    margin-left: 20px !important;
}
.left-txt{
	margin-top:5px;
}
.upload-vid{
	margin:50px 0px 0px;
}
.upload-vid label{
	font-size:14px;
	font-weight:bold;
	width:100%;
}
.upload-vid label span{
	color:#fc0000;
	font-size:12px;
	text-align:right;
	float:right;
}
.upload-vid .form-field {
    text-align: left;
    font-size: 15px;
    width: 100%;
    border: 2px solid #d7d7d7;
    padding: 10px 8px;
    color: #585858 !important;
    border-radius: 4px;
    display:block !important;
}
.upload-vid .form-field1 {
    text-align: left;
    font-size: 15px;
    width: 100%;
    border: 2px solid #d7d7d7;
    padding: 8px;
    color: #585858 !important;
    border-radius: 4px;
}
.upload-vid select.form-field {
 text-align: left;
    font-size: 15px;
    width: 100%;
    border: 2px solid #d7d7d7;
    padding: 10px 8px;
    color: #585858 !important;
    border-radius: 4px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background:url(../images/down-arw.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}
.form-group input[type="radio"]{
	margin-right:5px;
}
.upload-btn{
	margin-top:5px;
}
.upload-btn .fa{
	margin-left:5px;
	font-size:14px;
}
.mt30{
	margin-top:30px;
}
.upload-vid h5{
	margin:20px 0px 30px 0px;
	font-size:15px;
	color:#f60b2c;
}
.story-field{
    width: 100%;
    display: none;
}
.load_more_data a{
	color:#f60b2c;
	font-size:16px;
    display:block !important;
}
.load_more_data a:focus, .load_more_data a:hover{
	color:#000;
}
.static-pg p{
	font-size:15px;
	line-height:25px;
	margin-bottom:20px;
}
.static-pg strong{
	margin-bottom:10px !important;
	font-size:15px;
	line-height:25px;
	text-transform:uppercase;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.login-area {
    margin: 50px 0px 0px;
}
.login-area p {
    color: #000;
    font-size: 14px;
}
.login-area p a {
    color: #f60b2c;
}
.quick-login{
	margin-left:50px;
	margin-top:10px;
	border:2px solid #eee;
	padding:30px;
}
.group {
  position: relative;
  margin: 45px 0;
}

.group textarea {
  resize: none;
}
.login-area input {
      display: block !important;
}

.group input,
.group textarea {
  background: none;
  color: #c6c6c6;
  font-size: 18px;
  padding: 10px 10px 10px 5px;

  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #c6c6c6;
}
.group input:focus,
.group textarea:focus {
  outline: none;
}
.group input:focus ~ label, .group input:valid ~ label,
.group textarea:focus ~ label,
.group textarea:valid ~ label {
  top: -14px;
  font-size: 12px;
  color: #f60b2c;
}
.group input:focus ~ .bar:before,
.group textarea:focus ~ .bar:before {
  width: 100%;
}

.group input[type="password"] {
  letter-spacing: 0.3em;
}

.group label {
  color: #c6c6c6;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 5px;
  top: 10px;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
}

.group .bar {
  position: relative;
  display: block;
  width: 100%;
}
.group .bar:before {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #f60b2c;
  -webkit-transition: 300ms ease all;
  transition: 300ms ease all;
  left: 0%;
}
.story-detail img {
    width:100%;
}
.modal-header {
    background-color: #f60b2c !important;
    padding:10px !important;
}
.modal-title {
    color:#fff;
    width:100%;
    text-align:left;
}
button.close {
    position:absolute;
    right:15px;
    top:15px;
}
.newssubcibeHeading h5 {
    width:100%;
    text-align:center;
    font-size:18px;
}
.custominputFormCalss {
    width: 100%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    padding: 10px 0 10px 10px;
    border: #d8d9d9 solid 1px;
    border-radius: 4px;
    font-weight: 400;
    margin-bottom: 15px;

}
.submitloginNews {
    background: #808080;
    color: #FFF;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    width: 49%;
    float: left;
    display: block;
    line-height: 41px;
    margin: 15px 0 10px 0;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
    .submitloginNews:hover {
       background: #f60b2c;
 }
.sumitorsign_container a {
    background: #FFFFFF;
    color: #808080;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    width: 49%;
    float: right;
    display: block;
    line-height: 41px;
    margin: 15px 0 10px 0;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    border: #808080 solid 1px;
}
.borderancolor {
    border: #808080 solid 1px !important;
    color: #808080 !important;
}
.sumitorsign_container a:hover {
 border: #f60b2c solid 1px !important;
    color: #f60b2c !important;}