/* -------- Common CSS ------- */

* {
    margin: 0;
    padding: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
.container {
    background: #fff
}
.container-without-padding {
    padding-left: 0;
    padding-right: 0
}
.dark-background {
    background: #2D2D2D
}
.footer {
    color: #fff
}
.footer-container {
    margin: 50px 20px 20px 20px
}
address,
article,
aside,
canvas,
content,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
menu,
section,
summary {
    display: block
}
body {
    background: #b3dced;
    /* Old browsers */
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(left, #b3dced 0%, #29b8e5 50%, #bce0ee 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to right, #b3dced 0%, #29b8e5 50%, #bce0ee 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=1);
    /* IE6-9 */
    
    font-family: 'Roboto', sans-serif;
}
/* -------- Header Area ------- */

.header-area {
    background: #222222;
    padding: 0 20px;
}
.navbar-brand {
    height: auto
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff
}
.navbar-inverse .navbar-nav>li>a:hover {
    background: none
}
.navbar {
    margin-bottom: 0
}
.navbar-nav,
.footer-nav .navbar-nav {
    margin: 5px;
}
.navbar-nav>li:after {
    content: "|";
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -11px;
}
.navbar-nav>li:first-child:after {
    display: none;
}
.top-ad {
    float: right;
    margin-top: 8px;
    width: 30%;
    height: 40px;
    margin-right: 20px;
    text-align: center;
    background: #c2c2c2
}
.top-ad p {
    -webkit-transform: translateY(50%);
            transform: translateY(50%)
}
/* -------- Breaking News Area
.breaking-news > * {float:left}
.breaking-news{position:relative;background:#F4F3F4}
.breaking-news > h4{width:150px;background:#FF4242;padding:9px 0;font-size:13px;font-family: 'Roboto', sans-serif;color:#fff;text-align:center;position:relative}
.breaking-news h4:after {content:"";position:absolute;height:0;width: 0;border-style:solid;border-color:transparent transparent transparent #FF4242;border-width:10px;top:23%;right:-19px;}
.breaking-news marquee{width:calc(90% - 150px);margin:6.5px 0;padding-right:50px}
.social-icon{position:absolute;right:20px;top:0;}
.social-icon a{width:37px;height:37px;line-height:37px;text-align:center;background:#DFD6D6;border-right:1px solid #ECDEDE}
 ------- */
/* -------- Breaking News Area ----- */

.breaking-news > * {
    float: left
}
.breaking-news-area {
    background: #F4F3F5
}
.breaking-news {
    position: relative;
    background: #F4F3F5
}
.breaking-news h4 {
    position: relative;
    width: 150px;
    background: #E9565B;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-align: center;
    padding: 8px 0;
    color: #fff
}
.breaking-news h4:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent transparent #E9565B;
    right: -18px;
    top: 6px
}
.breaking-news marquee {
    width: calc(90% - 150px);
    padding: 7px 0;
    font-size: 12px
}
.social-icon {
    position: absolute;
    right: 20px;
    top: 0
}
.social-icon a {
    width: 31px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    background: #E5E0E0;
    float: left;
    border-right: 1px solid #D3CFCF
}
.social-icon a:hover,
a.s-active {
    background: #fff;
}
/* -------- Slider Area ------- */

.slider-area {
    position: relative
}
.post {
    position: relative;
    border-right: 1px solid #b3b3b3
}
.post-text:before {
    content: "";
    z-index: -2;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, rgba(170, 170, 170, 0) 0%, rgba(109, 109, 109, 0.65) 36%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, rgba(170, 170, 170, 0) 0%, rgba(109, 109, 109, 0.65) 36%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00aaaaaa', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}
.post-text {
    position: absolute;
    padding: 20px;
    z-index: 1;
    width: 100%;
    left: 0;
    bottom: 0;
}
.post-text h4,
.hightlights .h-post .h-post-text h4 {
    font-size: 13px;
    color: #fff;
    font-weight: 700
}
.post-meta {
    overflow: hidden;
    font-size: 12px;
    color: #b3b3b3;
}
.post-meta > p {
    display: inline-block;
    margin-bottom: 0;
    padding: 7px 0
}
.post-meta p:last-child {
    float: right;
}
.post-meta i,
.p-post-meta i {
    color: #b3b3b3;
    padding-right: 5px
}
.owl-dots {
    text-align: right;
    margin-right: 15px
}
.owl-dots div.owl-dot {
    display: inline-block;
    width: 15px;
    height: 3px;
    margin-left: 5px;
    background-color: #ddd
}
.owl-dots div.owl-dot.active {
    background-color: #E9565B
}
.rating {
    width: auto;
    height: auto;
    position: absolute;
    z-index: 99;
    background: #000;
    color: #fff;
    right: 0;
    top: 0;
    border-radius: 2px;
    text-align: center;
    padding: 10px
}
.rating p {
    margin-bottom: 0
}
/* -------- Content Area (col-md-6) ------- */

.content,
.widget {
    margin: 20px 0;
    display: block
}
.content-title,
.widget-title {
    background: #f1f1f1;
    margin-bottom: 5px
}
.content-title h3,
.widget-title h3 {
    text-transform: uppercase;
    font-size: 19px;
    margin-top: 2px;
}
.content-title h3 span,
.widget-title h3 span {
    background: #fff;
    padding-right: 15px
}
.content-body,
.widget-body {
    padding: 15px 15px 0 15px;
    border-top: 2px solid #000;
    box-shadow: 0 0 5px #C2C2C2
}
.content-body .post-list {
    margin-left: -15px
}
.content-body .post {
    float: left;
    width: calc(50% - 15px);
    border-right: 0;
    margin-bottom: 15px;
    margin-left: 15px
}
.content-body .post img {
    width: 100%
}
.widget-body {
    padding-bottom: 15px;
    margin-bottom: 10px
}
.widget .widget-body ul {
    margin-bottom: 0;
    list-style: none
}
.widget .widget-body ul li {
    overflow: hidden;
    padding: 5px 0;
    border-bottom: 1px solid #ddd
}
.widget .widget-body ul li a {
    color: #E9565B
}
.widget .widget-body ul li a {} .widget .widget-body ul li span {
    float: right
}
.news_pictures .post img {
    width: 100%
}
.news_pictures .content-body {
    float: left;
    border-right: 0;
    margin-bottom: 15px;
}
.news_pictures .content-body img {
    float: left;
    width: calc(33.3333% - 10px);
    margin: 5px;
    display: block
}
.news_pictures .news_thumb {} .news_pictures .news-main-picture {
    overflow: hidden;
    margin-bottom: 15px;
}
.news_pictures .news-main-picture img {
    width: 100%
}
.c-post {} .c-post .post {
    width: auto;
    margin: 0 7.5px;
    margin-bottom: 10px
}
.c-post .post a {
    color: #000;
}
.c-post .post h4 {
    font-size: 13px;
    color: #000;
    font-weight: 700;
    padding: 10px 0
}
.c-post .post span {
    font-size: 11px;
}
.c-post .post .post-img {
    position: relative;
    margin-bottom: 10px;
}
.c-post .post .post-img > i {
    position: absolute;
    bottom: 8px;
    left: 8px
}
.carousel2 .c-post .owl-dots {
    display: block;
    position: absolute;
    top: -43px;
    right: -29px;
    background: #fff;
    padding: 0 5px;
}
.c-post .owl-dots div.owl-dot {
    display: inline-block;
    width: 10px;
    height: 3px;
    background-color: #ddd
}
.c-post .owl-dots div.owl-dot.active {
    background-color: #E9565B
}
.hightlights .h-post {
    position: relative;
    margin-bottom: 15px;
}
.hightlights .h-post .h-post-text {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    padding: 15px;
    color: #fff;
    width: 100%
}
.hightlights .h-post .h-post-text h4 {
    margin-bottom: 10px
}
.hightlights .h-post .h-post-text:before {
    content: "";
    position: absolute;
    z-index: -2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /* FF3.6-15 */
    
    background: -webkit-linear-gradient(top, rgba(170, 170, 170, 0) 0%, rgba(109, 109, 109, 0.65) 36%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    
    background: linear-gradient(to bottom, rgba(170, 170, 170, 0) 0%, rgba(109, 109, 109, 0.65) 36%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00aaaaaa', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}
.hightlights .h-post img {
    width: 100%;
    height: auto
}
.hightlights .h-post {
    overflow: hidden
}
.hightlights .hp-post .post-img {
    width: 40%;
    float: left;
    margin-bottom: 10px
}
.hightlights .hp-post .post-img img {
    width: 90%;
    display: block
}
.hightlights .hp-post .post-img {
    position: relative
}
.hightlights .hp-post .post-img i {
    position: absolute;
    bottom: 10px;
    left: 10px
}
.hightlights .hp-post h4 {
    font-size: 13px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px
}
.hightlights .hp-post span {
    font-size: 12px;
    color: #000;
}
.hightlights .hp-post a {
    text-decoration: none
}
.hightlights .hp-post {
    float: left
}
.hightlight-post-list {
    overflow: hidden
}
/* --------
.content-title{position:relative;text-transform:uppercase;font-size:19px}
.content-title span{background:#fff;display:inline-block;}
.content-title::after{background:#CCC8C8;content:"";top:50%;left:0;height:14px;width:100%;z-index:-1}
.content-body{}
------- */
/* -------- Widget Area Left (col-md-3) ------- */

.p-post {
    margin-top: 5px
}
.p-post img {
    width: 30%;
    float: left;
    margin-right: 10px
}
.p-post-text {
    width: calc(70% - 10px);
    line-height: 15px;
    float: right
}
.p-post-text h4 {
    font-size: 13px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}
.widget-poll {} .widget-poll a {} .widget-poll form {
    margin: 10px
}
.widget-poll form p > input {
    position: absolute;
    display: block;
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding: 5px 0
}
span.iradio {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #53B3EF;
    margin-right: 10px
}
.widget-poll form p > input:checked + span {
    background: #53B3EF
}
.widget-poll form p > input:checked + span + span {
    color: #53B3EF
}
.widget-poll form input,
.widget-login .input-button {
    width: 80px;
    height: 30px;
    background: #53B3EF;
    color: #fff;
    border: none;
}
.widget-poll form input:hover {
    background: #2C2A2F
}
.widget-poll button {
    width: 120px;
    height: 30px;
    background: #2C2A2F;
    color: #fff;
    border: none;
}
.widget-poll button:hover {
    background: #53B3EF
}
.widget-poll button a {
    color: #fff;
    text-decoration: none
}
.widget-login input {
    display: block;
    margin-bottom: 10px;
    padding: 3px;
    border: 1px solid #C4C4C6;
    width: 100%;
    padding: 5px 10px
}
.widget_recent_posts .text-limit {
    font-size: 12px;
    white-space: nowrap
}
.widget-ad .widget-body div {
    position: relative;
    margin: 0;
    padding: 5px;
}
.widget-ad .widget-body h4 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
    font-size: 12px
}
.widget-ad .widget-body img {
    width: 100%;
    height: auto
}
.widget-ad-placehold .widget-body div {
    margin: 0;
    padding: 0
}
.widget-ad-placehold .widget-body img {
    width: 100%;
    margin: 0;
    padding: 5px
}
.widget-video {
    overflow: hidden;
}
.widget-video .offline-video video {
    width: 100%;
    height: auto;
}
/* -------- Widget Area Right (col-md-3) ------- */

.social-icon-widget .widget-body div:first-child {
    margin-left: 0
}
.social-icon-widget .widget-body div {
    width: calc(33.3333% - 7px);
    margin-left: 10px;
    height: auto;
    float: left;
    border-radius: 2px;
    text-align: center
}
.social-icon-widget p {
    line-height: 16px;
    margin: 10px 0;
    font-size: 12px;
    color: #fff
}
.social-icon-widget i {
    color: #fff;
    background: #E47831;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    margin-top: 15px
}
.facebook {
    width: 33.3333%;
    background: #345B96;
}
.facebook i {
    background: #2D5183
}
.twitter {
    background: #4FC0EB
}
.twitter i {
    background: #3FB1DE;
}
.rss {
    background: #F58638
}
.rss i {
    background: #E47831;
}
.calender {} .calender ul {
    text-align: center
}
.calender ul.weekdays li {
    background: #BFB9C7;
    color: #fff
}
.calender .days li.date-active {
    background: #BFB9C7;
    color: #fff;
}
.calender ul li {
    width: 14.2%;
    float: left;
    background: #DED5EC;
    border: 1px solid #fff;
    border-radius: 3px
}
.calender-table {} .calender-table table {
    text-align: center
}
.calender-table table tr {} .calender-table table td {
    width: 34px;
    height: 34px;
    background: #DED5EC;
    border: 1px solid #fff;
    border-radius: 3px
}
.calender-table table td.weekdays {
    background: #BFB9C7;
    color: #fff
}
.calender-table table td.date-active {
    background: gray;
    color: #fff
}
.widget_recent_posts .p-post p {
    margin-bottom: 5px
}
/* -------- Footer CSS ------- */

.footer-description {
    font-size: 12px;
    padding: 20px 0
}
.footer-email {
    margin-top: 30px;
}
.footer-description p.footer-email span {
    margin-left: 30px
}
.footer-social ul li {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
}
.footer-social .facebook {
    background: url("images/footer-social-icon.png") 0 0;
}
.footer-social .pinterest {
    background: url("images/footer-social-icon.png") -10px 0;
}
.footer-post {
    width: 100%;
    float: left;
    margin-bottom: 20px
}
.footer-post .footer-post-img {
    width: 25%;
    float: left;
    margin-right: 10px
}
.footer-post .footer-post-img img {
    width: 100%;
}
.footer-post-text {
    width: calc(75% - 10px);
}
.footer-post-text h4 {
    font-size: 14px;
    padding-bottom: 15px;
}
.footer-gallery img {
    width: calc(33.3333% - 10px);
    float: left;
    margin: 5px
}
.footer-remarks {
    margin-top: 20px;
}
.footer-nav {
    text-align: right;
}
.footer-nav {
    float: right
}
.footer-nav li {
    display: inline-block;
}
.footer-nav li a:hover {
    background: none;
    color: #fff
}
.footer-nav .navbar-nav>li:after {
    content: "";
}