/* Newsie */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Header
5. Footer


**********************************************/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url('/assets/css/newsie/font-awesome.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#070707;
	line-height:1.4em;
	font-weight:400;
	background:#EEEEEE;
}

body.popup-visible{
	overflow:hidden;
	padding-right:17px;	
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#10bcf4;	
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.4em;
	font-family: 'Roboto', sans-serif;
}

h1#title{
	position:relative;
	color:#f15a22;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	margin-top: 15px;
	padding-bottom:3px;
	margin-bottom: 10px;
}
h1#title:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:64%;
	height:1px;
	background:#f15a22;
}

h2#title{
	position:relative;
	color:#f15a22;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	margin-top: 15px;
	padding-bottom:3px;
	margin-bottom: 10px;
}
h2#title:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:64%;
	height:1px;
	background:#f15a22;
}

input,button,select,textarea{
	font-family: 'Open Sans', sans-serif;
}

p{
	position:relative;
	line-height:1.5em;	
}

input[type="text"],input[type="password"],select,textarea {

	border: 1px solid #AAA;
	padding: 2px;
	margin-bottom: 2px;

}

.strike-through{
	text-decoration:line-through;	
}

.main_content{
	position:static;
	width: 100%;
	max-width: 1050px;
	min-width: 1010px;
	padding:0px 15px;
	margin:0 auto;
}

.wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:320px;
	min-height:400px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

a[class^="-btn"]{
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

input[type="submit"] {

	background-color: #5883b4;
	border: 1px solid #CCC;
	padding: 5px 8px 5px 8px;

}

.center{
	text-align:center;	
}

.anim-3,.anim-3-all *{
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

.anim-5,.anim-5-all *{
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;	
}

.anim-7,.anim-7-all *{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;	
}

/*** 

====================================================================
	Header style
====================================================================

***/

/* Page Header */

.header {
	background-color: #f15a22; 
	color: #FFF; 
	margin: 0 auto;
}

.header .detail {
	width: 943px;
	margin: 0 auto;
	border: solid #323b44;
	border-width: 0 1px;
}

.header .detail .top-left {
	width: 177px;
	text-align: center;
	color: #e9e9e9;
	font-size: 11px;
	line-height: 14px;
	padding: 8px 23px 8px 10px;
	border-right: 1px solid #323b44;
}

.header .detail .top-center {
	width: 380px;
	float: left;
	padding: 8px 0 0 40px;
}

.top-right {
	float: right;
}

#top-links {
	overflow: hidden;
	margin: 0;
}

#top-links li {
	float: left;
	border-left: 1px solid #404040;
	list-style: none;
	font-size: 11px;
	line-height: 14px;
	font-weight: 700;
	padding: 8px 8px 8px 7px;
}

#top-links li a {
	text-decoration: none;
	color: #e0e0e0;
}

#top-links li a:hover {
	color: #fff;
}

/* Search Bar */

.search-bar {
	position: relative;
	background: #f7f7f7;
	border-bottom: 1px solid #fff;
}

.search-bar .inner {
	padding: 7px 0;
	border-bottom: 1px solid #e6e6e6;
}

.search-bar .section-wrap {
	width: 945px;
	margin: 0 auto;
}

.search-bar .form_search {
	margin-right: 40px;
}

#searchform {
	display: inline-block;
	background: #fcfcfc;
	border: 1px solid #dedede;
	padding-right: 5px;
}

#searchform input[type="search"] {
	line-height: 14px;
	float: left;
	padding: 6px 7px 5px;
	font-size: 11px;
	color: #939393;
	border: none;
	background: none;
	width: 175px;
}

#searchform input[type="search"]::-moz-placeholder {
	color: #666;
}

#searchform input[type="search"]::-webkit-input-placeholder {
	color: #939393;
}

#searchform input[type="search"]:-ms-input-placeholder {
	color: #939393;
}

#searchform input[type="submit"] {
	float: left;
	margin: 6px 0 0 4px;
	background: url(/assets/images/search-button.png) 0 0 no-repeat;
	width: 12px;
	height: 15px;
	border: none;
	padding: 0;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	filter: -;
}

#searchform input[type="submit"]:hover {
	opacity: .6;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

.block_social_top {
	float: right;
	padding-top: 4px;
}

.block_social_top ul {
	float: left;
	margin: 0;
}

.block_social_top ul li {
	font-size: 0;
	line-height: 0;
	float: left;
	list-style: none;
	position: relative;
}

.block_social_top ul li+li {
	margin-left: 2px;
}

.block_social_top ul li a {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: inline-block;
	font-size: 0;
	line-height: 0;
	width: 19px;
	height: 19px;
	position: relative;
	background: url(../images/follow.png) no-repeat;
}

.block_social_top ul li a:hover {
	opacity: .8;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.block_social_top ul li span {
	background: #fff;
	position: absolute;
	top: -30px;
	display: none;
	font-size: 12px;
	line-height: 15px;
	padding: 5px;
	z-index: 999;
	left: -50%;
}

.block_social_top .icons-label {
	float: left;
	margin-right: 8px;
	color: #a1a1a1;
	font-size: 9px;
	line-height: 12px;
	text-transform: uppercase;
	padding-top: 4px;
}

.block_social_top ul li a.tw {
	background-position: 0 0;
}

.block_social_top ul li a.fb {
	background-position: -19px 0;
}

.block_social_top ul li a.gplus {
	background-position: -57px 0;
}

.block_social_top ul li a.rss {
	background-position: -38px 0;
}

.block_social_top ul li a.vim {
	background-position: -76px 0;
}

.block_social_top ul li a.tmb {
	background-position: -95px 0;
}

.block_social_top ul li a.pin {
	background-position: -114px 0;
}

.search-bar .form_search form {
	vertical-align: top;
}

.search-bar .newsletter {
	position: relative;
}

.search-bar .newsletter .newsletter-title {
	font-size: 11px;
	line-height: 14px;
	font-weight: 700;
	color: #606e75;
	padding: 7px 28px 2px 0;
	background: url(../images/subscribe-icon.png) right 4px no-repeat;
	cursor: pointer;
}

.search-bar .newsletter .newsletter-popup {
	display: none;
	border: 1px solid #e0e0e0;
	position: absolute;
	left: 51px;
	top: 46px;
	width: 296px;
	background: #fff;
	-webkit-box-shadow: 0 0 0 3px #f7fafc;
	-moz-box-shadow: 0 0 0 3px #f7fafc;
	box-shadow: 0 0 0 3px #f7fafc;
}

.search-bar .newsletter .newsletter-popup .indents {
	padding: 10px 9px 10px 10px;
}

.search-bar .newsletter .newsletter-popup span.bg {
	display: block;
	position: absolute;
	top: -8px;
	left: 21px;
	width: 0;
	border-width: 0 8px 8px;
	border-style: solid;
	border-color: #000 transparent #e0e0e0;
}

.search-bar .newsletter .newsletter-popup span.bg span {
	display: block;
	position: absolute;
	top: 1px;
	left: -7px;
	width: 0;
	border-width: 0 7px 9px;
	border-style: solid;
	border-color: #000 transparent #fff;
}

.search-bar .newsletter .newsletter-popup .field {
	float: left;
	margin-right: 2px;
}

.search-bar .newsletter .newsletter-popup input[type="submit"] {
	border: 1px solid #cdd0d1;
	color: #6d6d6d;
	padding: 0 12px;
	font-weight: 700;
	font-size: 12px;
	line-height: 26px;
	padding-top: 1px;
	height: 25px;
	box-sizing: content-box;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.05);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.05);
	box-shadow: 1px 1px 1px rgba(0,0,0,.05);
	-webkit-appearance: none;
	-moz-box-sizing: content-box;
	background: #fff;
	background: -moz-linear-gradient(top,#fff 1%,#f5f5f5 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#fff),color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top,#fff 1%,#f5f5f5 100%);
	background: -o-linear-gradient(top,#fff 1%,#f5f5f5 100%);
	background: -ms-linear-gradient(top,#fff 1%,#f5f5f5 100%);
	background: linear-gradient(to bottom,#fff 1%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f5f5f5',GradientType=0);
}

.search-bar .newsletter .newsletter-popup input[type="submit"]:hover {
	background: #eaeaea;
}

.search-bar .newsletter .newsletter-popup input[type="text"] {
	outline: none;
	width: 173px;
	color: #6d6d6d;
	font-size: 12px;
	line-height: 26px;
	height: 26px;
	border: 1px solid #d6d6d6;
	padding: 0 7px;
	-webkit-appearance: none;
	-webkit-box-shadow: inset 1px 1px 2px 5px rgba(0,0,0,.01);
	-moz-box-shadow: inset 1px 1px 2px 5px rgba(0,0,0,.01);
	box-shadow: inset 1px 1px 2px 5px rgba(0,0,0,.01);
}

.top-space {
	background-color: #EEEEEE;
	color: #FFF; 
	margin: 0 auto;
}

.top-space .detail {
	height: 150px;
	margin: 0 auto;
	padding-top: 0px;
	background-color: #f15a22;
}

.top-space .detail img {
	padding-top: 0px;
	height: 150px;
}

.top-space .detail .banner {
	float: right;
}

/* MAIN MENU */

.section-nav {
	position: relative;
	border-top: 4px solid #101010;
	border-bottom: 4px solid #606060;
	margin: 0 auto;
	width: 100%;
}

.mainHeaderMenu {
	position: relative;
	margin: 0;
	border-right: 1px solid #e9e9e9;
	background: #fff;
}

.mainHeaderMenu:before {
	content: "";
	display: block;
	position: absolute;
	width: 11px;
	height: 11px;
	background: url(../images/menu-icon.png) 0 0 no-repeat;
	top: 12px;
	right: 9px;
}

.mainHeaderMenu>li {
	border-top: 3px solid #101010;
	margin-top: -3px;
	list-style: none;
	float: left;
	position: relative;
}

.mainHeaderMenu>li>a {
	position: relative;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 16px;
	text-transform: uppercase;
	text-decoration: none;
	color: #0b0b0b;
	padding: 10px 12px 9px 11px;
	border-right: 1px solid #e9e9e9;
}

.mainHeaderMenu>li>a:hover,.mainHeaderMenu>li.sfHover>a,.mainHeaderMenu>li.current-menu-item>a {
	background: #fafafa;
}

.mainHeaderMenu>li.home {
	border: none;
	margin: 0;
}

.mainHeaderMenu>li.home a {
	vertical-align: top;
	background: url(../images/home-icon.gif) 9px 13px no-repeat;
	padding: 0;
	height: 35px;
	border-left: 1px solid #e9e9e9;
	content: "";
	width: 29px;
}

.mainHeaderMenu>li.home a:hover {
	background-color: #fafafa;
}

.mainHeaderMenu>li.red {
	border-color: #e50700;
}

.mainHeaderMenu>li.blue {
	border-color: #0084c5;
}

.mainHeaderMenu>li.sky-blue {
	border-color: #00c3b7;
}

.mainHeaderMenu>li.purple {
	border-color: #121475;
}

.mainHeaderMenu>li.green {
	border-color: #6cac00;
}

.mainHeaderMenu>li.orange {
	border-color: #ff8168;
}

.mainHeaderMenu>li.gray {
	border-color: #606060;
}

.mainHeaderMenu>li.yellow {
	border-color: #ffba0f;
}

.mainHeaderMenu>li ul {
	z-index: 1999;
	padding: 1px 0;
	display: none;
	background: #fff;
	width: 177px;
	position: absolute;
	left: 0;
	top: 40px;
	margin: 0;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
	box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
}

.mainHeaderMenu>li ul li {
	list-style: none;
	font-size: 12px;
	line-height: 20px;
	position: relative;
}

.mainHeaderMenu>li ul li a {
	padding: 7px 10px 6px;
	display: block;
	color: #545454;
	text-decoration: none;
}

.mainHeaderMenu>li ul li+li a {
	border-top: 1px solid #f2f2f2;
}

.mainHeaderMenu>li ul li a:hover {
	color: #e90505;
	background: #fcfcfc;
}

.mainHeaderMenu>li ul li ul {
	left: 178px;
	top: 0;
}


.main-header{
	position:relative;
	background:#ffffff;
	padding: 0px 10px 0px 10px;
}

.main-header .header-top{
	position:relative;
	background:#FFF;
	padding:8px 20px 8px 40px;
}
.main-header .header-top .top-left{
	position:relative;
	float:left;
	width:400px;
}

.main-header .header-top .top-left .top-button{
	color: #FFF;
	background-color: #007db6;
}

.main-header .header-top .top-right{
	position:relative;
	float:right;
	width:565px;
}

.main-header .header-top a{
	position:relative;
	font-size:11px;
	color:#3d3d3d;
	padding:0 12px;
	font-weight:700;
	text-transform:uppercase;
	line-height:30px;
	display:inline-block;
}

.main-header .header-top a:hover{
	color:#818181;
}

.main-header .header-top a .fa{
	position:absolute;
	font-size:14px;
	color:#bebebe;
	top:8px;
	left:0px;
}
.main-header .header-top p{
	position:relative;
	color:#4c4c4c;
	font-size:11px;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	float:left;
	margin-top:8px;
}

.main-header .header-top form{
	position:relative;
	float:right;
	margin-right:12px;
}

.main-header .header-top form fieldset{
	position:relative;
}

.main-header .header-top form fieldset input{
	position:relative;
	padding:5px 10px;
	line-height:20px;
	border:1px solid #dbdbdb;
	color:#b5b5b5;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	width:268px;
 	border-radius:5px 0px 0px 5px;
	-ms-border-radius:5px 0px 0px 5px;
}
.main-header .header-top form fieldset button.fa{
	position:relative;
	background:#f59c30;
	border-radius:0px 5px 5px 0px;
	-ms-border-radius:0px 5px 5px 0px;
	padding:8px;
	color:#fff;
	cursor:pointer;
	left:-3px;
}

.main-header .header-middle{
	position:relative;
	padding:3px 0px 3px 0px;
}
.main-header .header-middle .logo{
	position:relative;
	margin-left:15px;
	margin-bottom: 15px;
	padding-top: 2px;
}

.main-header .header-middle .ad{
	margin-top:4px;
	float:right;
}

/*** 

====================================================================
	Main Content style
====================================================================

***/

.main-content{
	position:relative;
	padding: 10px 10px 10px 10px;
	background:#ffffff;
}

.main-content a {

	color: #000;

}

.main-content .left-bar{
	border-right:1px solid #e3e3e3;
	width:500px;
	padding-right:15px;
	float:left;
}

.main-content .feature{
	position:relative;
}


.earlier {

	color: #333;
	font-size: 12px;

}

.earlier .title{
	position:relative;
}
.earlier .title h2{
	position:relative;
	color:#f15a22;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	font-weight:700;
	padding-bottom:3px;
	border-bottom:1px solid #f15a22;
	margin-bottom: 15px;
}

.earlier .listing {
	border-bottom: 1px solid #CCCCCC;
	padding: 4px 0px 4px 0px;
	color: #AAA;
}

.earlier .posted {

	float: right;

}

.earlier .listing a {
	color: #333;
}

.earlier .listing .comments {
	color: #888;
	padding-left: 9px;
}

.earlier .listing a:hover {
	color: #FF0000;
}

.main-content .feature img{
	position:relative;
	width:100%;
}
.main-content .feature .featured-des{
	position:absolute;
	right:0px;
	bottom: 0px;
	padding:7px 20px;
	background:rgba(0,0,0,0.7);
}
.main-content .feature .featured-des h3 a{
	position:relative;
	color:#fff;
	font-size:20px;
	margin-bottom:3px;
}

.main-content .feature .featured-des h3 a:hover{
	position:relative;
	color:#fff;
	font-size:20px;
	margin-bottom:3px;
	text-decoration:underline;
}

.main-content .feature .featured-des h4 a{
	position:relative;
	color:#fff;
	font-size:16px;
	margin-bottom:3px;
}

.main-content .feature .featured-des h4 a:hover{
	position:relative;
	color:#fff;
	font-size:16px;
	margin-bottom:3px;
	text-decoration:underline;
}

.main-content .feature .featured-des p{
	position:relative;
	color:#fff;
	font-size:12px;
	margin:0px;
}
.main-content .feature .featured-des p a{
	position:relative;
	color:#007db6;
	display:inline-block;
	font-weight:600;
	transition:all 0.5s ease;
	-webkit-transition:all 0.1s ease;
	-moz-transition:all 0.1s ease;
	-ms-transition:all 0.1s ease;
	-o-transition:all 0.1s ease;
	
}

.main-content .feature .featured-des p a:hover{
	color:#ff0000;
	text-decoration:underline;
}

a.comment_quote{position:absolute; background:url('/assets/images/comment_icon.png') center bottom no-repeat; width:33px; height:31px; right:20px; bottom:6px; text-align:center; color:#32487b; line-height:28px; font-size:14px; font-family:'Open Sans', sans-serif;}

.bx-controls-direction a.bx-prev{position:absolute; background:url('/assets/images/slider_prev.png') center top no-repeat; width:15px; height:15px; right:35px; top:292px; font-size:0px; z-index:999; }								
.bx-controls-direction a.bx-prev:hover{ background-position:bottom;}
.bx-controls-direction a.bx-next{position:absolute; background:url('/assets/images/slider_next.png') center top no-repeat; width:15px; height:15px; right:10px; top:292px; font-size:0px; z-index:999;}
.bx-controls-direction a.bx-next:hover{background-position:bottom;}
a {position:relative; color:#FFFFFF; font-weight:bold;}
a:hover { text-decoration:underline;}

/*breaking news*/
.breaking_news {

	background-color: #32487b;
	text-decoration: none;
	height: 550px;
	margin-bottom: 2px;
		
}

.b_n_l:hover {

	padding: 0px;
	margin: 0px;
	text-decoration: none;
	
}

.breaking_news a img {

	width: 468px;
	padding: 1px;
	margin: 0px;
	border: 1px solid #FFF;
	
}

.breaking_news a h1 {

	color: #FFF;
	font-size: 35px;
	text-decoration: none;
	line-height: 40px;
	
}

.breaking_news a h2 {

	color: #FFF;
	font-size: 30px;
	text-decoration: none;
	line-height: 30px;
	margin-top: 5px;
	padding-left: 5px;
		
}

.breaking_news a .breaking_body {

	color: #FFF;
	padding: 10px 30px 30px 30px;
	text-decoration: none;
	font-size: 14px;
	line-height: 20px;
	
}

.breaking_body h3 {

	margin-top: 6px;
	font-size: 14px;
	color: #ec863b;
	
}

.breaking_body h3:hover {

	font-size: 14px;
	color: #ec863b;
	text-decoration: underline;
	
}


/*** 

====================================================================
	Featured-News style
====================================================================

***/

.featured .title{
	position:relative;
}
.featured .title h2{
	position:relative;
	color:#f15a22;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	font-weight:700;
	padding-bottom:3px;
	border-bottom:1px solid #f15a22;
	margin-bottom: 15px;
}

.featured-news{
	position:relative;
}
.featured-news .news{
	position:relative;
	margin-top:12px;
}

.featured-news .news img{
	position:relative;
	width:100%;
}

.featured-news .news .news-des.col-md-6{
	position:relative;
	margin-left:0px;
	padding-left:0px;
}
.featured-news .news .news-des h3{
	position:relative;
	margin-bottom:2px;
}
.featured-news .news .news-des h3 a{
	position:relative;
	color:#252525;
	font-size:16px;
	font-weight:600;
	display:block;
	line-height:22px;
	
}
.featured-news .news .news-des h3:hover a{
	text-decoration:underline;
}


.featured-news .news .news-des p{
	position:relative;
	color:#070707;
	font-size:12px;
	font-weight:400;
}
.featured-news .news .news-des p a{
	position:relative;
	color:#007db6;
	font-size:12px;
	font-weight:600;
	display:inline-block;
	transition:all 0.1s ease;
	-webkit-transition:all 0.1s ease;
	-moz-transition:all 0.1s ease;
	-ms-transition:all 0.1s ease;
	-o-transition:all 0.1s ease;
	
}

.featured-news .news .news-des p a:hover{
	color:#ff0000;
	text-decoration:underline;
}
.featured .add-block{
	padding:10px 0px;
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
}
.featured .add-block img{
	width:100%;
}


/*** 

====================================================================
	Features style
====================================================================

***/
.features{
	position:relative;
	background:#eeeeee;
	padding:15px 13px;
	box-shadow:0px 7px 8px 2px rgba(204,204,204,0.7);
	margin-top:10px;
}
.features .main-title{
	position:relative;
}
.features .main-title h3{
	position:relative;
	color:#5883b4;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	font-weight:700;
	padding-bottom:10px;
}
.features .main-title h3:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:180px;
	height:1px;
	background:#d0d9e2;
}

.features .features-img{
	position:relative;
	display: inline-block;
	margin:10px 9px 5px 0px;
}
.features .features-img.last{
	margin:10px 0px 5px 0px;
}

.features .features-img a{
	position:relative;
	display:block;
	transition:all 0.1s ease;
	-webkit-transition:all 0.1s ease;
	-ms-transition:all 0.1s ease;
	-moz-transition:all 0.1s ease;
	-o-transition:all 0.1s ease;
}
.features .features-img a:hover{
	opacity:0.8;
}

.features .features-img img{
	position:relative;
	width:100%;

}
.features .features-img a.feature{
	position:absolute;
	left:0px;
	top:0px;
	padding:1px 9px;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	opacity:1;
	
}
.cat_heading {
	width: 685px;
	height: 50px;
	left:0px;
	top:0px;
	padding:10px 15px;
	margin-bottom: 20px;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	font-weight:700;
	text-transform:uppercase;
	opacity:1;
}
.cat_heading.beauty,.features .features-img a.feature.beauty{
	background:#cc62c8;
	opacity:1;
}
.cat_heading.gard,.features .features-img a.feature.gard{
	background:#55985b;
	opacity:1;
}
.cat_heading.sport,.features .features-img a.feature.sport{
	background:#f15a22;
	opacity:1;
}
.cat_heading.food,.features .features-img a.feature.food{
	background:#faaf32;
	opacity:1;
}
.cat_heading.news,.features .features-img a.feature.business{
	background:#5883b4;
	opacity:1;
}
.cat_heading.kids,.features .features-img a.feature.kids{
	background:#b1aa57;
	opacity:1;
}
.cat_heading.pets,.features .features-img a.feature.pets{
	background:#32c5df;
	opacity:1;
}
.cat_headingd.lps,.lps .features-img a.feature.lps{
	background:#FFF;
	color: #000;
	opacity:1;
}
.features .features-img .text{
	position:absolute;
	left:0px;
	bottom:0px;
	background:rgba(0,0,0,0.6);
	padding:6px 5px 6px 8px;
	width:195px;
}

.features .features-img img{
	width:195px;
}

.features .features-img .text p{
	position:relative;
	color:#fff;
	font-size:10px;
	font-weight:600;
	margin:0px;
}

.features .features-img .text p a{
	color:#fff;
	}

.features .features-img .text p a:hover {
	color:#fff;
	text-decoration:underline; }

/*** 

====================================================================
	Blogs style
====================================================================

***/

.blogs{
	position:relative;
	margin-top:25px;
}
.blogs .title{
	position:relative;
	padding-top:15px;
	border-top:1px solid #e3e3e3;
	margin-bottom:13px;
}
.blogs .title h2{
	position:relative;
	color:#f15a22;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	padding-bottom:3px;
}
.blogs .title h2:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:1px;
	background:#f15a22;
}

.blogs .col-one{
	position:relative;
	padding-right:10px;
	border-right:1px solid #e3e3e3;
	float:left;
	width:320px;
}
.blogs .col-one.col-two{
	padding:0px 0px 0px 10px;
	border-right:none;
}
	
.blogs .col-one .blog-post{
	position:relative;
	padding-bottom:18px;
	border-bottom:1px solid #e3e3e3;
}
.blogs .col-one .blog-post.last{
	margin-bottom:0px;
}
.blogs .col-one .blog-post h3{
	position:relative;
	margin-bottom:12px;
	line-height: 16px;
}
.blogs .col-one .blog-post h3 a{
	position:relative;
	font-weight:700;
	color:#000;
	font-size:14px;
}
.blogs .col-one .blog-post h3 a:hover{
	text-decoration:underline;
}

.blogs .col-one .blog-post figure img{
	float:left;
	margin-right:10px;
}
.blogs .col-one .blog-post p{
	position:relative;
	color:#000;
	font-size:12px;
	margin-bottom:0px;
	line-height:17px;
}

.blogs .col-one .blog-post p a{
	position:relative;
	color:#007db6;
	font-size:12px;
	font-weight:600;
	transition:all 0.1s ease;
	-webkit-transition:all 0.1s ease;
	-moz-transition:all 0.1s ease;
	-ms-transition:all 0.1s ease;
	-o-transition:all 0.1s ease;
}
.blogs .col-one .blog-post p a:hover{
	color:#ff0000;
	text-decoration:underline;
}

.left-bar .add-block{
	position:relative;
	margin-top:20px;
	height:80px;
}

.left-bar .add-block.one{
	position:relative;
	text-align:center;
	margin:0px 0px 20px 0px;
	padding-bottom:20px;
	border-bottom:1px solid #e3e3e3;
}

/*** 

====================================================================
	Right Bar style
====================================================================

***/


.right-bar{
	position:relative;
	width:195px;
	float:left;
}

.right-bar .right-bar-des{
	width:195px;
	padding:0px 15px 0px 20px;
	float:left;
}

.right-bar .blocks{
	width:195px;
	padding:0px;
	float:right;
}

.right-bar .title{
	position:relative;

}

.right-bar .title h2{
	position:relative;
	color:#f15a22;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	font-weight:700;
	padding-bottom:3px;
	border-bottom:1px solid #f15a22;
}

.right-bar .news-blog{
	position:relative;
	padding:15px 0px;
	border-bottom:1px solid #e3e3e3;
}
.right-bar .news-blog h3{
	position:relative;
}
.right-bar .news-blog h3 a{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:600;
	line-height:19px;
	display:block;
}
.right-bar .news-blog h3 a:hover{
	text-decoration:underline;
}
.right-bar .news-blog p{
	position:relative;
	color:#000;
	font-size:12px;
	margin:13px 0px;
	line-height:19px;
}
.right-bar .news-blog p a{
	position:relative;
	color:#007db6;
	font-size:12px;
	font-weight:600;
	transition:all 0.1s ease;
	-webkit-transition:all 0.1s ease;
	-moz-transition:all 0.1s ease;
	-ms-transition:all 0.1s ease;
	-o-transition:all 0.1s ease;
}
.right-bar .news-blog p a:hover{
	color:#ff0000;
	text-decoration:underline;
}

.right-bar .news-blog h5{
	position:relative;
	text-transform:uppercase;
	font-size:11px;
	color:#777777;
}
.right-bar .news-blog a.image{
	position:relative;
	display:block;
	margin-bottom:10px;
}
.right-bar .news-blog a.image img{
	width:100%;
	position:relative;
}

.right-bar .add-block{
	position:relative;
	margin-bottom:22px;
	width:100%;
}

.right-bar .add-block a{
	display:block;
	position:relative;

}
.right-bar .add-block a img{
	position:relative;
	width:100%;
}

/*** 

====================================================================
 Events style
====================================================================

***/
.events{
	position:relative;
	padding:55px 10px;
	background:#f3f5f4 url(/assets/images/event-image.png) left top no-repeat;
	box-shadow:0px 3px 8px 2px rgba(204,204,204,0.7);
	margin-bottom:20px;
	width:100%;
}
.events h2{
	position:absolute;
	left:82px;
	top:9px;
	color:#036c9c;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	font-weight:700;
}

.events .event{
	position:relative;
	padding-bottom:25px;
	border-bottom:1px solid #d9dbda;
}
.events .event.last{
	padding:20px 0px 0px;
	border-bottom:none;
}
.events .event .event-day{
	position:relative;
	width:50%;
	float:left;
}
.events .event .event-day h3{
	position:relative;
	color:#222222;
	font-weight:600;
	font-size:16px;
	margin-bottom:10px;
}

.events .event .event-day p{
	position:relative;
	color:#222222;
	font-weight:600;
	font-size:12px;
	margin-bottom:5px;
}

.events .event .event-day p a{ 
	color: #000; 
}

.events .event .event-day p a:hover{ 
	color: #222222;
	text-decoration:underline; 
}

.events .see-more{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	padding:10px 0px;
	text-align:center;
	text-transform:uppercase;
	background-color: #93d2f2;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbe4f8), to(#70c1ed));
	background: -webkit-linear-gradient(top, #bbe4f8, #70c1ed);
	background: -moz-linear-gradient(top, #bbe4f8, #70c1ed);
	background: -ms-linear-gradient(top, #bbe4f8, #70c1ed);
	background: -o-linear-gradient(top, #bbe4f8, #70c1ed);
	z-index:1;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	font-weight:700;
	color:#036c9c;
}
.events .see-more:hover{
	background-color: #82c7eb;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#acdbf3), to(#6fbfeb));
	background: -webkit-linear-gradient(top, #acdbf3, #6fbfeb);
	background: -moz-linear-gradient(top, #acdbf3, #6fbfeb);
	background: -ms-linear-gradient(top, #acdbf3, #6fbfeb);
	background: -o-linear-gradient(top, #acdbf3, #6fbfeb);
}

/*** 

====================================================================
  NoticeBox Style
====================================================================

***/
.noticeBox{
	position:relative;
	padding:15px 10px;
	background:#f3f5f4 url(/assets/images/event-image.png) left top no-repeat;
	box-shadow:0px 3px 8px 2px rgba(204,204,204,0.7);
	margin-bottom:20px;
	width:100%;
}
.noticeBox h2{
	position:absolute;
	left:82px;
	top:9px;
	color:#036c9c;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	font-weight:700;
}

.noticeBox .event{
	position:relative;
	padding-bottom:25px;
	border-bottom:1px solid #d9dbda;
}
.noticeBox .event.last{
	padding:20px 0px 0px;
	border-bottom:none;
}
.noticeBox .event .event-day{
	position:relative;
	width:50%;
	float:left;
}
.noticeBox .event .event-day h3{
	position:relative;
	color:#222222;
	font-weight:600;
	font-size:16px;
	margin-bottom:10px;
}

.noticeBox .event .event-day p{
	position:relative;
	color:#222222;
	font-weight:600;
	font-size:12px;
	margin-bottom:5px;
}

.noticeBox .event .event-day p a{ 
	color: #000; 
}

.noticeBox .event .event-day p a:hover{ 
	color: #222222;
	text-decoration:underline; 
}

.noticeBox .see-more{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	padding:10px 0px;
	text-align:center;
	text-transform:uppercase;
	background-color: #93d2f2;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbe4f8), to(#70c1ed));
	background: -webkit-linear-gradient(top, #bbe4f8, #70c1ed);
	background: -moz-linear-gradient(top, #bbe4f8, #70c1ed);
	background: -ms-linear-gradient(top, #bbe4f8, #70c1ed);
	background: -o-linear-gradient(top, #bbe4f8, #70c1ed);
	z-index:1;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:18px;
	font-weight:700;
	color:#036c9c;
}
.noticeBox .see-more:hover{
	background-color: #82c7eb;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#acdbf3), to(#6fbfeb));
	background: -webkit-linear-gradient(top, #acdbf3, #6fbfeb);
	background: -moz-linear-gradient(top, #acdbf3, #6fbfeb);
	background: -ms-linear-gradient(top, #acdbf3, #6fbfeb);
	background: -o-linear-gradient(top, #acdbf3, #6fbfeb);
}

.noticeBox .see-poll-title{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	padding: 5px 10px 5px 10px;
	text-align:center;
	text-transform:uppercase;
	background-color: #007db6;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8fd4f6), to(#007db6));
	background: -webkit-linear-gradient(top, #8fd4f6, #007db6);
	background: -moz-linear-gradient(top, #8fd4f6, #007db6);
	background: -ms-linear-gradient(top, #8fd4f6, #007db6);
	background: -o-linear-gradient(top, #8fd4f6, #007db6);
	z-index:1;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	font-weight:700;
	color:#FFF;
}

.noticeBox .you-may-like{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	padding: 5px 10px 5px 10px;
	text-align:center;
	text-transform:uppercase;
	background-color: #000000;
	z-index:1;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	font-weight:700;
	color:#FFF;
}

.noticeBox img {

	border: 1px solid #CCC;
	padding: 3px;

}

.noticeBox a {

	color: #036c9c;

}

/***

====================================================================
 Opinion Poll
====================================================================

***/

.pollArea {

}

.pollResult {

	height: 28px;
	padding-top: 5px;
	color: #FFF;
	background-color: #32487b;

}

.pollNoResult {

	padding-top: 5px;

}

.pollResultContainer {

	width: 100%;
	background-color: #EEE;
	height: 28px;
	margin-bottom: 8px;

}



.poll-button {

	background-color: #93d2f2;
	color: #036c9c;
	padding: 5px 10px 5px 10px;

}

/*** 


====================================================================
 Generic-Text-Page style
====================================================================

***/
.left-bar.col-md-8{
	position:relative;
	border-right:0px;
	width:68%;
	max-width: 695px;
	padding-left:0px;
}

.left-bar .tall-ad{
	margin-top: 12px;
	position:relative;
	width:160px;
	float:left;
}

.left-bar .text{
	position:relative;
	float:right;
	width:73%;
	padding-right:15px;
}

.left-bar .text td {
	border: 1px solid #333;
	padding: 5px;
}

.left-bar .text a {
	color: #036c9c;
}

.left-bar .text h2{
	position:relative;
	font-weight:600;
	font-size:22px;
}

.left-bar .text p{
	position:relative;
	font-weight:400;
	font-size:13px;
	margin:10px 0px;
}

/*** 

====================================================================
 Tabs Content style
====================================================================

***/

.tabs-content{
	position:relative;
}

.tabs-content .tab-buttons{
	position:relative;
}
.tabs-content .tab-buttons .button{
	position:relative;
	background:#007db6;
	padding:5px 26px 5px 27px;
	float:left;
	color:#fff;
	font-size:15px;
	text-transform:uppercase;
	font-weight:600;
	margin-right:2px;
	cursor:pointer;
}
.tabs-content .tab-buttons .button.last{
	margin-right:0px;
}

.tabs-content .tab-buttons .button:hover,
.tabs-content .tab-buttons .button.active{
	background:#f98e10;
}

.tabs-content .tabs{
	position:relative;
}
.tabs-content .tabs .tab{
	position:relative;
	padding:20px 0px;
	display:none;
}
.tabs-content .tabs .tab.display{
	display:block;
}

.tabs-content .tabs .tab ul{
	position:relative;
}

.tabs-content .tabs .tab ul li{
	position:relative;
}

.tabs-content .tabs .tab ul li a{
	position:relative;
	padding:0px 0px 10px 35px ;
	color:#000;
	font-weight:700;
	font-size:14px;
	display:block;
	transition:all 0.1s ease;
	-webkit-transition:all 0.1s ease;
	-moz-transition:all 0.1s ease;
	-ms-transition:all 0.1s ease;
	-o-transition:all 0.1s ease;
}

.tabs-content .tabs .tab ul li a .fa{
	position:absolute;
	left:12px; 
	top:3px;
	transition:all 0.5s ease;
	-webkit-transition:all 0.1s ease;
	-moz-transition:all 0.1s ease;
	-ms-transition:all 0.1s ease;
	-o-transition:all 0.1s ease;
}
.tabs-content .tabs .tab ul li:hover a{
	color:#ff0000;
}

.tabs-content .tabs .tab ul li:hover a .fa{
	color:#ff0000;
}

/*** 

====================================================================
 breadcrumb style
====================================================================

***/
.left-bar .add-block.detail{
	margin:0px;
}

.breadcrumb{
	position:relative;
	padding:5px 0px;
	border-bottom:1px solid #e3e3e3;
	background:none;
}

.breadcrumb .info{
	position:relative;
}
.breadcrumb .info p{
	position:relative;
	color:#7a7a7a;
	font-size:13px;
	font-weight:600;
	margin-bottom:0px;
}

.breadcrumb .info p a {
	color:#7a7a7a;
}

.breadcrumb .info p a:hover{
	text-decoration:underline;
}

.breadcrumb .social-link{
	position:relative;
}
.breadcrumb .social-link ul{
	position:relative;
}

.breadcrumb .social-link ul li{
	position:relative;
	display:inline-block;
}
.breadcrumb .social-link ul li .fa{
	position:relative;
	color:#afafaf;
	margin-left:10px;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.breadcrumb .social-link ul li .fa:hover{
	color:#000;
}

.breadcrumb.icons{
	position:relative;
	padding:15px 0px;
	border-top:1px solid #e3e3e3;
	margin-top:30px;
}

#sharethis span
{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*** 

====================================================================
 Story style
====================================================================

***/

.details{
	position:relative;
	border-bottom:1px solid #e3e3e3;
	margin-bottom:20px;
}
.details figure img{
	width:100%;
	display:block;
}
.details h2{
	position:relative;
	color:#222;
	font-weight:700;
	font-size:25px;
	margin-bottom:8px;
}

.details p{
	position:relative;
	margin:10px 0px 10px 0px;
	color:#323232;
	font-size:13px;
}

.detail {

	overflow: hidden;

}

/*** 

====================================================================
 Story Comments style
====================================================================

***/

.comment-box{
	position:relative;
}
.comment-box .comment-area{
	position:relative;
}
.comment-box .comment-area .title{
	position:relative;
	background:#eb1c15;
	padding: 5px 10px 5px 10px;
}
.comment-box .title h2{
	position:relative;
	color:#fff;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
}
.comment-box .comment-area .comment-detail{
	position:relative;
	padding:15px 0px 5px 0px;
	border-bottom:1px solid #e3e3e3;
}
.comment-box .comment-area .comment-detail h4{
	position:relative;
	color:#007db6;
	font-size:14px;
	font-weight:700;
}

.comment-box .comment-detail p{
	position:relative;
	color:#000;
	font-size:12px;
	font-weight:400;
}


.comment-box .comment-form{
	position:relative;
	margin-top:15px;
}

.comment-box .comment-form a {

	color:#10bcf4;	
		
}

.comment-box .comment-form .title{
	position:relative;
	background:#6cac00;
	padding: 5px 10px 5px 10px;
	margin-bottom:10px;
}

.comment-box .comment-form .form-des{
	position:relative;
}
.comment-box .comment-form form{
	position:relative;
}

.comment-box .comment-form form fieldset{
	position:relative;
	margin-bottom:20px;
}
.comment-box .comment-form form fieldset label{
	position:relative;
	margin-bottom:10px;
	color:#000;
	font-size:13px;
	display:block;
	font-weight:400;
}
.comment-box .comment-form form fieldset input{
	position:relative;
	border-radius:5px;
	border:1px solid #e3e3e3;
	color:#000;
	padding:5px 10px;
	display:block;
	width:375px;
}
.comment-box .comment-form form fieldset textarea{
	position:relative;
	border-radius:5px;
	border:1px solid #e3e3e3;
	color:#000;
	padding:5px 10px;
	display:block;
	width:100%;
	height:100px;
}
.comment-box .comment-form form button{
	position:relative;
	float:right;
	border-radius:5px;
	color:#fff;
	font-size:15px;
	padding:10px 15px;
	text-transform:uppercase;
	font-weight:600;
	background-color: #5883b4;

}

.comment_s{
	position:absolute;
	right:10px;
	top:10px;
	color:#838383;
	font-size:14px;
}
.comment_s a{
	position:relative;
	display:block;
	color:#e0e0e0;
}
.comment_s .fa{
	position:relative;
	color:#e0e0e0;
	margin-right:0px;
	font-size:14px;
}

.comment_l{
	position:absolute;
	right:20px;
	top:120px;
	color:#838383;
	font-size:14px;
}
.comment_l a{
	position:relative;
	display:block;
	color:#919191;
}
.comment_l .fa{
	position:relative;
	color:#919191;
	margin-right:0px;
	font-size:14px;
}

.comment_r{
	position:absolute;
	right:8px;
	bottom:10px;
	color:#838383;
	font-size:14px;
}
.comment_r a{
	position:relative;
	display:block;
	color:#919191;
}
.comment_r .fa{
	position:relative;
	color:#919191;
	margin-right:0px;
	font-size:13px;
}

.comment_v{
	display: inline;
	color:#838383;
	font-size:13px;
}
.comment_v a{
	position:relative;
	display:block;
	color:#FFFFFF;
}
.comment_v .fa{
	position:relative;
	color:#FFFFFF;
	margin-right:2px;
	font-size:13px;
}

/*** 

====================================================================
 Article Listing style
====================================================================

***/
.post{
	position:relative;
	display:block;
	padding-bottom:15px;
	margin-bottom:20px;
	border-bottom:1px solid #e3e3e3;
}
.post .post-img{
	position:relative;
	width:270px;
	float:left;
}
.post .post-img a{
	position:relative;
	display:block;
}

.post .post-des{
	position:relative;
	width:55%;
	float:right;
}

.post .blog-post-des{
	position:relative;
	width:85%;
	float:right;
}
	
.post .post-des .post-title{
	position:relative;
}
.post .post-des .post-title h2{
	position:relative;
	color:#000;
	font-size:18px;
	font-weight:700;	
}

.post .post-des .post-title h2 a{
	color:#007db6;	
}

.post .post-des .post-title h2 a:hover{
	text-decoration:underline;	
}

.post .post-des .post-info{
	position:relative;
	padding-right:35px;
}
.post .post-des .post-info .date{
	position:relative;
}
.post .post-des .post-info .date p{
	position:relative;
	color:#;
	font-size:13px;
	margin-bottom:0px;
	line-height:18px;
}

.post .post-des .post-info .author p {
	position:relative;
	font-size:11px;
	margin-bottom:10px;
	line-height:18px;
}

.post .post-des .post-info .author p a{
	color:#070707;
}

.post .post-des .post-info .author p a:hover{
	text-decoration:underline;
}

.post .post-des .post-info .comment{
	position:absolute;
	right:10px;
	top:5px;
	color:#838383;
	font-size:14px;
}
.post .post-des .post-info .comment a{
	position:relative;
	display:block;
	color:#919191;
}
.post .post-des .post-info .comment .fa{
	position:relative;
	color:#e0e0e0;
	margin-right:5px;
	font-size:14px;
}
.post .post-des .post-info .comment:hover a .fa{
	color:#919191;
}
.post .post-des .texts{
	position:relative;
}

.post .post-des .texts p{
	position:relative;
	color:#000;
	font-size:13px;
	line-height:18px;
	
}

.post .post-des .texts p a{
	position:relative;
	color:#007db6;
	font-size:12px;
	font-weight:600;
	transition:all 0.1s ease;
	-webkit-transition:all 0.1s ease;
	-moz-transition:all 0.1s ease;
	-ms-transition:all 0.1s ease;
	-o-transition:all 0.1s ease;
}
.post .post-des .texts p a:hover{
	color:#ff0000;
	text-decoration:underline;
	
}

.post .blog-post-des .post-title{
	position:relative;
}
.post .blog-post-des .post-title h2{
	position:relative;
	color:#000;
	font-size:18px;
	font-weight:700;	
}

.post .blog-post-des .post-title h2 a{
	color:#007db6;	
}

.post .blog-post-des .post-title h2 a:hover{
	text-decoration:underline;	
}

.post .blog-post-des .post-info{
	position:relative;
	padding-right:35px;
}
.post .blog-post-des .post-info .date{
	position:relative;
}
.post .blog-post-des .post-info .date p{
	position:relative;
	color:#;
	font-size:13px;
	margin-bottom:0px;
	line-height:18px;
}

.post .blog-post-des .post-info .author p {
	position:relative;
	font-size:11px;
	margin-bottom:10px;
	line-height:18px;
}

.post .blog-post-des .post-info .author p a{
	color:#070707;
}

.post .blog-post-des .post-info .author p a:hover{
	text-decoration:underline;
}

.post .blog-post-des .post-info .comment{
	position:absolute;
	right:10px;
	top:5px;
	color:#838383;
	font-size:14px;
}
.post .blog-post-des .post-info .comment a{
	position:relative;
	display:block;
	color:#919191;
}
.post .blog-post-des .post-info .comment .fa{
	position:relative;
	color:#e0e0e0;
	margin-right:5px;
	font-size:14px;
}
.post .blog-post-des .post-info .comment:hover a .fa{
	color:#919191;
}
.post .blog-post-des .texts{
	position:relative;
}

.post .blog-post-des .texts p{
	position:relative;
	color:#000;
	font-size:13px;
	line-height:18px;
	
}

.post .blog-post-des .texts p a{
	position:relative;
	color:#007db6;
	font-size:12px;
	font-weight:600;
	transition:all 0.1s ease;
	-webkit-transition:all 0.1s ease;
	-moz-transition:all 0.1s ease;
	-ms-transition:all 0.1s ease;
	-o-transition:all 0.1s ease;
}
.post .blog-post-des .texts p a:hover{
	color:#ff0000;
	text-decoration:underline;
	
}
.post .post-img a.feature{
	position:absolute;
	left:0px;
	top:0px;
	padding:10px 15px;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	opacity:1;
	
}
.post .post-img a.feature.beauty{
	background:#cc62c8;
	opacity:1;
}
.post .post-img a.feature.gard{
	background:#55985b;
	opacity:1;
}
.post .post-img a.feature.sport{
	background:#f15a22;
	opacity:1;
}
.post .post-img a.feature.food{
	background:#faaf32;
	opacity:1;
}
.post .post-img a.feature.business{
	background:#5883b4;
	opacity:1;
}
.post .post-img a.feature.kids{
	background:#b1aa57;
	opacity:1;
}
.post .post-img a.feature.pets{
	background:#32c5df;
	opacity:1;
}

/*** 

====================================================================
 Competitions style
====================================================================

***/

.competition {

	border-bottom: 1px solid #CCC;
	padding: 10px 0px 10px 0px;
	
}

.competition a {

	font-size: 14px;
	color: #007db6;
	
}

.competition a h4 {

	font-size: 20px;
	color: #007db6;
	
}



/*** 

====================================================================
 Pagination style
====================================================================

***/

.pagination{
	position:relative;
	padding:20px;
	background:#eeeeee;
	width:100%;
	margin:0px;
	text-align:right;
}

.pagination a{
	position:relative;
	color:#8e8e8e;
	font-size:13px;
	font-weight:600;
	display:inline-block
}

.pagination a:hover{
	position:relative;
	color:#ff0000;
	text-decoration:underline;
	font-size:13px;
	font-weight:600;
	display:inline-block
}

.pagination a .fa{
	position:relative;
	color:#fff;
	background:#dbdbdb;
	text-align:center;
	width:25px;
	height:25px;
	line-height:23px;
	font-size:14px;
	border-radius:5px;
	border:1px solid #e3e3e3;
	font-weight:600;
	margin-right:15px;
	transition:all 0.1s ease;
	-webkit-transition:all 0.1s ease;
	-moz-transition:all 0.1s ease;
	-ms-transition:all 0.1s ease;
	-o-transition:all 0.1s ease;
}

.pagination a .fa:hover{
	color:#fff;
	background:#ff0000;
}

.pagination a .fa.fa-angle-right{
	margin:0px 0px 0px 15px;
}

/*** 

====================================================================
 Login Popup style
====================================================================

***/

#blackout {
	visibility: hidden;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: #000;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
	z-index: 600;
}

.formPopup {

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float: left;
	position: absolute; 
	z-index:700;
	background-color: #FFF;
	padding: 15px;
	font-size: 15px;
	
}

.formPopup a {

	color: #5883b4;
	
}

.formPopup .text {

	width: 200px;
	height: 25px;
	font-size: 13px;
	border: 1px solid #CCC;
	
}

.formPopup .button {

	width: 160px;
	height: 30px;
	font-size: 13px;
	color: #FFF;
	background-color: #5883b4;
	margin-right: 3px;
	
}

/* Sidebar */

.side-bar-widgets {
	width: 302px;
	float: right;
}

.side-bar-widgets .widget {
	margin-bottom: 17px;
}

.side-bar-widgets .widget .widget_header {
	overflow: hidden;
	height: 29px;
	line-height: 30px;
}

.side-bar-widgets .widget ul li {
	list-style: none;
}

.side-bar-widgets .widget .widget_header .widget_title {
	font-family: 'Open Sans',sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	line-height: 29px;
	overflow: hidden;
	clear: none;
}

.side-bar-widgets .widget.widget_latest_comments .widget_title {
	padding: 0;
}

.side-bar-widgets .widget .widget_header .widget_subtitle {
	float: right;
	color: #fff;
	letter-spacing: -1px;
	word-spacing: 1px;
	text-transform: uppercase;
	padding: 0 13px;
	font-weight: 700;
	font-size: 10px;
	line-height: 30px;
	text-align: right;
}

.side-bar-widgets .widget .widget_header .widget_subtitle a {
	text-decoration: none;
}

.side-bar-widgets .widget .widget_body {
	position: relative;
	border: 1px solid #ebebeb;
	border-top: none;
	padding: 17px 11px 22px;
	overflow: hidden;
	background: #fff;
}


.side-bar-widgets .widget .widget_title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	height: 29px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 10px;
}

.side-bar-widgets .widget.widget_text .widget_title {
	background: #5b6166;
}

.side-bar-widgets .widget.widget_nav_menu .widget_title {
	background: #6cac00;
}

.side-bar-widgets .widget.widget_search .widget_title {
	background: #eb1c15;
}

.side-bar-widgets .widget.widget_tag_cloud .widget_title {
	background: #1793cd;
}

.side-bar-widgets .widget .textwidget,.side-bar-widgets .widget .menu-top-menu-container,.side-bar-widgets .widget .menu-main-menu-container,.side-bar-widgets .widget .menu-footer-menu-container,.side-bar-widgets .widget .tagcloud {
	background: #fff;
	border: 1px solid #ebebeb;
	border-top: none;
	padding: 17px 11px;
	font-size: 12px;
}

.side-bar-widgets .widget .menu-top-menu-container ul,.side-bar-widgets .widget .menu-main-menu-container ul,.side-bar-widgets .widget .menu-footer-menu-container ul {
	margin: 0;
	list-style-type: none;
}

.side-bar-widgets .widget .menu-top-menu-container ul ul,.side-bar-widgets .widget .menu-main-menu-container ul ul,.side-bar-widgets .widget .menu-footer-menu-container ul ul {
	margin: 0 0 0 10px;
}

.side-bar-widgets .widget .tagcloud a,.side-bar-widgets .widget .menu-top-menu-container ul a,.side-bar-widgets .widget .menu-main-menu-container ul a,.side-bar-widgets .widget .menu-footer-menu-container ul a {
	text-decoration: none;
}

.side-bar-widgets .widget .tagcloud a:hover,.side-bar-widgets .widget .menu-top-menu-container ul a:hover,.side-bar-widgets .widget .menu-main-menu-container ul a:hover,.side-bar-widgets .widget .menu-footer-menu-container ul a:hover {
	text-decoration: underline;
}

.side-bar-widgets .widget .searchform {
	padding: 17px 0 0;
	border: none !important;
}

.widget.widget_news_combine .widget_header {
	background-color: #010c16;
}

.widget.widget_news_combine {
	-webkit-font-smoothing: antialiased;
}

.widget.widget_news_combine .widget_title {
	padding: 0 10px;
}

.widget.widget_news_combine .widget_subtitle a {
	color: #c4c4c4;
}

.widget.widget_news_combine .widget_subtitle a:hover {
	color: #fff;
}

.widget.widget_news_combine .widget_body {
	padding: 18px 5px 4px;
}

.widget_news_combine .widget_body .block_news_tabs {
	position: relative;
}

.widget_news_combine .widget_body .block_news_tabs .tabs {
	border-bottom: 1px solid #ebebeb;
	margin: -12px -5px 20px;
}

.widget_news_combine .widget_body .block_news_tabs .tabs ul {
	overflow: hidden;
	padding: 0 5px 6px;
	margin: 0;
}

.widget_news_combine .widget_body .block_news_tabs .tabs ul li {
	list-style: none;
	float: left;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	font-weight: 700;
}

.widget_news_combine .widget_body .block_news_tabs .tabs ul li+li {
	margin-left: 3px;
}

.widget_news_combine .widget_body .block_news_tabs .tabs ul li a {
	text-decoration: none;
	display: inline-block;
	padding: 4px 9px 3px;
	color: #3e4345;
}

.widget_news_combine .widget_body .block_news_tabs .tabs ul li a span {
	display: inline-block;
	border-bottom: 1px dotted #5b6265;
}

.widget_news_combine .widget_body .block_news_tabs .tabs ul li a:hover {
	color: #73797c;
}

.widget_news_combine .widget_body .block_news_tabs .tabs ul li.ui-tabs-active a {
	background: #ff4a4a;
	color: #fff;
}

.widget_news_combine .widget_body .block_news_tabs .tabs ul li.ui-tabs-active a span {
	border: none;
}

.widget_news_combine .widget_body .block_news_tabs .block_home_news_post {
	padding: 0 5px;
	margin-bottom: 16px;
	overflow: hidden;
}

.widget_news_combine .widget_body .block_news_tabs .block_home_news_post .info {
	float: left;
	padding-top: 1px;
	margin-right: 13px;
	font-size: 12px;
	line-height: 15px;
	color: #8f95a0;
	text-align: right;
}

.widget_news_combine .widget_body .block_news_tabs .block_home_news_post .title {
	overflow: hidden;
	margin: 0;
	font-size: 12px;
	line-height: 17px;
}

.widget_news_combine .widget_body .block_news_tabs .block_home_news_post .title span {
	text-transform: uppercase;
	font-weight: 700;
	color: #e50700;
	margin-right: 4px;
}

.widget_news_combine .widget_body .block_news_tabs .block_home_news_post .title a {
	text-decoration: none;
	color: #333;
}

.widget_news_combine .widget_body .block_news_tabs .block_home_news_post .title a:hover {
	text-decoration: none;
	color: #FF0000;
}

.widget.widget_opinion_poll .widget_header {
	background-color: #eb1c15;
}

.widget_opinion_poll .widget_title {
	padding: 0 10px;
}

.widget_opinion_poll .widget_subtitle a {
	color: #fff;
}

.widget_opinion_poll .widget_body {
	height: auto !important;
}

.widget_opinion_poll .widget_body a {
	text-decoration: none;
}

.widget_opinion_poll .widget_body ul {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
}

.widget_opinion_poll .widget_body ul.slides>li {
	display: none;
}

.widget_opinion_poll .article+.article {
	padding-top: 15px;
	border-top: 1px solid #ebebeb;
	overflow: hidden;
	clear: both;
}

.widget_opinion_poll .article {
	padding-bottom: 15px;
	overflow: hidden;
	clear: both;
}

.widget_opinion_poll .article .pic {
	padding-top: 3px;
	float: left;
	width: 88px;
	margin: 0 13px 0 0;
}

.widget_opinion_poll .article .pic img {
	width: 100%;
	height: auto;
}

.widget_opinion_poll .article .text {
	overflow: hidden;
}

.widget_opinion_poll .article .title {
	font-weight: 700;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 8px;
}

.widget_opinion_poll .flex-direction-nav {
	display: block;
	clear: both;
	height: 15px;
	border-top: 1px solid #ebebeb;
}

.widget_opinion_poll .article .title a {
	color: #333;
}

.widget_opinion_poll .article .title a:hover {
	text-decoration: none;
	color: #e50700;
}

.widget_opinion_poll .article .views {
	float: left;
	padding: 0 0 0 15px;
	background: url(../images/post-views.png) 0 2px no-repeat;
	font-size: 11px;
	line-height: 14px;
	margin-right: 16px;
}

.widget_opinion_poll .article .comments {
	float: left;
	padding: 0 0 0 15px;
	background: url(../images/comments-icon.png) 0 3px no-repeat;
	font-size: 11px;
	line-height: 14px;
}

.widget_opinion_poll .article a.comments,.widget_opinion_poll .article a.views,.widget_opinion_poll .article a.comments:visited,.widget_opinion_poll .article a.views:visited {
	color: #333;
}

.widget_opinion_poll ul.flex-direction-nav {
	overflow: hidden;
}

.widget_opinion_poll ul.flex-direction-nav li {
	width: 18px;
	height: 19px;
	position: absolute;
	bottom: 7px;
}

.widget_opinion_poll ul.flex-direction-nav li:first-child {
	right: 66px;
}

.widget_opinion_poll ul.flex-direction-nav li+li {
	right: 11px;
}

.widget_opinion_poll ul.flex-direction-nav li a {
	display: block;
	height: 16px;
	width: 16px;
	border: 1px solid #dedede;
	background: #fff;
	background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(100%,rgba(242,242,242,1)));
	background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
	background: -o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
	background: -ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
	background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(242,242,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f2f2f2',GradientType=0);
}

.widget_opinion_poll ul.flex-direction-nav li a:hover {
	border-color: #ddd;
}

.widget_opinion_poll ul.flex-direction-nav li a.flex-prev:after,.widget_opinion_poll ul.flex-direction-nav li a.flex-next:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	left: 6px;
	top: 6px;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	position: absolute;
}

.widget_opinion_poll ul.flex-direction-nav li a.flex-prev:after {
	border-right: 4px solid #a6a6a6;
}

.widget_opinion_poll ul.flex-direction-nav li a.flex-next:after {
	left: 8px;
	border-left: 4px solid #a6a6a6;
}

.widget_opinion_poll ul.flex-direction-nav li a.flex-prev:hover:after,.widget_opinion_poll ul.flex-direction-nav li a.flex-next:hover:after {
	border-right-color: #333;
	border-left-color: #333;
}

.widget_opinion_poll .pages_info {
	position: absolute;
	bottom: 7px;
	right: 34px;
	height: 16px;
	line-height: 16px;
	color: #333;
	font-weight: 700;
	font-size: 10px;
	line-height: 12px;
}

.widget.ad_box .widget_header {
	background: #5b6166;
}

.widget.ad_box .widget_body {
	padding-top: 11px;
	padding-bottom: 14px;
}

.ad_box .widget_header .widget_title {
	padding-left: 10px;
}

.ad_box .widget_header .widget_subtitle a {
	color: #f2f2f2;
}

.ad_box .thumb_carousel .jcarousel-list {
	margin: 0;
}

.ad_box .thumb_carousel .jcarousel-list li {
	margin: 0;
	overflow: hidden;
	width: 45px;
	margin-bottom: 2px;
	height: 33px;
}

.ad_box .thumb_carousel .jcarousel-list li:hover img {
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8;
}

.ad_box .jcarousel-prev,.ad_box .jcarousel-next {
	width: 43px;
	height: 18px;
	border: 1px solid #e3e3e3;
	cursor: pointer;
	background: #ebebeb;
	top: 0;
	right: 0;
	position: absolute;
}

.ad_box .jcarousel-next:hover,.ad_box .jcarousel-prev:hover {
	background: #fff;
}

.ad_box .jcarousel-next {
	top: auto;
	bottom: 0;
}

.ad_box .jcarousel-prev span,.ad_box .jcarousel-next span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 5px;
	margin-left: -4px;
	margin-top: -2px;
	background: url(../images/video-controls.gif) 0 0 no-repeat;
}

.ad_box .jcarousel-next span {
	background-position: 0 bottom;
}

.widget_recent_photos .slides {
	margin: 0 0 2px;
	overflow: hidden;
}

.widget_recent_photos .slides li {
	display: none;
}

.widget.widget_recent_photos .widget_body {
	padding: 11px 11px 12px;
}

.widget.widget_recent_photos .widget_header {
	background: #788187;
}

.widget.widget_recent_photos .widget_header .widget_title {
	padding: 0 10px;
}

.widget.widget_recent_photos .widget_subtitle a {
	color: #fff;
	padding-top: 5px;
}

.widget.facebook {
	background: #1793cd;
}

.widget.facebook .widget_title {
	padding: 0 11px;
}

.widget.facebook .widget_subtitle a {
	color: #fff;
}

.widget.facebook .widget_body ul {
	margin: 0;
	padding: 0;
}

.widget.facebook .widget_body ul li+li,.widget.facebook .widget_body ul li {
	background: url(../images/tweet-icon.png) -1px 5px no-repeat;
	font-size: 12px;
	line-height: 17px;
	color: #4f4f4f;
}

.widget.facebook .widget_body ul li+li {
	border: none;
	padding: 0 0 0 21px;
	margin: 0;
}

.widget.facebook .widget_body ul li {
	border-bottom: 1px solid #ebebeb;
	padding: 0 0 18px 21px;
	margin-bottom: 17px;
	background: url(../images/tweet-icon.png) -1px 5px no-repeat;
	font-size: 12px;
	line-height: 17px;
	color: #4f4f4f;
}

.widget.facebook .widget_body ul li.last {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.widget.facebook .widget_body ul li a:hover {
	color: #131313;
}

.widget.facebook .widget_body ul li span.tweet_author {
	color: #e50700;
}

.widget.facebook .widget_body ul li a {
	color: #e50700;
}

.widget_latest_comments .widget_body ul {
	margin: 0;
}

.widget_latest_comments .widget_body ul li {
	overflow: hidden;
}

.widget_latest_comments .widget_body ul li+li {
	margin-top: 15px;
	padding-top: 12px;
	border-top: 1px solid #ebebeb;
}

.widget_latest_comments .widget_body ul li .img_wrap {
	float: left;
	margin: 0 13px 0 0;
	width: 88px;
	overflow: hidden;
}

.widget_latest_comments .widget_body ul li .img_wrap a {
	padding-top: 3px;
}

.widget_latest_comments .widget_body ul li .img_wrap img {
	vertical-align: top;
}

.widget_latest_comments .widget_body ul li .extra_wrap {
	overflow: hidden;
}

.widget_latest_comments .widget_body ul li .extra_wrap .review-title {
	font-weight: 700;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 8px;
}

.widget_latest_comments .widget_body ul li .extra_wrap .review-title a {
	text-decoration: none;
}

.widget_latest_comments .widget_body ul li .extra_wrap .review-title a:hover {
	color: #e50700;
}

.widget_latest_comments .widget_body ul li .extra_wrap .post_rating {
	margin-right: 48px;
}

.widget.widget_latest_comments .widget_body {
	padding-bottom: 20px;
}

.widget.widget_latest_comments .widget_header {
	background: #6cac00;
}

.widget.widget_latest_comments .widget_header .widget_title {
	padding: 0 10px 0 11px;
}

.widget.widget_latest_comments .widget_header .widget_subtitle a {
	color: #fff;
}

.widget.widget_latest_comments .widget_body .comments .comment_author a {
	color: #333;
}

/*** 

====================================================================
 Main Footer style
====================================================================

***/

.main-footer{
	position:relative;
	margin:0px auto;
	background-color: #f15a22;
	color: #FFF;
}
.main-footer .footer-top{
	width: 990px;
	margin: 0 auto;
	position:relative;
	padding:20px 0px 20px 30px;
	background-color: #f15a22;
	color: #FFF;
}
.main-footer .footer-top .navigation{
	position:relative;
}

.main-footer .footer-top .navigation ul{
	position:relative;
}
.main-footer .footer-top .navigation ul li{
	position:relative;
}
.main-footer .footer-top .navigation ul li a{
	position:relative;
	color:#FFF;
	font-size:13px;
	font-family: 'Roboto', sans-serif;
	display:block;
	padding-bottom:7px;
	transition:all 0.5s ease;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
}
.main-footer .footer-top .navigation ul li:hover a{
	color:#FFF;
}

.main-footer .footer-top h2{
	position:relative;
	color:#CCC;
	font-size:12px;
	font-weight:600;
	margin-bottom:15px;
}

.main-footer .footer-top p{
	position:relative;
	color:#CCC;
	font-size:13px;
	font-family: 'Roboto', sans-serif;
	margin-bottom:20px;
}

.main-footer .footer-top .fa{
	position:relative;
	color:#828282;
	font-size:24px;
	margin-right:15px;
}
.main-footer .footer-top .fa:hover{
	color:#FFF;
}

.main-footer .footer-top form{
	position:relative;
	display:inline-block;
	margin-left:20px;
}

.main-footer .footer-top form fieldset{
	position:relative;
}

.main-footer .footer-top form fieldset input{
	position:relative;
	padding:5px 10px;
	line-height:20px;
	border:1px solid #dbdbdb;
	color:#b5b5b5;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	width:240px;
 	border-radius:5px 0px 0px 5px;
	-ms-border-radius:5px 0px 0px 5px;
}

.main-footer .footer-top form fieldset button.fa-search:hover{
	color:#fff;
}

.main-footer .footer-top a.footer-img{
	position:relative;
	margin-top:20px;
	text-align:right;
	display:block;
}

.clearboth:after {
	width: 100%;
	content: "";
	display: block;
	clear: both;
}

.clear {
	width: 100%;
	clear: both;
}

/*** 

====================================================================
 Footer bottom style
====================================================================

***/

.main-footer .footer-bottom{
	position:relative;
	width: 100%;
	padding:10px 0px;
	text-align:center;
}

.main-footer .footer-bottom a{
	position:relative;
	display:inline-block;
}
.main-footer .footer-bottom p{
	position:relative;
	display:inline-block;
	color:#AAA;
	font-size:13px;
	font-family: 'Roboto', sans-serif;
}
.main-footer .footer-bottom p span{
	position:relative;
	color:#FFF;
	font-weight:600;
}

/* Registration */

#registrationDiv {

	width: 60%;

}

#registrationDiv a {
	color: #333;
}

#registrationDiv h2{
	position:relative;
	color:#f15a22;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	margin-top: 15px;
	padding-bottom:3px;
	margin-bottom: 10px;
}
#registrationDiv h2:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:1px;
	background:#f15a22;
}

/* Weather */
 
#station{
	background-color: white;
	border-radius: 2%;
	vertical-align: center;
}

#station h2{
	position:relative;
	color:#f15a22;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	margin-top: 15px;
	padding-bottom:3px;
}
#station h2:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:64%;
	height:1px;
	background:#f15a22;
}

#station h3{
	position:relative;
	color:#f15a22;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	margin-top: 15px;
	padding-bottom:3px;
}
#station h3:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:100px;
	height:1px;
	background:#f15a22;
}

#station #info {

	display: inline-block;

}

#station #info #icon{

	display: inline-block;

}

/* -------------- Day weather ---------------*/
#cityWeather{
	display: flex;
	align-items: center;
}

#cityWeather span{
	margin: 1%;
}

#temp{
	font-size: 2em;
	font-weight: bold;
}

/* -------------- Forecast weather ---------------*/
#forecast span{
	display: inline-block;
	height: 200px;
	text-align: center;
}

.iconImg{
	width: 100px;
}

.iconImg1{
	width: 100px;
	margin-left: 100px;
}

#btn_forecast{
	display: block;
	margin-left: 40%;
	margin-right: 40%;
	height: 60px;
	width: 150px;
	text-align: center;
}

#forecast span p{
	text-align: center;
}

.pointer{
	cursor: pointer;
}

li{
	list-style-type: none;
}


